Package | Description |
---|---|
com.massa.dsl.lexer |
Modifier and Type | Class and Description |
---|---|
class |
NextCharLexer
Next character Lexer, reads from next non space character to the specified character pattern.
|
class |
NextSpaceLexer
Next Space Lexer, reads from next non space character to the following space character.
|
class |
StringLexer
String Lexer.
|
class |
TextLexer
Lexer reading text between too matchers.
|