public class ANTLRv3Lexer extends Lexer
Modifier and Type | Field and Description |
---|---|
static int |
ACTION |
static int |
ACTION_CHAR_LITERAL |
static int |
ACTION_ESC |
static int |
ACTION_STRING_LITERAL |
static int |
ALT |
static int |
ARG |
static int |
ARG_ACTION |
static int |
ARGLIST |
static int |
AT |
static int |
BACKTRACK_SEMPRED |
static int |
BANG |
static int |
BLOCK |
static int |
CHAR_LITERAL |
static int |
CHAR_RANGE |
static int |
CLOSURE |
static int |
COMBINED_GRAMMAR |
protected org.antlr.grammar.v3.ANTLRv3Lexer.DFA13 |
dfa13 |
protected org.antlr.grammar.v3.ANTLRv3Lexer.DFA2 |
dfa2 |
protected org.antlr.grammar.v3.ANTLRv3Lexer.DFA22 |
dfa22 |
protected org.antlr.grammar.v3.ANTLRv3Lexer.DFA9 |
dfa9 |
static int |
DOC_COMMENT |
static int |
DOUBLE_ANGLE_STRING_LITERAL |
static int |
DOUBLE_QUOTE_STRING_LITERAL |
static int |
EOA |
static int |
EOB |
static int |
EOF |
static int |
EOR |
static int |
EPSILON |
static int |
ESC |
static int |
FRAGMENT |
static int |
GATED_SEMPRED |
static int |
ID |
static int |
INT |
static int |
LABEL |
static int |
LABEL_ASSIGN |
static int |
LEXER |
static int |
LEXER_GRAMMAR |
static int |
LIST_LABEL_ASSIGN |
static int |
LITERAL_CHAR |
static int |
ML_COMMENT |
static int |
NESTED_ACTION |
static int |
NESTED_ARG_ACTION |
static int |
OPTIONAL |
static int |
OPTIONS |
static int |
PARSER |
static int |
PARSER_GRAMMAR |
static int |
POSITIVE_CLOSURE |
static int |
RANGE |
static int |
RET |
static int |
REWRITE |
static int |
ROOT |
static int |
RULE |
static int |
RULE_REF |
static int |
SCOPE |
static int |
SEMPRED |
static int |
SL_COMMENT |
static int |
SRC |
static int |
STRING_LITERAL |
static int |
SYN_SEMPRED |
static int |
SYNPRED |
static int |
T__67 |
static int |
T__68 |
static int |
T__69 |
static int |
T__70 |
static int |
T__71 |
static int |
T__72 |
static int |
T__73 |
static int |
T__74 |
static int |
T__75 |
static int |
T__76 |
static int |
T__77 |
static int |
T__78 |
static int |
T__79 |
static int |
T__80 |
static int |
T__81 |
static int |
T__82 |
static int |
T__83 |
static int |
T__84 |
static int |
T__85 |
static int |
T__86 |
static int |
T__87 |
static int |
T__88 |
static int |
T__89 |
static int |
T__90 |
static int |
T__91 |
static int |
T__92 |
static int |
T__93 |
static int |
TEMPLATE |
static int |
TOKEN_REF |
static int |
TOKENS |
static int |
TREE_BEGIN |
static int |
TREE_GRAMMAR |
static int |
WS |
static int |
WS_LOOP |
static int |
XDIGIT |
DEFAULT_TOKEN_CHANNEL, HIDDEN, INITIAL_FOLLOW_STACK_SIZE, MEMO_RULE_FAILED, MEMO_RULE_UNKNOWN, NEXT_TOKEN_RULE_NAME, state
Constructor and Description |
---|
ANTLRv3Lexer() |
ANTLRv3Lexer(CharStream input) |
ANTLRv3Lexer(CharStream input,
RecognizerSharedState state) |
Modifier and Type | Method and Description |
---|---|
String |
getGrammarFileName()
For debugging and other purposes, might want the grammar name.
|
void |
mACTION_CHAR_LITERAL() |
void |
mACTION_ESC() |
void |
mACTION_STRING_LITERAL() |
void |
mACTION() |
void |
mARG_ACTION() |
void |
mAT() |
void |
mBANG() |
void |
mCHAR_LITERAL() |
void |
mDOUBLE_ANGLE_STRING_LITERAL() |
void |
mDOUBLE_QUOTE_STRING_LITERAL() |
void |
mESC() |
void |
mFRAGMENT() |
void |
mINT() |
void |
mLABEL_ASSIGN() |
void |
mLIST_LABEL_ASSIGN() |
void |
mLITERAL_CHAR() |
void |
mML_COMMENT() |
void |
mNESTED_ACTION() |
void |
mNESTED_ARG_ACTION() |
void |
mOPTIONS() |
void |
mRANGE() |
void |
mRET() |
void |
mREWRITE() |
void |
mROOT() |
void |
mRULE_REF() |
void |
mSCOPE() |
void |
mSL_COMMENT() |
void |
mSRC() |
void |
mSTRING_LITERAL() |
void |
mT__67() |
void |
mT__68() |
void |
mT__69() |
void |
mT__70() |
void |
mT__71() |
void |
mT__72() |
void |
mT__73() |
void |
mT__74() |
void |
mT__75() |
void |
mT__76() |
void |
mT__77() |
void |
mT__78() |
void |
mT__79() |
void |
mT__80() |
void |
mT__81() |
void |
mT__82() |
void |
mT__83() |
void |
mT__84() |
void |
mT__85() |
void |
mT__86() |
void |
mT__87() |
void |
mT__88() |
void |
mT__89() |
void |
mT__90() |
void |
mT__91() |
void |
mT__92() |
void |
mT__93() |
void |
mTOKEN_REF() |
void |
mTokens()
This is the lexer entry point that sets instance var 'token'
|
void |
mTOKENS() |
void |
mTREE_BEGIN() |
void |
mWS_LOOP() |
void |
mWS() |
void |
mXDIGIT() |
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 PARSER_GRAMMAR
public static final int REWRITE
public static final int TREE_BEGIN
public static final int EPSILON
public static final int LIST_LABEL_ASSIGN
public static final int FRAGMENT
public static final int LITERAL_CHAR
public static final int WS_LOOP
public static final int SEMPRED
public static final int ID
public static final int ACTION_STRING_LITERAL
public static final int LEXER_GRAMMAR
public static final int DOUBLE_QUOTE_STRING_LITERAL
public static final int PARSER
public static final int BANG
public static final int OPTIONS
public static final int AT
public static final int NESTED_ARG_ACTION
public static final int ARG
public static final int T__67
public static final int T__68
public static final int T__69
public static final int CHAR_LITERAL
public static final int SYNPRED
public static final int TREE_GRAMMAR
public static final int ACTION_CHAR_LITERAL
public static final int TOKENS
public static final int DOC_COMMENT
public static final int ESC
public static final int ARG_ACTION
public static final int CLOSURE
public static final int SL_COMMENT
public static final int T__91
public static final int RET
public static final int T__92
public static final int T__93
public static final int SCOPE
public static final int T__90
public static final int ALT
public static final int RULE_REF
public static final int BACKTRACK_SEMPRED
public static final int OPTIONAL
public static final int ACTION_ESC
public static final int TOKEN_REF
public static final int LABEL
public static final int TEMPLATE
public static final int SYN_SEMPRED
public static final int LEXER
public static final int LABEL_ASSIGN
public static final int BLOCK
public static final int ARGLIST
public static final int GATED_SEMPRED
public static final int RANGE
public static final int XDIGIT
public static final int T__70
public static final int T__71
public static final int T__72
public static final int ROOT
public static final int SRC
public static final int INT
public static final int CHAR_RANGE
public static final int DOUBLE_ANGLE_STRING_LITERAL
public static final int EOA
public static final int T__77
public static final int T__78
public static final int EOB
public static final int T__79
public static final int RULE
public static final int T__73
public static final int WS
public static final int EOF
public static final int T__74
public static final int T__75
public static final int T__76
public static final int T__80
public static final int T__81
public static final int T__82
public static final int T__83
public static final int POSITIVE_CLOSURE
public static final int EOR
public static final int COMBINED_GRAMMAR
public static final int ACTION
public static final int ML_COMMENT
public static final int T__88
public static final int T__89
public static final int STRING_LITERAL
public static final int T__84
public static final int T__85
public static final int T__86
public static final int NESTED_ACTION
public static final int T__87
protected org.antlr.grammar.v3.ANTLRv3Lexer.DFA2 dfa2
protected org.antlr.grammar.v3.ANTLRv3Lexer.DFA9 dfa9
protected org.antlr.grammar.v3.ANTLRv3Lexer.DFA13 dfa13
protected org.antlr.grammar.v3.ANTLRv3Lexer.DFA22 dfa22
public ANTLRv3Lexer()
public ANTLRv3Lexer(CharStream input)
public ANTLRv3Lexer(CharStream input, RecognizerSharedState state)
public String getGrammarFileName()
BaseRecognizer
getGrammarFileName
in class BaseRecognizer
public final void mRET() throws RecognitionException
RecognitionException
public final void mSCOPE() throws RecognitionException
RecognitionException
public final void mFRAGMENT() throws RecognitionException
RecognitionException
public final void mTREE_BEGIN() throws RecognitionException
RecognitionException
public final void mROOT() throws RecognitionException
RecognitionException
public final void mBANG() throws RecognitionException
RecognitionException
public final void mRANGE() throws RecognitionException
RecognitionException
public final void mREWRITE() throws RecognitionException
RecognitionException
public final void mAT() throws RecognitionException
RecognitionException
public final void mLABEL_ASSIGN() throws RecognitionException
RecognitionException
public final void mLIST_LABEL_ASSIGN() throws RecognitionException
RecognitionException
public final void mT__67() throws RecognitionException
RecognitionException
public final void mT__68() throws RecognitionException
RecognitionException
public final void mT__69() throws RecognitionException
RecognitionException
public final void mT__70() throws RecognitionException
RecognitionException
public final void mT__71() throws RecognitionException
RecognitionException
public final void mT__72() throws RecognitionException
RecognitionException
public final void mT__73() throws RecognitionException
RecognitionException
public final void mT__74() throws RecognitionException
RecognitionException
public final void mT__75() throws RecognitionException
RecognitionException
public final void mT__76() throws RecognitionException
RecognitionException
public final void mT__77() throws RecognitionException
RecognitionException
public final void mT__78() throws RecognitionException
RecognitionException
public final void mT__79() throws RecognitionException
RecognitionException
public final void mT__80() throws RecognitionException
RecognitionException
public final void mT__81() throws RecognitionException
RecognitionException
public final void mT__82() throws RecognitionException
RecognitionException
public final void mT__83() throws RecognitionException
RecognitionException
public final void mT__84() throws RecognitionException
RecognitionException
public final void mT__85() throws RecognitionException
RecognitionException
public final void mT__86() throws RecognitionException
RecognitionException
public final void mT__87() throws RecognitionException
RecognitionException
public final void mT__88() throws RecognitionException
RecognitionException
public final void mT__89() throws RecognitionException
RecognitionException
public final void mT__90() throws RecognitionException
RecognitionException
public final void mT__91() throws RecognitionException
RecognitionException
public final void mT__92() throws RecognitionException
RecognitionException
public final void mT__93() throws RecognitionException
RecognitionException
public final void mSL_COMMENT() throws RecognitionException
RecognitionException
public final void mML_COMMENT() throws RecognitionException
RecognitionException
public final void mCHAR_LITERAL() throws RecognitionException
RecognitionException
public final void mSTRING_LITERAL() throws RecognitionException
RecognitionException
public final void mLITERAL_CHAR() throws RecognitionException
RecognitionException
public final void mDOUBLE_QUOTE_STRING_LITERAL() throws RecognitionException
RecognitionException
public final void mDOUBLE_ANGLE_STRING_LITERAL() throws RecognitionException
RecognitionException
public final void mESC() throws RecognitionException
RecognitionException
public final void mXDIGIT() throws RecognitionException
RecognitionException
public final void mINT() throws RecognitionException
RecognitionException
public final void mARG_ACTION() throws RecognitionException
RecognitionException
public final void mNESTED_ARG_ACTION() throws RecognitionException
RecognitionException
public final void mACTION() throws RecognitionException
RecognitionException
public final void mNESTED_ACTION() throws RecognitionException
RecognitionException
public final void mACTION_CHAR_LITERAL() throws RecognitionException
RecognitionException
public final void mACTION_STRING_LITERAL() throws RecognitionException
RecognitionException
public final void mACTION_ESC() throws RecognitionException
RecognitionException
public final void mTOKEN_REF() throws RecognitionException
RecognitionException
public final void mRULE_REF() throws RecognitionException
RecognitionException
public final void mOPTIONS() throws RecognitionException
RecognitionException
public final void mTOKENS() throws RecognitionException
RecognitionException
public final void mSRC() throws RecognitionException
RecognitionException
public final void mWS() throws RecognitionException
RecognitionException
public final void mWS_LOOP() throws RecognitionException
RecognitionException
public void mTokens() throws RecognitionException
Lexer
mTokens
in class Lexer
RecognitionException
Copyright © 2020. All rights reserved.