Module implementing the lexer base class.
Lexer |
None |
Subclass to implement the lexer base class.
Lexer | Constructor |
boxCommentStr | Public method to return the box comment strings. |
canBlockComment | Public method to determine, whether the lexer language supports a block comment. |
canBoxComment | Public method to determine, whether the lexer language supports a box comment. |
canStreamComment | Public method to determine, whether the lexer language supports a stream comment. |
commentStr | Public method to return the comment string. |
streamCommentStr | Public method to return the stream comment strings. |
Constructor
Public method to return the box comment strings.
Public method to determine, whether the lexer language supports a block comment.
Public method to determine, whether the lexer language supports a box comment.
Public method to determine, whether the lexer language supports a stream comment.
Public method to return the comment string.
Public method to return the stream comment strings.