类 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
_ATN
protected static org.antlr.v4.runtime.dfa.DFA[]
_decisionToDFA
static String
_serializedATN
protected static org.antlr.v4.runtime.atn.PredictionContextCache
_sharedContextCache
static int
AndOperator
static int
BOOL
static String[]
channelNames
static int
COLON
static int
KEY
static String[]
modeNames
static int
NegationOperator
static int
NUM
static int
OrOperator
static int
QUOTED_STRING
static int
REGEX
static String[]
ruleNames
static int
T__0
static int
T__1
static int
T__10
static int
T__11
static int
T__12
static int
T__13
static int
T__14
static int
T__15
static int
T__16
static int
T__17
static int
T__2
static int
T__3
static int
T__4
static int
T__5
static int
T__6
static int
T__7
static int
T__8
static int
T__9
static String[]
tokenNames
已过时。UseVOCABULARY
instead.static org.antlr.v4.runtime.Vocabulary
VOCABULARY
static int
WS
-
构造器概要
构造器 构造器 说明 JsonPathLexer(org.antlr.v4.runtime.CharStream input)
-
方法概要
所有方法 实例方法 具体方法 已过时的方法 修饰符和类型 方法 说明 org.antlr.v4.runtime.atn.ATN
getATN()
String[]
getChannelNames()
String
getGrammarFileName()
String[]
getModeNames()
String[]
getRuleNames()
String
getSerializedATN()
String[]
getTokenNames()
已过时。org.antlr.v4.runtime.Vocabulary
getVocabulary()
-
从类继承的方法 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
已过时。UseVOCABULARY
instead.
-
_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>
-
-