ExpressionAntlrLexer Class

Definition

Important

This API is not CLS-compliant.

[System.CLSCompliant(false)]
public class ExpressionAntlrLexer : Antlr4.Runtime.Lexer
[<System.CLSCompliant(false)>]
type ExpressionAntlrLexer = class
    inherit Lexer
Public Class ExpressionAntlrLexer
Inherits Lexer
Inheritance
Antlr4.Runtime.Lexer
ExpressionAntlrLexer
Attributes

Constructors

ExpressionAntlrLexer(ICharStream)
ExpressionAntlrLexer(ICharStream, TextWriter, TextWriter)

Fields

_ATN
ARROW
ASTERISK
channelNames
CLOSE_BRACKET
CLOSE_CURLY_BRACKET
CLOSE_SQUARE_BRACKET
COLON
COMMA
decisionToDFA
DefaultVocabulary
DOT
DOUBLE_AND
DOUBLE_EQUAL
DOUBLE_VERTICAL_CYLINDER
ESCAPE_CHARACTER
IDENTIFIER
INVALID_TOKEN_DEFAULT_MODE
LESS_OR_EQUAl
LESS_THAN
modeNames
MORE_OR_EQUAL
MORE_THAN
NEWLINE
NON
NOT_EQUAL
NULL_COALESCE
NUMBER
OPEN_BRACKET
OPEN_CURLY_BRACKET
OPEN_SQUARE_BRACKET
PERCENT
PLUS
QUESTION_MARK
ruleNames
sharedContextCache
SINGLE_AND
SLASH
STRING
STRING_INTERPOLATION_MODE
STRING_INTERPOLATION_START
SUBSTRACT
TEMPLATE
TEXT_CONTENT
WHITESPACE
XOR

Properties

ChannelNames
GrammarFileName
ModeNames
RuleNames
SerializedAtn
Vocabulary

Methods

Action(RuleContext, Int32, Int32)
Sempred(RuleContext, Int32, Int32)

Applies to