Package com.sk89q.worldedit.antlr
Class ExpressionLexer
java.lang.Object
org.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
org.antlr.v4.runtime.Lexer
com.sk89q.worldedit.antlr.ExpressionLexer
- All Implemented Interfaces:
org.antlr.v4.runtime.TokenSource
public class ExpressionLexer
extends org.antlr.v4.runtime.Lexer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic org.antlr.v4.runtime.atn.ATN
protected static org.antlr.v4.runtime.dfa.DFA[]
static String
protected static org.antlr.v4.runtime.atn.PredictionContextCache
static int
static int
static int
static int
static String[]
static int
static int
static int
static int
static int
static int
static int
static int
static int
static int
static int
static int
static int
static int
static int
static int
static int
static int
static int
static int
static int
static int
static int
static int
static int
static String[]
static int
static int
static int
static int
static int
static int
static int
static int
static int
static int
static int
static int
static int
static int
static int
static String[]
static int
static int
static int
static int
static String[]
Deprecated.static org.antlr.v4.runtime.Vocabulary
static int
static int
Fields inherited from class org.antlr.v4.runtime.Lexer
_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
Fields inherited from class org.antlr.v4.runtime.Recognizer
_interp, EOF
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class 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
Methods inherited from class org.antlr.v4.runtime.Recognizer
action, addErrorListener, getErrorHeader, getErrorListenerDispatch, getErrorListeners, getInterpreter, getParseInfo, getRuleIndexMap, getState, getTokenErrorDisplay, getTokenType, getTokenTypeMap, precpred, removeErrorListener, removeErrorListeners, sempred, setInterpreter, setState
-
Field Details
-
_decisionToDFA
protected static final org.antlr.v4.runtime.dfa.DFA[] _decisionToDFA -
PLUS
public static final int PLUS- See Also:
- Constant Field Values
-
MINUS
public static final int MINUS- See Also:
- Constant Field Values
-
TIMES
public static final int TIMES- See Also:
- Constant Field Values
-
DIVIDE
public static final int DIVIDE- See Also:
- Constant Field Values
-
MODULO
public static final int MODULO- See Also:
- Constant Field Values
-
POWER
public static final int POWER- See Also:
- Constant Field Values
-
LEFT_SHIFT
public static final int LEFT_SHIFT- See Also:
- Constant Field Values
-
RIGHT_SHIFT
public static final int RIGHT_SHIFT- See Also:
- Constant Field Values
-
ASSIGN
public static final int ASSIGN- See Also:
- Constant Field Values
-
COMPLEMENT
public static final int COMPLEMENT- See Also:
- Constant Field Values
-
PLUS_ASSIGN
public static final int PLUS_ASSIGN- See Also:
- Constant Field Values
-
MINUS_ASSIGN
public static final int MINUS_ASSIGN- See Also:
- Constant Field Values
-
TIMES_ASSIGN
public static final int TIMES_ASSIGN- See Also:
- Constant Field Values
-
DIVIDE_ASSIGN
public static final int DIVIDE_ASSIGN- See Also:
- Constant Field Values
-
MODULO_ASSIGN
public static final int MODULO_ASSIGN- See Also:
- Constant Field Values
-
POWER_ASSIGN
public static final int POWER_ASSIGN- See Also:
- Constant Field Values
-
EQUAL
public static final int EQUAL- See Also:
- Constant Field Values
-
NOT_EQUAL
public static final int NOT_EQUAL- See Also:
- Constant Field Values
-
NEAR
public static final int NEAR- See Also:
- Constant Field Values
-
LESS_THAN
public static final int LESS_THAN- See Also:
- Constant Field Values
-
LESS_THAN_OR_EQUAL
public static final int LESS_THAN_OR_EQUAL- See Also:
- Constant Field Values
-
GREATER_THAN
public static final int GREATER_THAN- See Also:
- Constant Field Values
-
GREATER_THAN_OR_EQUAL
public static final int GREATER_THAN_OR_EQUAL- See Also:
- Constant Field Values
-
AND_SC
public static final int AND_SC- See Also:
- Constant Field Values
-
OR_SC
public static final int OR_SC- See Also:
- Constant Field Values
-
INCREMENT
public static final int INCREMENT- See Also:
- Constant Field Values
-
DECREMENT
public static final int DECREMENT- See Also:
- Constant Field Values
-
COMMA
public static final int COMMA- See Also:
- Constant Field Values
-
OPEN_PAREN
public static final int OPEN_PAREN- See Also:
- Constant Field Values
-
CLOSE_PAREN
public static final int CLOSE_PAREN- See Also:
- Constant Field Values
-
OPEN_BRACKET
public static final int OPEN_BRACKET- See Also:
- Constant Field Values
-
CLOSE_BRACKET
public static final int CLOSE_BRACKET- See Also:
- Constant Field Values
-
SEMI_COLON
public static final int SEMI_COLON- See Also:
- Constant Field Values
-
QUESTION_MARK
public static final int QUESTION_MARK- See Also:
- Constant Field Values
-
COLON
public static final int COLON- See Also:
- Constant Field Values
-
EXCLAMATION_MARK
public static final int EXCLAMATION_MARK- See Also:
- Constant Field Values
-
IF
public static final int IF- See Also:
- Constant Field Values
-
ELSE
public static final int ELSE- See Also:
- Constant Field Values
-
WHILE
public static final int WHILE- See Also:
- Constant Field Values
-
DO
public static final int DO- See Also:
- Constant Field Values
-
FOR
public static final int FOR- See Also:
- Constant Field Values
-
BREAK
public static final int BREAK- See Also:
- Constant Field Values
-
CONTINUE
public static final int CONTINUE- See Also:
- Constant Field Values
-
RETURN
public static final int RETURN- See Also:
- Constant Field Values
-
SWITCH
public static final int SWITCH- See Also:
- Constant Field Values
-
CASE
public static final int CASE- See Also:
- Constant Field Values
-
DEFAULT
public static final int DEFAULT- See Also:
- Constant Field Values
-
NUMBER
public static final int NUMBER- See Also:
- Constant Field Values
-
ID
public static final int ID- See Also:
- Constant Field Values
-
WS
public static final int WS- See Also:
- Constant Field Values
-
channelNames
-
modeNames
-
ruleNames
-
VOCABULARY
public static final org.antlr.v4.runtime.Vocabulary VOCABULARY -
tokenNames
Deprecated.UseVOCABULARY
instead. -
_serializedATN
- See Also:
- Constant Field Values
-
_ATN
public static final org.antlr.v4.runtime.atn.ATN _ATN
-
-
Constructor Details
-
ExpressionLexer
public ExpressionLexer(org.antlr.v4.runtime.CharStream input)
-
-
Method Details
-
getTokenNames
Deprecated.- Overrides:
getTokenNames
in classorg.antlr.v4.runtime.Lexer
-
getVocabulary
public org.antlr.v4.runtime.Vocabulary getVocabulary()- Overrides:
getVocabulary
in classorg.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
-
getGrammarFileName
- Specified by:
getGrammarFileName
in classorg.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
-
getRuleNames
- Specified by:
getRuleNames
in classorg.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
-
getSerializedATN
- Overrides:
getSerializedATN
in classorg.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
-
getChannelNames
- Overrides:
getChannelNames
in classorg.antlr.v4.runtime.Lexer
-
getModeNames
- Overrides:
getModeNames
in classorg.antlr.v4.runtime.Lexer
-
getATN
public org.antlr.v4.runtime.atn.ATN getATN()- Specified by:
getATN
in classorg.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
-
VOCABULARY
instead.