public class HardCodedLexer extends AbstractLexer
Constructor and Description |
---|
HardCodedLexer() |
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<?> |
getType() |
Object |
getValue() |
boolean |
isOrdered() |
Class<?> |
resolveType(Grammar grammar)
Resolves the type of the object parsed by this lexer.
|
void |
setType(Class<?> type) |
void |
setValue(Object value) |
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 Object getValue()
public void setValue(Object value)
public Class<?> resolveType(Grammar grammar) throws DslException
Lexer
DslException
public void validate(Grammar grammar) throws DslException
AbstractLexer
validate
in interface Lexer
validate
in class AbstractLexer
grammar
- Related grammarDslException
public LexerParser getParser(LexerParser parent)
Lexer
parent
- Parent parserpublic Class<?> getType()
public void setType(Class<?> type)