public class TypeLexer
extends org.antlr.runtime.Lexer
Modifier and Type | Field and Description |
---|---|
static int |
ARRAY |
static int |
BEGINTYPEPARAM |
static int |
CLASSNAME |
static int |
COMMA |
protected org.javaruntype.type.parser.TypeLexer.DFA3 |
dfa3 |
static int |
ENDTYPEPARAM |
static int |
EOF |
static int |
EXT |
static int |
EXTENDS |
static int |
SUP |
static int |
SUPER |
static int |
UNKNOWN |
static int |
WS |
Constructor and Description |
---|
TypeLexer() |
TypeLexer(org.antlr.runtime.CharStream input) |
TypeLexer(org.antlr.runtime.CharStream input,
org.antlr.runtime.RecognizerSharedState state) |
Modifier and Type | Method and Description |
---|---|
String |
getGrammarFileName() |
void |
mARRAY() |
void |
mBEGINTYPEPARAM() |
void |
mCLASSNAME() |
void |
mCOMMA() |
void |
mENDTYPEPARAM() |
void |
mEXT() |
void |
mEXTENDS() |
void |
mSUP() |
void |
mSUPER() |
void |
mTokens() |
void |
mUNKNOWN() |
void |
mWS() |
emit, emit, getCharErrorDisplay, getCharIndex, getCharPositionInLine, getCharStream, getErrorMessage, getLine, getSourceName, getText, match, match, matchAny, matchRange, nextToken, recover, reportError, reset, setCharStream, setText, skip, traceIn, traceOut
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
public static final int WS
public static final int UNKNOWN
public static final int COMMA
public static final int EXT
public static final int ENDTYPEPARAM
public static final int SUPER
public static final int EOF
public static final int EXTENDS
public static final int ARRAY
public static final int BEGINTYPEPARAM
public static final int SUP
public static final int CLASSNAME
protected org.javaruntype.type.parser.TypeLexer.DFA3 dfa3
public TypeLexer()
public TypeLexer(org.antlr.runtime.CharStream input)
public TypeLexer(org.antlr.runtime.CharStream input, org.antlr.runtime.RecognizerSharedState state)
public String getGrammarFileName()
getGrammarFileName
in class org.antlr.runtime.BaseRecognizer
public final void mARRAY() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mUNKNOWN() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mBEGINTYPEPARAM() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mENDTYPEPARAM() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mCOMMA() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mEXTENDS() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mSUPER() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mEXT() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mSUP() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mCLASSNAME() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mWS() 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
Copyright © 2016 The JAVARUNTYPE team. All Rights Reserved.