public class XMLLexer
extends org.antlr.v4.runtime.Lexer
| Modifier and Type | Field and Description |
|---|---|
static org.antlr.v4.runtime.atn.ATN |
_ATN |
protected static org.antlr.v4.runtime.dfa.DFA[] |
_decisionToDFA |
static java.lang.String |
_serializedATN |
protected static org.antlr.v4.runtime.atn.PredictionContextCache |
_sharedContextCache |
static int |
CDATA |
static int |
CharRef |
static int |
CLOSE |
static int |
COMMENT |
static int |
DTD |
static int |
EntityRef |
static int |
EQUALS |
static int |
INSIDE |
static java.lang.String[] |
modeNames |
static int |
Name |
static int |
OPEN |
static int |
PI |
static int |
PROC_INSTR |
static java.lang.String[] |
ruleNames |
static int |
S |
static int |
SEA_WS |
static int |
SLASH |
static int |
SLASH_CLOSE |
static int |
SPECIAL_CLOSE |
static int |
STRING |
static int |
TEXT |
static java.lang.String[] |
tokenNames |
static int |
XMLDeclOpen |
_channel, _factory, _hitEOF, _input, _mode, _modeStack, _text, _token, _tokenFactorySourcePair, _tokenStartCharIndex, _tokenStartCharPositionInLine, _tokenStartLine, _type, DEFAULT_MODE, DEFAULT_TOKEN_CHANNEL, HIDDEN, MAX_CHAR_VALUE, MIN_CHAR_VALUE, MORE, SKIP| Constructor and Description |
|---|
XMLLexer(org.antlr.v4.runtime.CharStream input) |
| Modifier and Type | Method and Description |
|---|---|
org.antlr.v4.runtime.atn.ATN |
getATN() |
java.lang.String |
getGrammarFileName() |
java.lang.String[] |
getModeNames() |
java.lang.String[] |
getRuleNames() |
java.lang.String |
getSerializedATN() |
java.lang.String[] |
getTokenNames() |
emit, emit, emitEOF, getAllTokens, getChannel, getChannelNames, 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, skipaction, addErrorListener, getErrorHeader, getErrorListenerDispatch, getErrorListeners, getInterpreter, getParseInfo, getRuleIndexMap, getState, getTokenErrorDisplay, getTokenType, getTokenTypeMap, getVocabulary, precpred, removeErrorListener, removeErrorListeners, sempred, setInterpreter, setStateprotected static final org.antlr.v4.runtime.dfa.DFA[] _decisionToDFA
protected static final org.antlr.v4.runtime.atn.PredictionContextCache _sharedContextCache
public static final int COMMENT
public static final int CDATA
public static final int DTD
public static final int EntityRef
public static final int CharRef
public static final int SEA_WS
public static final int OPEN
public static final int XMLDeclOpen
public static final int TEXT
public static final int CLOSE
public static final int SPECIAL_CLOSE
public static final int SLASH_CLOSE
public static final int SLASH
public static final int EQUALS
public static final int STRING
public static final int Name
public static final int S
public static final int PI
public static final int INSIDE
public static final int PROC_INSTR
public static java.lang.String[] modeNames
public static final java.lang.String[] tokenNames
public static final java.lang.String[] ruleNames
public static final java.lang.String _serializedATN
public static final org.antlr.v4.runtime.atn.ATN _ATN
public java.lang.String getGrammarFileName()
getGrammarFileName in class org.antlr.v4.runtime.Recognizer<java.lang.Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>public java.lang.String[] getTokenNames()
getTokenNames in class org.antlr.v4.runtime.Lexerpublic java.lang.String[] getRuleNames()
getRuleNames in class org.antlr.v4.runtime.Recognizer<java.lang.Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>public java.lang.String getSerializedATN()
getSerializedATN in class org.antlr.v4.runtime.Recognizer<java.lang.Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>public java.lang.String[] getModeNames()
getModeNames in class org.antlr.v4.runtime.Lexerpublic org.antlr.v4.runtime.atn.ATN getATN()
getATN in class org.antlr.v4.runtime.Recognizer<java.lang.Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>Copyright © 2021. All rights reserved.