|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.antlr.runtime.BaseRecognizer
org.antlr.runtime.Lexer
parser.ConfigLexer
public class ConfigLexer
Field Summary | |
---|---|
static int |
COMMENT
|
static int |
EOF
|
static int |
SPAN
|
static int |
T__7
|
static int |
WS
|
Fields inherited from class org.antlr.runtime.Lexer |
---|
input |
Fields inherited from class org.antlr.runtime.BaseRecognizer |
---|
DEFAULT_TOKEN_CHANNEL, HIDDEN, INITIAL_FOLLOW_STACK_SIZE, MEMO_RULE_FAILED, MEMO_RULE_UNKNOWN, NEXT_TOKEN_RULE_NAME, state |
Constructor Summary | |
---|---|
ConfigLexer()
|
|
ConfigLexer(org.antlr.runtime.CharStream input)
|
|
ConfigLexer(org.antlr.runtime.CharStream input,
org.antlr.runtime.RecognizerSharedState state)
|
Method Summary | |
---|---|
java.lang.String |
getGrammarFileName()
|
void |
mCOMMENT()
|
void |
mSPAN()
|
void |
mT__7()
|
void |
mTokens()
|
void |
mWS()
|
Methods inherited from class org.antlr.runtime.Lexer |
---|
emit, emit, getCharErrorDisplay, getCharIndex, getCharPositionInLine, getCharStream, getErrorMessage, getLine, getSourceName, getText, match, match, matchAny, matchRange, nextToken, recover, reportError, reset, setCharStream, setText, skip, traceIn, traceOut |
Methods inherited from class org.antlr.runtime.BaseRecognizer |
---|
alreadyParsedRule, beginResync, combineFollows, computeContextSensitiveRuleFOLLOW, computeErrorRecoverySet, consumeUntil, consumeUntil, displayRecognitionError, emitErrorMessage, endResync, failed, getBacktrackingLevel, getCurrentInputSymbol, getErrorHeader, getMissingSymbol, getNumberOfSyntaxErrors, getRuleInvocationStack, getRuleInvocationStack, getRuleMemoization, getRuleMemoizationCacheSize, getTokenErrorDisplay, getTokenNames, match, matchAny, memoize, mismatchIsMissingToken, mismatchIsUnwantedToken, pushFollow, recover, recoverFromMismatchedSet, recoverFromMismatchedToken, setBacktrackingLevel, toStrings, traceIn, traceOut |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int COMMENT
public static final int EOF
public static final int SPAN
public static final int T__7
public static final int WS
Constructor Detail |
---|
public ConfigLexer()
public ConfigLexer(org.antlr.runtime.CharStream input)
public ConfigLexer(org.antlr.runtime.CharStream input, org.antlr.runtime.RecognizerSharedState state)
Method Detail |
---|
public java.lang.String getGrammarFileName()
getGrammarFileName
in class org.antlr.runtime.BaseRecognizer
public final void mCOMMENT() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mSPAN() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mT__7() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public void mTokens() throws org.antlr.runtime.RecognitionException
mTokens
in class org.antlr.runtime.Lexer
org.antlr.runtime.RecognitionException
public final void mWS() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |