类 JsonPathLexer
- java.lang.Object
-
- org.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
-
- org.antlr.v4.runtime.Lexer
-
- org.jsfr.json.compiler.JsonPathLexer
-
- 所有已实现的接口:
org.antlr.v4.runtime.TokenSource
public class JsonPathLexer extends org.antlr.v4.runtime.Lexer
-
-
字段概要
字段 修饰符和类型 字段 说明 static org.antlr.v4.runtime.atn.ATN_ATNprotected static org.antlr.v4.runtime.dfa.DFA[]_decisionToDFAstatic String_serializedATNprotected static org.antlr.v4.runtime.atn.PredictionContextCache_sharedContextCachestatic intAndOperatorstatic intBOOLstatic String[]channelNamesstatic intCOLONstatic intKEYstatic String[]modeNamesstatic intNegationOperatorstatic intNUMstatic intOrOperatorstatic intQUOTED_STRINGstatic intREGEXstatic String[]ruleNamesstatic intT__0static intT__1static intT__10static intT__11static intT__12static intT__13static intT__14static intT__15static intT__16static intT__17static intT__2static intT__3static intT__4static intT__5static intT__6static intT__7static intT__8static intT__9static String[]tokenNames已过时。UseVOCABULARYinstead.static org.antlr.v4.runtime.VocabularyVOCABULARYstatic intWS
-
构造器概要
构造器 构造器 说明 JsonPathLexer(org.antlr.v4.runtime.CharStream input)
-
方法概要
所有方法 实例方法 具体方法 已过时的方法 修饰符和类型 方法 说明 org.antlr.v4.runtime.atn.ATNgetATN()String[]getChannelNames()StringgetGrammarFileName()String[]getModeNames()String[]getRuleNames()StringgetSerializedATN()String[]getTokenNames()已过时。org.antlr.v4.runtime.VocabularygetVocabulary()-
从类继承的方法 org.antlr.v4.runtime.Lexer
emit, emit, emitEOF, getAllTokens, getChannel, getCharErrorDisplay, getCharIndex, getCharPositionInLine, getErrorDisplay, getErrorDisplay, getInputStream, getLine, getSourceName, getText, getToken, getTokenFactory, getType, mode, more, nextToken, notifyListeners, popMode, pushMode, recover, recover, reset, setChannel, setCharPositionInLine, setInputStream, setLine, setText, setToken, setTokenFactory, setType, skip
-
从类继承的方法 org.antlr.v4.runtime.Recognizer
action, addErrorListener, getErrorHeader, getErrorListenerDispatch, getErrorListeners, getInterpreter, getParseInfo, getRuleIndexMap, getState, getTokenErrorDisplay, getTokenType, getTokenTypeMap, precpred, removeErrorListener, removeErrorListeners, sempred, setInterpreter, setState
-
-
-
-
字段详细资料
-
_decisionToDFA
protected static final org.antlr.v4.runtime.dfa.DFA[] _decisionToDFA
-
_sharedContextCache
protected static final org.antlr.v4.runtime.atn.PredictionContextCache _sharedContextCache
-
T__0
public static final int T__0
- 另请参阅:
- 常量字段值
-
T__1
public static final int T__1
- 另请参阅:
- 常量字段值
-
T__2
public static final int T__2
- 另请参阅:
- 常量字段值
-
T__3
public static final int T__3
- 另请参阅:
- 常量字段值
-
T__4
public static final int T__4
- 另请参阅:
- 常量字段值
-
T__5
public static final int T__5
- 另请参阅:
- 常量字段值
-
T__6
public static final int T__6
- 另请参阅:
- 常量字段值
-
T__7
public static final int T__7
- 另请参阅:
- 常量字段值
-
T__8
public static final int T__8
- 另请参阅:
- 常量字段值
-
T__9
public static final int T__9
- 另请参阅:
- 常量字段值
-
T__10
public static final int T__10
- 另请参阅:
- 常量字段值
-
T__11
public static final int T__11
- 另请参阅:
- 常量字段值
-
T__12
public static final int T__12
- 另请参阅:
- 常量字段值
-
T__13
public static final int T__13
- 另请参阅:
- 常量字段值
-
T__14
public static final int T__14
- 另请参阅:
- 常量字段值
-
T__15
public static final int T__15
- 另请参阅:
- 常量字段值
-
T__16
public static final int T__16
- 另请参阅:
- 常量字段值
-
T__17
public static final int T__17
- 另请参阅:
- 常量字段值
-
COLON
public static final int COLON
- 另请参阅:
- 常量字段值
-
NegationOperator
public static final int NegationOperator
- 另请参阅:
- 常量字段值
-
AndOperator
public static final int AndOperator
- 另请参阅:
- 常量字段值
-
OrOperator
public static final int OrOperator
- 另请参阅:
- 常量字段值
-
NUM
public static final int NUM
- 另请参阅:
- 常量字段值
-
QUOTED_STRING
public static final int QUOTED_STRING
- 另请参阅:
- 常量字段值
-
REGEX
public static final int REGEX
- 另请参阅:
- 常量字段值
-
BOOL
public static final int BOOL
- 另请参阅:
- 常量字段值
-
KEY
public static final int KEY
- 另请参阅:
- 常量字段值
-
WS
public static final int WS
- 另请参阅:
- 常量字段值
-
channelNames
public static String[] channelNames
-
modeNames
public static String[] modeNames
-
ruleNames
public static final String[] ruleNames
-
VOCABULARY
public static final org.antlr.v4.runtime.Vocabulary VOCABULARY
-
tokenNames
@Deprecated public static final String[] tokenNames
已过时。UseVOCABULARYinstead.
-
_ATN
public static final org.antlr.v4.runtime.atn.ATN _ATN
-
-
方法详细资料
-
getTokenNames
@Deprecated public String[] getTokenNames()
已过时。- 覆盖:
getTokenNames在类中org.antlr.v4.runtime.Lexer
-
getVocabulary
public org.antlr.v4.runtime.Vocabulary getVocabulary()
- 覆盖:
getVocabulary在类中org.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
-
getGrammarFileName
public String getGrammarFileName()
- 指定者:
getGrammarFileName在类中org.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
-
getRuleNames
public String[] getRuleNames()
- 指定者:
getRuleNames在类中org.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
-
getSerializedATN
public String getSerializedATN()
- 覆盖:
getSerializedATN在类中org.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
-
getChannelNames
public String[] getChannelNames()
- 覆盖:
getChannelNames在类中org.antlr.v4.runtime.Lexer
-
getModeNames
public String[] getModeNames()
- 覆盖:
getModeNames在类中org.antlr.v4.runtime.Lexer
-
getATN
public org.antlr.v4.runtime.atn.ATN getATN()
- 指定者:
getATN在类中org.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
-
-