Class SituationActionLexer
java.lang.Object
org.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
org.antlr.v4.runtime.Lexer
es.ull.mazesolver.agent.rules.parser.SituationActionLexer
- All Implemented Interfaces:
org.antlr.v4.runtime.TokenSource
public class SituationActionLexer
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 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 String[]
static int
static String[]
static int
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 -
IMPLIES
public static final int IMPLIES- See Also:
- Constant Field Values
-
DOT
public static final int DOT- See Also:
- Constant Field Values
-
AND
public static final int AND- See Also:
- Constant Field Values
-
OR
public static final int OR- See Also:
- Constant Field Values
-
LEFTPAR
public static final int LEFTPAR- See Also:
- Constant Field Values
-
RIGHTPAR
public static final int RIGHTPAR- See Also:
- Constant Field Values
-
NOT
public static final int NOT- See Also:
- Constant Field Values
-
FREE
public static final int FREE- See Also:
- Constant Field Values
-
WALL
public static final int WALL- See Also:
- Constant Field Values
-
VISITED
public static final int VISITED- See Also:
- Constant Field Values
-
AGENT
public static final int AGENT- See Also:
- Constant Field Values
-
OFFLIMITS
public static final int OFFLIMITS- See Also:
- Constant Field Values
-
MOVE
public static final int MOVE- See Also:
- Constant Field Values
-
STOP
public static final int STOP- See Also:
- Constant Field Values
-
UP
public static final int UP- See Also:
- Constant Field Values
-
DOWN
public static final int DOWN- See Also:
- Constant Field Values
-
LEFT
public static final int LEFT- See Also:
- Constant Field Values
-
RIGHT
public static final int RIGHT- See Also:
- Constant Field Values
-
COMMENT
public static final int COMMENT- See Also:
- Constant Field Values
-
BLANK
public static final int BLANK- See Also:
- Constant Field Values
-
modeNames
-
tokenNames
-
ruleNames
-
_serializedATN
- See Also:
- Constant Field Values
-
_ATN
public static final org.antlr.v4.runtime.atn.ATN _ATN
-
-
Constructor Details
-
SituationActionLexer
public SituationActionLexer(org.antlr.v4.runtime.CharStream input)
-
-
Method Details
-
getGrammarFileName
- Specified by:
getGrammarFileName
in classorg.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
-
getTokenNames
- Overrides:
getTokenNames
in classorg.antlr.v4.runtime.Lexer
-
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>
-
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>
-