Package | Description |
---|---|
com.massa.dsl.lexer |
Modifier and Type | Class and Description |
---|---|
class |
ActionLexer
Lexer allowing to perform one or more actionProperties on parsed sub objects.
|
class |
BooleanLexer
Boolean Lexer.
|
class |
CharacterLexer
Character Lexer.
|
class |
DecimalLexer
Decimal Lexer.
|
class |
EnumLexer
Lexer for which possible content is given by an enumeration.
|
class |
HardCodedLexer
Lexer with hard coded value to return.
|
class |
IntegerLexer
Integer Lexer.
|
class |
MappedPropertyLexer
Allows to modify parents result to put a value in a Map.
|
class |
MatcherLexer
Lexer for matching a portion of text with no need to do something with it.
|
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 |
NullLexer
Null value Lexer.
|
class |
ObjectLexer
Lexer allowing to instantiate an object and inject sub properties.
|
class |
RegexLexer
Regexp Lexer, allowing to
retrieve all content until it matches the regular expression if no block provided.
|
class |
StringLexer
String Lexer.
|
class |
SubParseLexer
Lexer allowing to parse a part of text.
|
class |
TextLexer
Lexer reading text between too matchers.
|
class |
TransformLexer
Transforms sub Lexer's result.
|
class |
ValueLexer
Value Lexer.
|
class |
ValuesLexer
Values Lexer.
|