Class FlatBuffersLexer
Inheritance
System.Object
FlatBuffersLexer
Assembly: Flatbuffers.dll
Syntax
public class FlatBuffersLexer : Lexer
Constructors
|
Improve this Doc
View Source
FlatBuffersLexer(ICharStream)
Declaration
public FlatBuffersLexer(ICharStream input)
Parameters
Type |
Name |
Description |
ICharStream |
input |
|
|
Improve this Doc
View Source
FlatBuffersLexer(ICharStream, TextWriter, TextWriter)
Declaration
public FlatBuffersLexer(ICharStream input, TextWriter output, TextWriter errorOutput)
Parameters
Type |
Name |
Description |
ICharStream |
input |
|
TextWriter |
output |
|
TextWriter |
errorOutput |
|
Fields
|
Improve this Doc
View Source
_ATN
Declaration
public static readonly ATN _ATN
Field Value
|
Improve this Doc
View Source
ATTRIBUTE
Declaration
public const int ATTRIBUTE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
BASE_TYPE_NAME
Declaration
public const int BASE_TYPE_NAME = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int BLOCK_COMMENT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
channelNames
Declaration
public static string[] channelNames
Field Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
COLON
Declaration
public const int COLON = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
COMMA
Declaration
public const int COMMA = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int COMMENT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
decisionToDFA
Declaration
protected static Antlr4.Runtime.Dfa.DFA[] decisionToDFA
Field Value
Type |
Description |
Antlr4.Runtime.Dfa.DFA[] |
|
|
Improve this Doc
View Source
DefaultVocabulary
Declaration
public static readonly IVocabulary DefaultVocabulary
Field Value
Type |
Description |
IVocabulary |
|
|
Improve this Doc
View Source
DOT
Declaration
public const int DOT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ENUM
Declaration
public const int ENUM = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
EQ
Declaration
public const int EQ = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
FILE_EXTENSION
Declaration
public const int FILE_EXTENSION = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
FILE_IDENTIFIER
Declaration
public const int FILE_IDENTIFIER = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
FLOAT_CONSTANT
Declaration
public const int FLOAT_CONSTANT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
HEX_INTEGER_CONSTANT
Declaration
public const int HEX_INTEGER_CONSTANT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
IDENT
Declaration
public const int IDENT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
INCLUDE
Declaration
public const int INCLUDE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
INTEGER_CONSTANT
Declaration
public const int INTEGER_CONSTANT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LB
Declaration
public const int LB = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LC
Declaration
public const int LC = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LP
Declaration
public const int LP = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MINUS
Declaration
public const int MINUS = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
modeNames
Declaration
public static string[] modeNames
Field Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
NAMESPACE
Declaration
public const int NAMESPACE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NATIVE_INCLUDE
Declaration
public const int NATIVE_INCLUDE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PLUS
Declaration
public const int PLUS = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RB
Declaration
public const int RB = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RC
Declaration
public const int RC = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ROOT_TYPE
Declaration
public const int ROOT_TYPE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RP
Declaration
public const int RP = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RPC_SERVICE
Declaration
public const int RPC_SERVICE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ruleNames
Declaration
public static readonly string[] ruleNames
Field Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
SEMI
Declaration
public const int SEMI = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
sharedContextCache
Declaration
protected static PredictionContextCache sharedContextCache
Field Value
Type |
Description |
PredictionContextCache |
|
|
Improve this Doc
View Source
STRING_CONSTANT
Declaration
public const int STRING_CONSTANT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
STRUCT
Declaration
public const int STRUCT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TABLE
Declaration
public const int TABLE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
UNION
Declaration
public const int UNION = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
WS
Declaration
public const int WS = null
Field Value
Type |
Description |
System.Int32 |
|
Properties
|
Improve this Doc
View Source
ChannelNames
Declaration
public override string[] ChannelNames { get; }
Property Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
GrammarFileName
Declaration
public override string GrammarFileName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ModeNames
Declaration
public override string[] ModeNames { get; }
Property Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
RuleNames
Declaration
public override string[] RuleNames { get; }
Property Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
SerializedAtn
Declaration
public override string SerializedAtn { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Vocabulary
Declaration
public override IVocabulary Vocabulary { get; }
Property Value
Type |
Description |
IVocabulary |
|