Package org.qdl_lang.generated
Class QDLParserLexer
- java.lang.Object
-
- org.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
-
- org.antlr.v4.runtime.Lexer
-
- org.qdl_lang.generated.QDLParserLexer
-
- All Implemented Interfaces:
org.antlr.v4.runtime.TokenSource
public class QDLParserLexer extends org.antlr.v4.runtime.Lexer
-
-
Field Summary
Fields Modifier and Type Field Description 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
AltIfMarker
static int
And
static int
Apply
static int
ASSERT
static int
ASSERT2
static int
ASSIGN
static int
Backslash
static int
Backslash2
static int
Backslash3
static int
Backslash4
static int
Backtick
static int
BLOCK
static int
BODY
static int
Bool
static int
BOOL_FALSE
static int
BOOL_TRUE
static int
CATCH
static int
Ceiling
static String[]
channelNames
static int
Colon
static int
Comma
static int
COMMENT
static int
ConstantKeywords
static int
ContainsKey
static int
Decimal
static int
DEFINE
static int
Divide
static int
DO
static int
DoubleQuote
static int
ELSE
static int
Equals
static int
Exponentiation
static int
ExprDyadicOps
static int
FDOC
static int
Floor
static int
ForAll
static int
FRefDyadicOps
static int
FuncStart
static int
FunctionMarker
static int
GreaterThan
static int
Hash
static int
Identifier
static int
IF
static int
Integer
static int
IsA
static int
IsDefined
static int
LambdaConnector
static int
LDoubleBracket
static int
LeftBracket
static int
LessEquals
static int
LessThan
static int
LINE_COMMENT
static int
LOCAL
static int
LogicalNot
static int
Membership
static int
Minus
static int
MinusMinus
static String[]
modeNames
static int
MODULE
static int
MoreEquals
static int
NotEquals
static int
Null
static int
Null_Set
static int
OP_REF
static int
Or
static int
Percent
static int
Plus
static int
PlusPlus
static int
RDoubleBracket
static int
RegexMatches
static int
RightBracket
static String[]
ruleNames
static int
SCIENTIFIC_NUMBER
static int
SemiColon
static int
SingleEqual
static int
SingleQuote
static int
StemDot
static int
Stile
static int
STRING
static int
SWITCH
static int
SwitchMarker
static int
T__0
static int
T__1
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 int
THEN
static int
Tilde
static int
TildeRight
static int
Times
static int
To_Set
static String[]
tokenNames
Deprecated.UseVOCABULARY
instead.static int
Transpose
static int
TRY
static int
UnaryMinus
static int
UnaryPlus
static org.antlr.v4.runtime.Vocabulary
VOCABULARY
static int
WHILE
static int
WS
-
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
-
-
Constructor Summary
Constructors Constructor Description QDLParserLexer(org.antlr.v4.runtime.CharStream input)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.antlr.v4.runtime.atn.ATN
getATN()
String[]
getChannelNames()
String
getGrammarFileName()
String[]
getModeNames()
String[]
getRuleNames()
String
getSerializedATN()
String[]
getTokenNames()
Deprecated.org.antlr.v4.runtime.Vocabulary
getVocabulary()
-
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 Detail
-
_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
- See Also:
- Constant Field Values
-
T__1
public static final int T__1
- See Also:
- Constant Field Values
-
T__2
public static final int T__2
- See Also:
- Constant Field Values
-
T__3
public static final int T__3
- See Also:
- Constant Field Values
-
T__4
public static final int T__4
- See Also:
- Constant Field Values
-
T__5
public static final int T__5
- See Also:
- Constant Field Values
-
T__6
public static final int T__6
- See Also:
- Constant Field Values
-
T__7
public static final int T__7
- See Also:
- Constant Field Values
-
T__8
public static final int T__8
- See Also:
- Constant Field Values
-
T__9
public static final int T__9
- See Also:
- Constant Field Values
-
ConstantKeywords
public static final int ConstantKeywords
- See Also:
- Constant Field Values
-
ASSERT
public static final int ASSERT
- See Also:
- Constant Field Values
-
ASSERT2
public static final int ASSERT2
- See Also:
- Constant Field Values
-
BOOL_FALSE
public static final int BOOL_FALSE
- See Also:
- Constant Field Values
-
BOOL_TRUE
public static final int BOOL_TRUE
- See Also:
- Constant Field Values
-
BLOCK
public static final int BLOCK
- See Also:
- Constant Field Values
-
LOCAL
public static final int LOCAL
- See Also:
- Constant Field Values
-
BODY
public static final int BODY
- See Also:
- Constant Field Values
-
CATCH
public static final int CATCH
- See Also:
- Constant Field Values
-
DEFINE
public static final int DEFINE
- See Also:
- Constant Field Values
-
DO
public static final int DO
- See Also:
- Constant Field Values
-
ELSE
public static final int ELSE
- See Also:
- Constant Field Values
-
IF
public static final int IF
- See Also:
- Constant Field Values
-
MODULE
public static final int MODULE
- See Also:
- Constant Field Values
-
Null
public static final int Null
- See Also:
- Constant Field Values
-
Null_Set
public static final int Null_Set
- See Also:
- Constant Field Values
-
SWITCH
public static final int SWITCH
- See Also:
- Constant Field Values
-
THEN
public static final int THEN
- See Also:
- Constant Field Values
-
TRY
public static final int TRY
- See Also:
- Constant Field Values
-
WHILE
public static final int WHILE
- See Also:
- Constant Field Values
-
Integer
public static final int Integer
- See Also:
- Constant Field Values
-
Decimal
public static final int Decimal
- See Also:
- Constant Field Values
-
SCIENTIFIC_NUMBER
public static final int SCIENTIFIC_NUMBER
- See Also:
- Constant Field Values
-
Bool
public static final int Bool
- See Also:
- Constant Field Values
-
STRING
public static final int STRING
- See Also:
- Constant Field Values
-
LeftBracket
public static final int LeftBracket
- See Also:
- Constant Field Values
-
RightBracket
public static final int RightBracket
- See Also:
- Constant Field Values
-
Comma
public static final int Comma
- See Also:
- Constant Field Values
-
Colon
public static final int Colon
- See Also:
- Constant Field Values
-
SemiColon
public static final int SemiColon
- See Also:
- Constant Field Values
-
LDoubleBracket
public static final int LDoubleBracket
- See Also:
- Constant Field Values
-
RDoubleBracket
public static final int RDoubleBracket
- See Also:
- Constant Field Values
-
LambdaConnector
public static final int LambdaConnector
- 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
-
PlusPlus
public static final int PlusPlus
- See Also:
- Constant Field Values
-
Plus
public static final int Plus
- See Also:
- Constant Field Values
-
MinusMinus
public static final int MinusMinus
- See Also:
- Constant Field Values
-
Minus
public static final int Minus
- See Also:
- Constant Field Values
-
LessThan
public static final int LessThan
- See Also:
- Constant Field Values
-
GreaterThan
public static final int GreaterThan
- See Also:
- Constant Field Values
-
SingleEqual
public static final int SingleEqual
- See Also:
- Constant Field Values
-
DoubleQuote
public static final int DoubleQuote
- See Also:
- Constant Field Values
-
SingleQuote
public static final int SingleQuote
- See Also:
- Constant Field Values
-
To_Set
public static final int To_Set
- See Also:
- Constant Field Values
-
LessEquals
public static final int LessEquals
- See Also:
- Constant Field Values
-
MoreEquals
public static final int MoreEquals
- See Also:
- Constant Field Values
-
IsA
public static final int IsA
- See Also:
- Constant Field Values
-
Equals
public static final int Equals
- See Also:
- Constant Field Values
-
NotEquals
public static final int NotEquals
- See Also:
- Constant Field Values
-
RegexMatches
public static final int RegexMatches
- See Also:
- Constant Field Values
-
LogicalNot
public static final int LogicalNot
- See Also:
- Constant Field Values
-
Membership
public static final int Membership
- See Also:
- Constant Field Values
-
IsDefined
public static final int IsDefined
- See Also:
- Constant Field Values
-
ForAll
public static final int ForAll
- See Also:
- Constant Field Values
-
ContainsKey
public static final int ContainsKey
- See Also:
- Constant Field Values
-
Exponentiation
public static final int Exponentiation
- See Also:
- Constant Field Values
-
Transpose
public static final int Transpose
- See Also:
- Constant Field Values
-
Apply
public static final int Apply
- See Also:
- Constant Field Values
-
ExprDyadicOps
public static final int ExprDyadicOps
- See Also:
- Constant Field Values
-
FRefDyadicOps
public static final int FRefDyadicOps
- 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
-
Backtick
public static final int Backtick
- See Also:
- Constant Field Values
-
Percent
public static final int Percent
- See Also:
- Constant Field Values
-
Tilde
public static final int Tilde
- See Also:
- Constant Field Values
-
Backslash
public static final int Backslash
- See Also:
- Constant Field Values
-
Backslash2
public static final int Backslash2
- See Also:
- Constant Field Values
-
Backslash3
public static final int Backslash3
- See Also:
- Constant Field Values
-
Backslash4
public static final int Backslash4
- See Also:
- Constant Field Values
-
Hash
public static final int Hash
- See Also:
- Constant Field Values
-
Stile
public static final int Stile
- See Also:
- Constant Field Values
-
TildeRight
public static final int TildeRight
- See Also:
- Constant Field Values
-
StemDot
public static final int StemDot
- See Also:
- Constant Field Values
-
UnaryMinus
public static final int UnaryMinus
- See Also:
- Constant Field Values
-
UnaryPlus
public static final int UnaryPlus
- See Also:
- Constant Field Values
-
Floor
public static final int Floor
- See Also:
- Constant Field Values
-
Ceiling
public static final int Ceiling
- See Also:
- Constant Field Values
-
FunctionMarker
public static final int FunctionMarker
- See Also:
- Constant Field Values
-
AltIfMarker
public static final int AltIfMarker
- See Also:
- Constant Field Values
-
SwitchMarker
public static final int SwitchMarker
- See Also:
- Constant Field Values
-
ASSIGN
public static final int ASSIGN
- See Also:
- Constant Field Values
-
Identifier
public static final int Identifier
- See Also:
- Constant Field Values
-
FuncStart
public static final int FuncStart
- See Also:
- Constant Field Values
-
OP_REF
public static final int OP_REF
- See Also:
- Constant Field Values
-
FDOC
public static final int FDOC
- See Also:
- Constant Field Values
-
WS
public static final int WS
- See Also:
- Constant Field Values
-
COMMENT
public static final int COMMENT
- See Also:
- Constant Field Values
-
LINE_COMMENT
public static final int LINE_COMMENT
- See Also:
- Constant Field Values
-
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
Deprecated.UseVOCABULARY
instead.
-
_serializedATN
public static final String _serializedATN
- See Also:
- Constant Field Values
-
_ATN
public static final org.antlr.v4.runtime.atn.ATN _ATN
-
-
Method Detail
-
getTokenNames
@Deprecated public String[] 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
public String getGrammarFileName()
- Specified by:
getGrammarFileName
in classorg.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
-
getRuleNames
public String[] getRuleNames()
- Specified by:
getRuleNames
in classorg.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
-
getSerializedATN
public String getSerializedATN()
- Overrides:
getSerializedATN
in classorg.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
-
getChannelNames
public String[] getChannelNames()
- Overrides:
getChannelNames
in classorg.antlr.v4.runtime.Lexer
-
getModeNames
public String[] 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>
-
-