Class CSharpLexer
- java.lang.Object
-
- org.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
-
- org.antlr.v4.runtime.Lexer
-
- net.sourceforge.pmd.lang.cs.antlr4.CSharpLexer
-
- All Implemented Interfaces:
org.antlr.v4.runtime.TokenSource
public class CSharpLexer 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
ABSTRACT
static int
ADD
static int
ALIAS
static int
AMP
static int
ARGLIST
static int
AS
static int
ASCENDING
static int
ASSIGNMENT
static int
ASYNC
static int
AWAIT
static int
BANG
static int
BASE
static int
BITWISE_OR
static int
BOOL
static int
BREAK
static int
BY
static int
BYTE
static int
BYTE_ORDER_MARK
static int
CARET
static int
CASE
static int
CATCH
static String[]
channelNames
static int
CHAR
static int
CHARACTER_LITERAL
static int
CHECKED
static int
CLASS
static int
CLOSE_BRACE
static int
CLOSE_BRACE_INSIDE
static int
CLOSE_BRACKET
static int
CLOSE_PARENS
static int
COLON
static int
COMMA
static int
COMMENTS_CHANNEL
static int
CONDITIONAL_SYMBOL
static int
CONST
static int
CONTINUE
static int
DECIMAL
static int
DEFAULT
static int
DEFINE
static int
DELEGATE
static int
DELIMITED_COMMENT
static int
DELIMITED_DOC_COMMENT
static int
DESCENDING
static int
DIGITS
static int
DIRECTIVE
static int
DIRECTIVE_HIDDEN
static int
DIRECTIVE_MODE
static int
DIRECTIVE_NEW_LINE
static int
DIRECTIVE_TEXT
static int
DIRECTIVE_WHITESPACES
static int
DIV
static int
DO
static int
DOT
static int
DOUBLE
static int
DOUBLE_COLON
static int
DOUBLE_CURLY_CLOSE_INSIDE
static int
DOUBLE_CURLY_INSIDE
static int
DOUBLE_QUOTE_INSIDE
static int
DYNAMIC
static int
ELIF
static int
ELSE
static int
ENDIF
static int
ENDREGION
static int
ENUM
static int
EQUALS
static int
ERROR
static int
EVENT
static int
EXPLICIT
static int
EXTERN
static int
FALSE
static int
FINALLY
static int
FIXED
static int
FLOAT
static int
FOR
static int
FOREACH
static int
FORMAT_STRING
static int
FROM
static int
GET
static int
GOTO
static int
GROUP
static int
GT
static int
HEX_INTEGER_LITERAL
static int
IDENTIFIER
static int
IF
static int
IMPLICIT
static int
IN
static int
INT
static int
INTEGER_LITERAL
static int
INTERFACE
static int
INTERNAL
static int
INTERPOLATED_REGULAR_STRING_START
static int
INTERPOLATED_VERBATIUM_STRING_START
static int
INTERPOLATION_FORMAT
static int
INTERPOLATION_STRING
static int
INTERR
static int
INTO
static int
IS
static int
JOIN
static int
LET
static int
LINE
static int
LITERAL_ACCESS
static int
LOCK
static int
LONG
static int
LT
static int
MINUS
static String[]
modeNames
static int
NAMEOF
static int
NAMESPACE
static int
NEW
static int
NL
static int
NULL
static int
OBJECT
static int
ON
static int
OP_ADD_ASSIGNMENT
static int
OP_AND
static int
OP_AND_ASSIGNMENT
static int
OP_COALESCING
static int
OP_DEC
static int
OP_DIV_ASSIGNMENT
static int
OP_EQ
static int
OP_GE
static int
OP_INC
static int
OP_LE
static int
OP_LEFT_SHIFT
static int
OP_LEFT_SHIFT_ASSIGNMENT
static int
OP_MOD_ASSIGNMENT
static int
OP_MULT_ASSIGNMENT
static int
OP_NE
static int
OP_OR
static int
OP_OR_ASSIGNMENT
static int
OP_PTR
static int
OP_SUB_ASSIGNMENT
static int
OP_XOR_ASSIGNMENT
static int
OPEN_BRACE
static int
OPEN_BRACE_INSIDE
static int
OPEN_BRACKET
static int
OPEN_PARENS
static int
OPERATOR
static int
ORDERBY
static int
OUT
static int
OVERRIDE
static int
PARAMS
static int
PARTIAL
static int
PERCENT
static int
PLUS
static int
PRAGMA
static int
PRIVATE
static int
PROTECTED
static int
PUBLIC
static int
READONLY
static int
REAL_LITERAL
static int
REF
static int
REGION
static int
REGULAR_CHAR_INSIDE
static int
REGULAR_STRING
static int
REGULAR_STRING_INSIDE
static int
REMOVE
static int
RETURN
static String[]
ruleNames
static int
SBYTE
static int
SEALED
static int
SELECT
static int
SEMICOLON
static int
SET
static int
SHARP
static int
SHORT
static int
SINGLE_LINE_COMMENT
static int
SINGLE_LINE_DOC_COMMENT
static int
SIZEOF
static int
STACKALLOC
static int
STAR
static int
STATIC
static int
STRING
static int
STRUCT
static int
SWITCH
static int
TEXT
static int
THIS
static int
THROW
static int
TILDE
static String[]
tokenNames
Deprecated.UseVOCABULARY
instead.static int
TRUE
static int
TRY
static int
TYPEOF
static int
UINT
static int
ULONG
static int
UNCHECKED
static int
UNDEF
static int
UNSAFE
static int
USHORT
static int
USING
static int
VAR
static int
VERBATIUM_DOUBLE_QUOTE_INSIDE
static int
VERBATIUM_INSIDE_STRING
static int
VERBATIUM_STRING
static int
VIRTUAL
static org.antlr.v4.runtime.Vocabulary
VOCABULARY
static int
VOID
static int
VOLATILE
static int
WARNING
static int
WHEN
static int
WHERE
static int
WHILE
static int
WHITESPACES
static int
YIELD
-
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 CSharpLexer(org.antlr.v4.runtime.CharStream input)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
action(org.antlr.v4.runtime.RuleContext _localctx, int ruleIndex, int actionIndex)
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()
boolean
sempred(org.antlr.v4.runtime.RuleContext _localctx, int ruleIndex, int predIndex)
-
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
addErrorListener, getErrorHeader, getErrorListenerDispatch, getErrorListeners, getInterpreter, getParseInfo, getRuleIndexMap, getState, getTokenErrorDisplay, getTokenType, getTokenTypeMap, precpred, removeErrorListener, removeErrorListeners, 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
-
BYTE_ORDER_MARK
public static final int BYTE_ORDER_MARK
- See Also:
- Constant Field Values
-
SINGLE_LINE_DOC_COMMENT
public static final int SINGLE_LINE_DOC_COMMENT
- See Also:
- Constant Field Values
-
DELIMITED_DOC_COMMENT
public static final int DELIMITED_DOC_COMMENT
- See Also:
- Constant Field Values
-
SINGLE_LINE_COMMENT
public static final int SINGLE_LINE_COMMENT
- See Also:
- Constant Field Values
-
DELIMITED_COMMENT
public static final int DELIMITED_COMMENT
- See Also:
- Constant Field Values
-
WHITESPACES
public static final int WHITESPACES
- See Also:
- Constant Field Values
-
SHARP
public static final int SHARP
- See Also:
- Constant Field Values
-
ABSTRACT
public static final int ABSTRACT
- See Also:
- Constant Field Values
-
ADD
public static final int ADD
- See Also:
- Constant Field Values
-
ALIAS
public static final int ALIAS
- See Also:
- Constant Field Values
-
ARGLIST
public static final int ARGLIST
- See Also:
- Constant Field Values
-
AS
public static final int AS
- See Also:
- Constant Field Values
-
ASCENDING
public static final int ASCENDING
- See Also:
- Constant Field Values
-
ASYNC
public static final int ASYNC
- See Also:
- Constant Field Values
-
AWAIT
public static final int AWAIT
- See Also:
- Constant Field Values
-
BASE
public static final int BASE
- See Also:
- Constant Field Values
-
BOOL
public static final int BOOL
- See Also:
- Constant Field Values
-
BREAK
public static final int BREAK
- See Also:
- Constant Field Values
-
BY
public static final int BY
- See Also:
- Constant Field Values
-
BYTE
public static final int BYTE
- See Also:
- Constant Field Values
-
CASE
public static final int CASE
- See Also:
- Constant Field Values
-
CATCH
public static final int CATCH
- See Also:
- Constant Field Values
-
CHAR
public static final int CHAR
- See Also:
- Constant Field Values
-
CHECKED
public static final int CHECKED
- See Also:
- Constant Field Values
-
CLASS
public static final int CLASS
- See Also:
- Constant Field Values
-
CONST
public static final int CONST
- See Also:
- Constant Field Values
-
CONTINUE
public static final int CONTINUE
- See Also:
- Constant Field Values
-
DECIMAL
public static final int DECIMAL
- See Also:
- Constant Field Values
-
DEFAULT
public static final int DEFAULT
- See Also:
- Constant Field Values
-
DELEGATE
public static final int DELEGATE
- See Also:
- Constant Field Values
-
DESCENDING
public static final int DESCENDING
- See Also:
- Constant Field Values
-
DO
public static final int DO
- See Also:
- Constant Field Values
-
DOUBLE
public static final int DOUBLE
- See Also:
- Constant Field Values
-
DYNAMIC
public static final int DYNAMIC
- See Also:
- Constant Field Values
-
ELSE
public static final int ELSE
- See Also:
- Constant Field Values
-
ENUM
public static final int ENUM
- See Also:
- Constant Field Values
-
EQUALS
public static final int EQUALS
- See Also:
- Constant Field Values
-
EVENT
public static final int EVENT
- See Also:
- Constant Field Values
-
EXPLICIT
public static final int EXPLICIT
- See Also:
- Constant Field Values
-
EXTERN
public static final int EXTERN
- See Also:
- Constant Field Values
-
FALSE
public static final int FALSE
- See Also:
- Constant Field Values
-
FINALLY
public static final int FINALLY
- See Also:
- Constant Field Values
-
FIXED
public static final int FIXED
- See Also:
- Constant Field Values
-
FLOAT
public static final int FLOAT
- See Also:
- Constant Field Values
-
FOR
public static final int FOR
- See Also:
- Constant Field Values
-
FOREACH
public static final int FOREACH
- See Also:
- Constant Field Values
-
FROM
public static final int FROM
- See Also:
- Constant Field Values
-
GET
public static final int GET
- See Also:
- Constant Field Values
-
GOTO
public static final int GOTO
- See Also:
- Constant Field Values
-
GROUP
public static final int GROUP
- See Also:
- Constant Field Values
-
IF
public static final int IF
- See Also:
- Constant Field Values
-
IMPLICIT
public static final int IMPLICIT
- See Also:
- Constant Field Values
-
IN
public static final int IN
- See Also:
- Constant Field Values
-
INT
public static final int INT
- See Also:
- Constant Field Values
-
INTERFACE
public static final int INTERFACE
- See Also:
- Constant Field Values
-
INTERNAL
public static final int INTERNAL
- See Also:
- Constant Field Values
-
INTO
public static final int INTO
- See Also:
- Constant Field Values
-
IS
public static final int IS
- See Also:
- Constant Field Values
-
JOIN
public static final int JOIN
- See Also:
- Constant Field Values
-
LET
public static final int LET
- See Also:
- Constant Field Values
-
LOCK
public static final int LOCK
- See Also:
- Constant Field Values
-
LONG
public static final int LONG
- See Also:
- Constant Field Values
-
NAMEOF
public static final int NAMEOF
- See Also:
- Constant Field Values
-
NAMESPACE
public static final int NAMESPACE
- See Also:
- Constant Field Values
-
NEW
public static final int NEW
- See Also:
- Constant Field Values
-
NULL
public static final int NULL
- See Also:
- Constant Field Values
-
OBJECT
public static final int OBJECT
- See Also:
- Constant Field Values
-
ON
public static final int ON
- See Also:
- Constant Field Values
-
OPERATOR
public static final int OPERATOR
- See Also:
- Constant Field Values
-
ORDERBY
public static final int ORDERBY
- See Also:
- Constant Field Values
-
OUT
public static final int OUT
- See Also:
- Constant Field Values
-
OVERRIDE
public static final int OVERRIDE
- See Also:
- Constant Field Values
-
PARAMS
public static final int PARAMS
- See Also:
- Constant Field Values
-
PARTIAL
public static final int PARTIAL
- See Also:
- Constant Field Values
-
PRIVATE
public static final int PRIVATE
- See Also:
- Constant Field Values
-
PROTECTED
public static final int PROTECTED
- See Also:
- Constant Field Values
-
PUBLIC
public static final int PUBLIC
- See Also:
- Constant Field Values
-
READONLY
public static final int READONLY
- See Also:
- Constant Field Values
-
REF
public static final int REF
- See Also:
- Constant Field Values
-
REMOVE
public static final int REMOVE
- See Also:
- Constant Field Values
-
RETURN
public static final int RETURN
- See Also:
- Constant Field Values
-
SBYTE
public static final int SBYTE
- See Also:
- Constant Field Values
-
SEALED
public static final int SEALED
- See Also:
- Constant Field Values
-
SELECT
public static final int SELECT
- See Also:
- Constant Field Values
-
SET
public static final int SET
- See Also:
- Constant Field Values
-
SHORT
public static final int SHORT
- See Also:
- Constant Field Values
-
SIZEOF
public static final int SIZEOF
- See Also:
- Constant Field Values
-
STACKALLOC
public static final int STACKALLOC
- See Also:
- Constant Field Values
-
STATIC
public static final int STATIC
- See Also:
- Constant Field Values
-
STRING
public static final int STRING
- See Also:
- Constant Field Values
-
STRUCT
public static final int STRUCT
- See Also:
- Constant Field Values
-
SWITCH
public static final int SWITCH
- See Also:
- Constant Field Values
-
THIS
public static final int THIS
- See Also:
- Constant Field Values
-
THROW
public static final int THROW
- See Also:
- Constant Field Values
-
TRUE
public static final int TRUE
- See Also:
- Constant Field Values
-
TRY
public static final int TRY
- See Also:
- Constant Field Values
-
TYPEOF
public static final int TYPEOF
- See Also:
- Constant Field Values
-
UINT
public static final int UINT
- See Also:
- Constant Field Values
-
ULONG
public static final int ULONG
- See Also:
- Constant Field Values
-
UNCHECKED
public static final int UNCHECKED
- See Also:
- Constant Field Values
-
UNSAFE
public static final int UNSAFE
- See Also:
- Constant Field Values
-
USHORT
public static final int USHORT
- See Also:
- Constant Field Values
-
USING
public static final int USING
- See Also:
- Constant Field Values
-
VAR
public static final int VAR
- See Also:
- Constant Field Values
-
VIRTUAL
public static final int VIRTUAL
- See Also:
- Constant Field Values
-
VOID
public static final int VOID
- See Also:
- Constant Field Values
-
VOLATILE
public static final int VOLATILE
- See Also:
- Constant Field Values
-
WHEN
public static final int WHEN
- See Also:
- Constant Field Values
-
WHERE
public static final int WHERE
- See Also:
- Constant Field Values
-
WHILE
public static final int WHILE
- See Also:
- Constant Field Values
-
YIELD
public static final int YIELD
- See Also:
- Constant Field Values
-
IDENTIFIER
public static final int IDENTIFIER
- See Also:
- Constant Field Values
-
LITERAL_ACCESS
public static final int LITERAL_ACCESS
- See Also:
- Constant Field Values
-
INTEGER_LITERAL
public static final int INTEGER_LITERAL
- See Also:
- Constant Field Values
-
HEX_INTEGER_LITERAL
public static final int HEX_INTEGER_LITERAL
- See Also:
- Constant Field Values
-
REAL_LITERAL
public static final int REAL_LITERAL
- See Also:
- Constant Field Values
-
CHARACTER_LITERAL
public static final int CHARACTER_LITERAL
- See Also:
- Constant Field Values
-
REGULAR_STRING
public static final int REGULAR_STRING
- See Also:
- Constant Field Values
-
VERBATIUM_STRING
public static final int VERBATIUM_STRING
- See Also:
- Constant Field Values
-
INTERPOLATED_REGULAR_STRING_START
public static final int INTERPOLATED_REGULAR_STRING_START
- See Also:
- Constant Field Values
-
INTERPOLATED_VERBATIUM_STRING_START
public static final int INTERPOLATED_VERBATIUM_STRING_START
- See Also:
- Constant Field Values
-
OPEN_BRACE
public static final int OPEN_BRACE
- See Also:
- Constant Field Values
-
CLOSE_BRACE
public static final int CLOSE_BRACE
- 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
-
OPEN_PARENS
public static final int OPEN_PARENS
- See Also:
- Constant Field Values
-
CLOSE_PARENS
public static final int CLOSE_PARENS
- See Also:
- Constant Field Values
-
DOT
public static final int DOT
- 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
-
PLUS
public static final int PLUS
- See Also:
- Constant Field Values
-
MINUS
public static final int MINUS
- See Also:
- Constant Field Values
-
STAR
public static final int STAR
- See Also:
- Constant Field Values
-
DIV
public static final int DIV
- See Also:
- Constant Field Values
-
PERCENT
public static final int PERCENT
- See Also:
- Constant Field Values
-
AMP
public static final int AMP
- See Also:
- Constant Field Values
-
BITWISE_OR
public static final int BITWISE_OR
- See Also:
- Constant Field Values
-
CARET
public static final int CARET
- See Also:
- Constant Field Values
-
BANG
public static final int BANG
- See Also:
- Constant Field Values
-
TILDE
public static final int TILDE
- See Also:
- Constant Field Values
-
ASSIGNMENT
public static final int ASSIGNMENT
- See Also:
- Constant Field Values
-
LT
public static final int LT
- See Also:
- Constant Field Values
-
GT
public static final int GT
- See Also:
- Constant Field Values
-
INTERR
public static final int INTERR
- See Also:
- Constant Field Values
-
DOUBLE_COLON
public static final int DOUBLE_COLON
- See Also:
- Constant Field Values
-
OP_COALESCING
public static final int OP_COALESCING
- See Also:
- Constant Field Values
-
OP_INC
public static final int OP_INC
- See Also:
- Constant Field Values
-
OP_DEC
public static final int OP_DEC
- See Also:
- Constant Field Values
-
OP_AND
public static final int OP_AND
- See Also:
- Constant Field Values
-
OP_OR
public static final int OP_OR
- See Also:
- Constant Field Values
-
OP_PTR
public static final int OP_PTR
- See Also:
- Constant Field Values
-
OP_EQ
public static final int OP_EQ
- See Also:
- Constant Field Values
-
OP_NE
public static final int OP_NE
- See Also:
- Constant Field Values
-
OP_LE
public static final int OP_LE
- See Also:
- Constant Field Values
-
OP_GE
public static final int OP_GE
- See Also:
- Constant Field Values
-
OP_ADD_ASSIGNMENT
public static final int OP_ADD_ASSIGNMENT
- See Also:
- Constant Field Values
-
OP_SUB_ASSIGNMENT
public static final int OP_SUB_ASSIGNMENT
- See Also:
- Constant Field Values
-
OP_MULT_ASSIGNMENT
public static final int OP_MULT_ASSIGNMENT
- See Also:
- Constant Field Values
-
OP_DIV_ASSIGNMENT
public static final int OP_DIV_ASSIGNMENT
- See Also:
- Constant Field Values
-
OP_MOD_ASSIGNMENT
public static final int OP_MOD_ASSIGNMENT
- See Also:
- Constant Field Values
-
OP_AND_ASSIGNMENT
public static final int OP_AND_ASSIGNMENT
- See Also:
- Constant Field Values
-
OP_OR_ASSIGNMENT
public static final int OP_OR_ASSIGNMENT
- See Also:
- Constant Field Values
-
OP_XOR_ASSIGNMENT
public static final int OP_XOR_ASSIGNMENT
- See Also:
- Constant Field Values
-
OP_LEFT_SHIFT
public static final int OP_LEFT_SHIFT
- See Also:
- Constant Field Values
-
OP_LEFT_SHIFT_ASSIGNMENT
public static final int OP_LEFT_SHIFT_ASSIGNMENT
- See Also:
- Constant Field Values
-
DOUBLE_CURLY_INSIDE
public static final int DOUBLE_CURLY_INSIDE
- See Also:
- Constant Field Values
-
OPEN_BRACE_INSIDE
public static final int OPEN_BRACE_INSIDE
- See Also:
- Constant Field Values
-
REGULAR_CHAR_INSIDE
public static final int REGULAR_CHAR_INSIDE
- See Also:
- Constant Field Values
-
VERBATIUM_DOUBLE_QUOTE_INSIDE
public static final int VERBATIUM_DOUBLE_QUOTE_INSIDE
- See Also:
- Constant Field Values
-
DOUBLE_QUOTE_INSIDE
public static final int DOUBLE_QUOTE_INSIDE
- See Also:
- Constant Field Values
-
REGULAR_STRING_INSIDE
public static final int REGULAR_STRING_INSIDE
- See Also:
- Constant Field Values
-
VERBATIUM_INSIDE_STRING
public static final int VERBATIUM_INSIDE_STRING
- See Also:
- Constant Field Values
-
CLOSE_BRACE_INSIDE
public static final int CLOSE_BRACE_INSIDE
- See Also:
- Constant Field Values
-
FORMAT_STRING
public static final int FORMAT_STRING
- See Also:
- Constant Field Values
-
DIRECTIVE_WHITESPACES
public static final int DIRECTIVE_WHITESPACES
- See Also:
- Constant Field Values
-
DIGITS
public static final int DIGITS
- See Also:
- Constant Field Values
-
DEFINE
public static final int DEFINE
- See Also:
- Constant Field Values
-
UNDEF
public static final int UNDEF
- See Also:
- Constant Field Values
-
ELIF
public static final int ELIF
- See Also:
- Constant Field Values
-
ENDIF
public static final int ENDIF
- See Also:
- Constant Field Values
-
LINE
public static final int LINE
- See Also:
- Constant Field Values
-
ERROR
public static final int ERROR
- See Also:
- Constant Field Values
-
WARNING
public static final int WARNING
- See Also:
- Constant Field Values
-
REGION
public static final int REGION
- See Also:
- Constant Field Values
-
ENDREGION
public static final int ENDREGION
- See Also:
- Constant Field Values
-
PRAGMA
public static final int PRAGMA
- See Also:
- Constant Field Values
-
DIRECTIVE_HIDDEN
public static final int DIRECTIVE_HIDDEN
- See Also:
- Constant Field Values
-
CONDITIONAL_SYMBOL
public static final int CONDITIONAL_SYMBOL
- See Also:
- Constant Field Values
-
DIRECTIVE_NEW_LINE
public static final int DIRECTIVE_NEW_LINE
- See Also:
- Constant Field Values
-
TEXT
public static final int TEXT
- See Also:
- Constant Field Values
-
NL
public static final int NL
- See Also:
- Constant Field Values
-
DOUBLE_CURLY_CLOSE_INSIDE
public static final int DOUBLE_CURLY_CLOSE_INSIDE
- See Also:
- Constant Field Values
-
COMMENTS_CHANNEL
public static final int COMMENTS_CHANNEL
- See Also:
- Constant Field Values
-
DIRECTIVE
public static final int DIRECTIVE
- See Also:
- Constant Field Values
-
INTERPOLATION_STRING
public static final int INTERPOLATION_STRING
- See Also:
- Constant Field Values
-
INTERPOLATION_FORMAT
public static final int INTERPOLATION_FORMAT
- See Also:
- Constant Field Values
-
DIRECTIVE_MODE
public static final int DIRECTIVE_MODE
- See Also:
- Constant Field Values
-
DIRECTIVE_TEXT
public static final int DIRECTIVE_TEXT
- 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>
-
action
public void action(org.antlr.v4.runtime.RuleContext _localctx, int ruleIndex, int actionIndex)
- Overrides:
action
in classorg.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
-
sempred
public boolean sempred(org.antlr.v4.runtime.RuleContext _localctx, int ruleIndex, int predIndex)
- Overrides:
sempred
in classorg.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
-
-