public class MappedPropertyLexer extends ObjectLexer
Modifier and Type | Class and Description |
---|---|
protected static class |
MappedPropertyLexer.StandaloneEntry |
ObjectLexer.DefaultObjectLexerListener, ObjectLexer.ObjectLexerListener, ObjectLexer.ObjectLexerParser
Constructor and Description |
---|
MappedPropertyLexer() |
Modifier and Type | Method and Description |
---|---|
LexerParser |
getParser(LexerParser parent)
Returns a parser which is able to handles the text relative to this lexer
|
Class<?> |
resolveType(Grammar grammar)
Resolves the type of the object parsed by this lexer.
|
getBlocks, getObjectLexerListenerClass, isOrdered, setBlocks, setObjectLexerListenerClass, setOrdered, setType, validate
equals, getDslDoc, getEnd, getId, getListener, getListenerClass, getMatcherAutoCompleteConfiguration, getStart, hashCode, isRoot, isRootOnly, resolveEnd, resolveStart, setDslDoc, setEnd, setId, setListenerClass, setMatcherAutoCompleteConfiguration, setRoot, setRootOnly, setStart, toString
public Class<?> resolveType(Grammar grammar)
Lexer
resolveType
in interface Lexer
resolveType
in class ObjectLexer
public LexerParser getParser(LexerParser parent) throws DslException
Lexer
getParser
in interface Lexer
getParser
in class ObjectLexer
parent
- Parent parserDslException