public class ValuesLexer extends AbstractLexer
Constructor and Description |
---|
ValuesLexer() |
Modifier and Type | Method and Description |
---|---|
LexerBlock |
getBlock() |
LexerParser |
getParser(LexerParser parent)
Returns a parser which is able to handles the text relative to this lexer
|
boolean |
isOrdered() |
Class<?> |
resolveType(Grammar grammar)
Resolves the type of the object parsed by this lexer.
|
void |
setBlock(LexerBlock block) |
void |
validate(Grammar grammar)
Default implementation does nothing.
|
equals, getDslDoc, getEnd, getId, getListener, getListenerClass, getMatcherAutoCompleteConfiguration, getStart, hashCode, isRoot, isRootOnly, resolveEnd, resolveStart, setDslDoc, setEnd, setId, setListenerClass, setMatcherAutoCompleteConfiguration, setRoot, setRootOnly, setStart, toString
public boolean isOrdered()
public LexerBlock getBlock()
public void setBlock(LexerBlock block)
public Class<?> resolveType(Grammar grammar)
Lexer
public void validate(Grammar grammar) throws DslException
AbstractLexer
validate
in interface Lexer
validate
in class AbstractLexer
grammar
- Related grammarDslException
public LexerParser getParser(LexerParser parent) throws DslException
Lexer
parent
- Parent parserDslException