Robot Framework
robot.parsing.lexer.statementlexers.ImplicitCommentLexer Class Reference
Inheritance diagram for robot.parsing.lexer.statementlexers.ImplicitCommentLexer:
robot.parsing.lexer.statementlexers.CommentLexer robot.parsing.lexer.statementlexers.SingleType robot.parsing.lexer.statementlexers.StatementLexer robot.parsing.lexer.statementlexers.Lexer

Public Member Functions

def input (self, statement)
 
def lex (self)
 
- Public Member Functions inherited from robot.parsing.lexer.statementlexers.StatementLexer
def __init__ (self, ctx)
 
def accepts_more (self, statement)
 
- Public Member Functions inherited from robot.parsing.lexer.statementlexers.Lexer
def handles (cls, statement, ctx)
 

Additional Inherited Members

- Public Attributes inherited from robot.parsing.lexer.statementlexers.StatementLexer
 statement
 
- Public Attributes inherited from robot.parsing.lexer.statementlexers.Lexer
 ctx
 
- Static Public Attributes inherited from robot.parsing.lexer.statementlexers.CommentLexer
 token_type = Token.COMMENT
 
- Static Public Attributes inherited from robot.parsing.lexer.statementlexers.StatementLexer
 token_type = None
 

Detailed Description

Definition at line 116 of file statementlexers.py.

Member Function Documentation

◆ input()

def robot.parsing.lexer.statementlexers.ImplicitCommentLexer.input (   self,
  statement 
)

Reimplemented from robot.parsing.lexer.statementlexers.StatementLexer.

Definition at line 118 of file statementlexers.py.

◆ lex()

def robot.parsing.lexer.statementlexers.ImplicitCommentLexer.lex (   self)

Reimplemented from robot.parsing.lexer.statementlexers.SingleType.

Definition at line 132 of file statementlexers.py.


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