类 ANTLRv3Lexer
- java.lang.Object
-
- org.antlr.runtime.BaseRecognizer
-
- org.antlr.runtime.Lexer
-
- org.antlr.gunit.swingui.parsers.ANTLRv3Lexer
-
- 所有已实现的接口:
org.antlr.runtime.TokenSource
public class ANTLRv3Lexer extends org.antlr.runtime.Lexer
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 protected class
ANTLRv3Lexer.DFA2
protected class
ANTLRv3Lexer.DFA22
-
字段概要
字段 修饰符和类型 字段 说明 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
BACKTRACK_SEMPRED
static int
BANG
static int
BLOCK
static int
CHAR_LITERAL
static int
CHAR_RANGE
static int
CLOSURE
static int
COMBINED_GRAMMAR
protected ANTLRv3Lexer.DFA2
dfa2
protected ANTLRv3Lexer.DFA22
dfa22
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
INITACTION
static int
INT
static int
LABEL
static int
LEXER
static int
LEXER_GRAMMAR
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__65
static int
T__66
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
-
构造器概要
构造器 构造器 说明 ANTLRv3Lexer()
ANTLRv3Lexer(org.antlr.runtime.CharStream input)
ANTLRv3Lexer(org.antlr.runtime.CharStream input, org.antlr.runtime.RecognizerSharedState state)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 org.antlr.runtime.Lexer[]
getDelegates()
java.lang.String
getGrammarFileName()
void
mACTION()
void
mACTION_CHAR_LITERAL()
void
mACTION_ESC()
void
mACTION_STRING_LITERAL()
void
mARG_ACTION()
void
mBANG()
void
mCHAR_LITERAL()
void
mDOUBLE_ANGLE_STRING_LITERAL()
void
mDOUBLE_QUOTE_STRING_LITERAL()
void
mESC()
void
mFRAGMENT()
void
mINT()
void
mLITERAL_CHAR()
void
mML_COMMENT()
void
mNESTED_ACTION()
void
mNESTED_ARG_ACTION()
void
mOPTIONS()
void
mRANGE()
void
mREWRITE()
void
mROOT()
void
mRULE_REF()
void
mSCOPE()
void
mSL_COMMENT()
void
mSRC()
void
mSTRING_LITERAL()
void
mT__65()
void
mT__66()
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()
void
mTOKENS()
void
mTREE_BEGIN()
void
mWS()
void
mWS_LOOP()
void
mXDIGIT()
-
从类继承的方法 org.antlr.runtime.Lexer
emit, emit, getCharErrorDisplay, getCharIndex, getCharPositionInLine, getCharStream, getEOFToken, getErrorMessage, getLine, getSourceName, getText, match, match, matchAny, matchRange, nextToken, recover, reportError, reset, setCharStream, setText, skip, traceIn, traceOut
-
从类继承的方法 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
-
-
-
-
字段详细资料
-
EOF
public static final int EOF
- 另请参阅:
- 常量字段值
-
T__65
public static final int T__65
- 另请参阅:
- 常量字段值
-
T__66
public static final int T__66
- 另请参阅:
- 常量字段值
-
T__67
public static final int T__67
- 另请参阅:
- 常量字段值
-
T__68
public static final int T__68
- 另请参阅:
- 常量字段值
-
T__69
public static final int T__69
- 另请参阅:
- 常量字段值
-
T__70
public static final int T__70
- 另请参阅:
- 常量字段值
-
T__71
public static final int T__71
- 另请参阅:
- 常量字段值
-
T__72
public static final int T__72
- 另请参阅:
- 常量字段值
-
T__73
public static final int T__73
- 另请参阅:
- 常量字段值
-
T__74
public static final int T__74
- 另请参阅:
- 常量字段值
-
T__75
public static final int T__75
- 另请参阅:
- 常量字段值
-
T__76
public static final int T__76
- 另请参阅:
- 常量字段值
-
T__77
public static final int T__77
- 另请参阅:
- 常量字段值
-
T__78
public static final int T__78
- 另请参阅:
- 常量字段值
-
T__79
public static final int T__79
- 另请参阅:
- 常量字段值
-
T__80
public static final int T__80
- 另请参阅:
- 常量字段值
-
T__81
public static final int T__81
- 另请参阅:
- 常量字段值
-
T__82
public static final int T__82
- 另请参阅:
- 常量字段值
-
T__83
public static final int T__83
- 另请参阅:
- 常量字段值
-
T__84
public static final int T__84
- 另请参阅:
- 常量字段值
-
T__85
public static final int T__85
- 另请参阅:
- 常量字段值
-
T__86
public static final int T__86
- 另请参阅:
- 常量字段值
-
T__87
public static final int T__87
- 另请参阅:
- 常量字段值
-
T__88
public static final int T__88
- 另请参阅:
- 常量字段值
-
T__89
public static final int T__89
- 另请参阅:
- 常量字段值
-
T__90
public static final int T__90
- 另请参阅:
- 常量字段值
-
T__91
public static final int T__91
- 另请参阅:
- 常量字段值
-
T__92
public static final int T__92
- 另请参阅:
- 常量字段值
-
T__93
public static final int T__93
- 另请参阅:
- 常量字段值
-
ACTION
public static final int ACTION
- 另请参阅:
- 常量字段值
-
ACTION_CHAR_LITERAL
public static final int ACTION_CHAR_LITERAL
- 另请参阅:
- 常量字段值
-
ACTION_ESC
public static final int ACTION_ESC
- 另请参阅:
- 常量字段值
-
ACTION_STRING_LITERAL
public static final int ACTION_STRING_LITERAL
- 另请参阅:
- 常量字段值
-
ALT
public static final int ALT
- 另请参阅:
- 常量字段值
-
ARG
public static final int ARG
- 另请参阅:
- 常量字段值
-
ARGLIST
public static final int ARGLIST
- 另请参阅:
- 常量字段值
-
ARG_ACTION
public static final int ARG_ACTION
- 另请参阅:
- 常量字段值
-
BACKTRACK_SEMPRED
public static final int BACKTRACK_SEMPRED
- 另请参阅:
- 常量字段值
-
BANG
public static final int BANG
- 另请参阅:
- 常量字段值
-
BLOCK
public static final int BLOCK
- 另请参阅:
- 常量字段值
-
CHAR_LITERAL
public static final int CHAR_LITERAL
- 另请参阅:
- 常量字段值
-
CHAR_RANGE
public static final int CHAR_RANGE
- 另请参阅:
- 常量字段值
-
CLOSURE
public static final int CLOSURE
- 另请参阅:
- 常量字段值
-
COMBINED_GRAMMAR
public static final int COMBINED_GRAMMAR
- 另请参阅:
- 常量字段值
-
DOC_COMMENT
public static final int DOC_COMMENT
- 另请参阅:
- 常量字段值
-
DOUBLE_ANGLE_STRING_LITERAL
public static final int DOUBLE_ANGLE_STRING_LITERAL
- 另请参阅:
- 常量字段值
-
DOUBLE_QUOTE_STRING_LITERAL
public static final int DOUBLE_QUOTE_STRING_LITERAL
- 另请参阅:
- 常量字段值
-
EOA
public static final int EOA
- 另请参阅:
- 常量字段值
-
EOB
public static final int EOB
- 另请参阅:
- 常量字段值
-
EOR
public static final int EOR
- 另请参阅:
- 常量字段值
-
EPSILON
public static final int EPSILON
- 另请参阅:
- 常量字段值
-
ESC
public static final int ESC
- 另请参阅:
- 常量字段值
-
FRAGMENT
public static final int FRAGMENT
- 另请参阅:
- 常量字段值
-
GATED_SEMPRED
public static final int GATED_SEMPRED
- 另请参阅:
- 常量字段值
-
ID
public static final int ID
- 另请参阅:
- 常量字段值
-
INITACTION
public static final int INITACTION
- 另请参阅:
- 常量字段值
-
INT
public static final int INT
- 另请参阅:
- 常量字段值
-
LABEL
public static final int LABEL
- 另请参阅:
- 常量字段值
-
LEXER
public static final int LEXER
- 另请参阅:
- 常量字段值
-
LEXER_GRAMMAR
public static final int LEXER_GRAMMAR
- 另请参阅:
- 常量字段值
-
LITERAL_CHAR
public static final int LITERAL_CHAR
- 另请参阅:
- 常量字段值
-
ML_COMMENT
public static final int ML_COMMENT
- 另请参阅:
- 常量字段值
-
NESTED_ACTION
public static final int NESTED_ACTION
- 另请参阅:
- 常量字段值
-
NESTED_ARG_ACTION
public static final int NESTED_ARG_ACTION
- 另请参阅:
- 常量字段值
-
OPTIONAL
public static final int OPTIONAL
- 另请参阅:
- 常量字段值
-
OPTIONS
public static final int OPTIONS
- 另请参阅:
- 常量字段值
-
PARSER
public static final int PARSER
- 另请参阅:
- 常量字段值
-
PARSER_GRAMMAR
public static final int PARSER_GRAMMAR
- 另请参阅:
- 常量字段值
-
POSITIVE_CLOSURE
public static final int POSITIVE_CLOSURE
- 另请参阅:
- 常量字段值
-
RANGE
public static final int RANGE
- 另请参阅:
- 常量字段值
-
RET
public static final int RET
- 另请参阅:
- 常量字段值
-
REWRITE
public static final int REWRITE
- 另请参阅:
- 常量字段值
-
ROOT
public static final int ROOT
- 另请参阅:
- 常量字段值
-
RULE
public static final int RULE
- 另请参阅:
- 常量字段值
-
RULE_REF
public static final int RULE_REF
- 另请参阅:
- 常量字段值
-
SCOPE
public static final int SCOPE
- 另请参阅:
- 常量字段值
-
SEMPRED
public static final int SEMPRED
- 另请参阅:
- 常量字段值
-
SL_COMMENT
public static final int SL_COMMENT
- 另请参阅:
- 常量字段值
-
SRC
public static final int SRC
- 另请参阅:
- 常量字段值
-
STRING_LITERAL
public static final int STRING_LITERAL
- 另请参阅:
- 常量字段值
-
SYNPRED
public static final int SYNPRED
- 另请参阅:
- 常量字段值
-
SYN_SEMPRED
public static final int SYN_SEMPRED
- 另请参阅:
- 常量字段值
-
TEMPLATE
public static final int TEMPLATE
- 另请参阅:
- 常量字段值
-
TOKENS
public static final int TOKENS
- 另请参阅:
- 常量字段值
-
TOKEN_REF
public static final int TOKEN_REF
- 另请参阅:
- 常量字段值
-
TREE_BEGIN
public static final int TREE_BEGIN
- 另请参阅:
- 常量字段值
-
TREE_GRAMMAR
public static final int TREE_GRAMMAR
- 另请参阅:
- 常量字段值
-
WS
public static final int WS
- 另请参阅:
- 常量字段值
-
WS_LOOP
public static final int WS_LOOP
- 另请参阅:
- 常量字段值
-
XDIGIT
public static final int XDIGIT
- 另请参阅:
- 常量字段值
-
dfa2
protected ANTLRv3Lexer.DFA2 dfa2
-
dfa22
protected ANTLRv3Lexer.DFA22 dfa22
-
-
方法详细资料
-
getDelegates
public org.antlr.runtime.Lexer[] getDelegates()
-
getGrammarFileName
public java.lang.String getGrammarFileName()
- 覆盖:
getGrammarFileName
在类中org.antlr.runtime.BaseRecognizer
-
mBANG
public final void mBANG() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mFRAGMENT
public final void mFRAGMENT() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mRANGE
public final void mRANGE() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mREWRITE
public final void mREWRITE() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mROOT
public final void mROOT() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mSCOPE
public final void mSCOPE() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mTREE_BEGIN
public final void mTREE_BEGIN() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mT__65
public final void mT__65() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mT__66
public final void mT__66() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mT__67
public final void mT__67() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mT__68
public final void mT__68() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mT__69
public final void mT__69() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mT__70
public final void mT__70() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mT__71
public final void mT__71() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mT__72
public final void mT__72() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mT__73
public final void mT__73() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mT__74
public final void mT__74() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mT__75
public final void mT__75() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mT__76
public final void mT__76() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mT__77
public final void mT__77() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mT__78
public final void mT__78() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mT__79
public final void mT__79() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mT__80
public final void mT__80() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mT__81
public final void mT__81() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mT__82
public final void mT__82() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mT__83
public final void mT__83() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mT__84
public final void mT__84() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mT__85
public final void mT__85() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mT__86
public final void mT__86() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mT__87
public final void mT__87() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mT__88
public final void mT__88() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mT__89
public final void mT__89() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mT__90
public final void mT__90() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mT__91
public final void mT__91() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mT__92
public final void mT__92() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mT__93
public final void mT__93() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mSL_COMMENT
public final void mSL_COMMENT() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mML_COMMENT
public final void mML_COMMENT() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mCHAR_LITERAL
public final void mCHAR_LITERAL() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mSTRING_LITERAL
public final void mSTRING_LITERAL() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mLITERAL_CHAR
public final void mLITERAL_CHAR() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mDOUBLE_QUOTE_STRING_LITERAL
public final void mDOUBLE_QUOTE_STRING_LITERAL() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mDOUBLE_ANGLE_STRING_LITERAL
public final void mDOUBLE_ANGLE_STRING_LITERAL() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mESC
public final void mESC() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mXDIGIT
public final void mXDIGIT() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mINT
public final void mINT() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mARG_ACTION
public final void mARG_ACTION() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mNESTED_ARG_ACTION
public final void mNESTED_ARG_ACTION() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mACTION
public final void mACTION() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mNESTED_ACTION
public final void mNESTED_ACTION() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mACTION_CHAR_LITERAL
public final void mACTION_CHAR_LITERAL() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mACTION_STRING_LITERAL
public final void mACTION_STRING_LITERAL() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mACTION_ESC
public final void mACTION_ESC() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mTOKEN_REF
public final void mTOKEN_REF() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mRULE_REF
public final void mRULE_REF() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mOPTIONS
public final void mOPTIONS() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mTOKENS
public final void mTOKENS() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mSRC
public final void mSRC() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mWS
public final void mWS() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mWS_LOOP
public final void mWS_LOOP() throws org.antlr.runtime.RecognitionException
- 抛出:
org.antlr.runtime.RecognitionException
-
mTokens
public void mTokens() throws org.antlr.runtime.RecognitionException
- 指定者:
mTokens
在类中org.antlr.runtime.Lexer
- 抛出:
org.antlr.runtime.RecognitionException
-
-