Robot Framework
robot.parsing.model.statements.KeywordCall Class Reference
Inheritance diagram for robot.parsing.model.statements.KeywordCall:
robot.parsing.model.statements.Statement

Public Member Functions

def from_params (cls, name, assign=(), args=(), indent=FOUR_SPACES, separator=FOUR_SPACES, eol=EOL)
 
- Public Member Functions inherited from robot.parsing.model.statements.Statement
def __getitem__ (self, item)
 
def __init__ (self, tokens, errors=())
 
def __iter__ (self)
 
def __len__ (self)
 
def __repr__ (self)
 
def from_params (cls, *args, **kwargs)
 Create statement from passed parameters. More...
 
def from_tokens (cls, tokens)
 
def get_token (self, *types)
 Return a token with the given type. More...
 
def get_tokens (self, *types)
 Return tokens having any of the given types. More...
 
def get_value (self, type, default=None)
 Return value of a token with the given type. More...
 
def get_values (self, *types)
 Return values of tokens having any of the given types. More...
 
def register (cls, subcls)
 
def validate (self, context)
 

Static Public Attributes

 type = Token.KEYWORD
 
- Static Public Attributes inherited from robot.parsing.model.statements.Statement
tuple handles_types = ()
 
 type = None
 

Properties

 args = property
 
 assign = property
 
 keyword = property
 
- Properties inherited from robot.parsing.model.statements.Statement
 col_offset = property
 
 data_tokens = property
 
 end_col_offset = property
 
 end_lineno = property
 
 lineno = property
 
 lines = property
 

Private Member Functions

def args (self)
 
def assign (self)
 
def keyword (self)
 

Additional Inherited Members

- Public Attributes inherited from robot.parsing.model.statements.Statement
 errors
 
 tokens
 

Detailed Description

Definition at line 773 of file statements.py.

Member Function Documentation

◆ args()

def robot.parsing.model.statements.KeywordCall.args (   self)
private

Definition at line 799 of file statements.py.

◆ assign()

def robot.parsing.model.statements.KeywordCall.assign (   self)
private

Definition at line 805 of file statements.py.

◆ from_params()

def robot.parsing.model.statements.KeywordCall.from_params (   cls,
  name,
  assign = (),
  args = (),
  indent = FOUR_SPACES,
  separator = FOUR_SPACES,
  eol = EOL 
)

Definition at line 777 of file statements.py.

◆ keyword()

def robot.parsing.model.statements.KeywordCall.keyword (   self)
private

Definition at line 793 of file statements.py.

Member Data Documentation

◆ type

robot.parsing.model.statements.KeywordCall.type = Token.KEYWORD
static

Definition at line 774 of file statements.py.

Property Documentation

◆ args

robot.parsing.model.statements.KeywordCall.args = property
static

Definition at line 797 of file statements.py.

◆ assign

robot.parsing.model.statements.KeywordCall.assign = property
static

Definition at line 803 of file statements.py.

◆ keyword

robot.parsing.model.statements.KeywordCall.keyword = property
static

Definition at line 791 of file statements.py.


The documentation for this class was generated from the following file: