Show / Hide Table of Contents

Class FlatBuffersParser

Inheritance
System.Object
FlatBuffersParser
Namespace: GCore.Antlr.Grammers.Flatbuffers
Assembly: Flatbuffers.dll
Syntax
public class FlatBuffersParser : Parser

Constructors

| Improve this Doc View Source

FlatBuffersParser(ITokenStream)

Declaration
public FlatBuffersParser(ITokenStream input)
Parameters
Type Name Description
ITokenStream input
| Improve this Doc View Source

FlatBuffersParser(ITokenStream, TextWriter, TextWriter)

Declaration
public FlatBuffersParser(ITokenStream input, TextWriter output, TextWriter errorOutput)
Parameters
Type Name Description
ITokenStream input
TextWriter output
TextWriter errorOutput

Fields

| Improve this Doc View Source

_ATN

Declaration
public static readonly ATN _ATN
Field Value
Type Description
ATN
| 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

BLOCK_COMMENT

Declaration
public const int BLOCK_COMMENT = null
Field Value
Type Description
System.Int32
| 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

COMMENT

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

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

RULE_attribute_decl

Declaration
public const int RULE_attribute_decl = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_commasep_enumval_decl

Declaration
public const int RULE_commasep_enumval_decl = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_commasep_ident_with_opt_single_value

Declaration
public const int RULE_commasep_ident_with_opt_single_value = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_commasep_ident_with_value

Declaration
public const int RULE_commasep_ident_with_value = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_commasep_unionval_with_opt_alias

Declaration
public const int RULE_commasep_unionval_with_opt_alias = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_commasep_value

Declaration
public const int RULE_commasep_value = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_enum_decl

Declaration
public const int RULE_enum_decl = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_enumval_decl

Declaration
public const int RULE_enumval_decl = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_field_decl

Declaration
public const int RULE_field_decl = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_file_extension_decl

Declaration
public const int RULE_file_extension_decl = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_file_identifier_decl

Declaration
public const int RULE_file_identifier_decl = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_ident_with_opt_single_value

Declaration
public const int RULE_ident_with_opt_single_value = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_ident_with_value

Declaration
public const int RULE_ident_with_value = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_identifier

Declaration
public const int RULE_identifier = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_include_

Declaration
public const int RULE_include_ = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_integer_const

Declaration
public const int RULE_integer_const = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_keywords

Declaration
public const int RULE_keywords = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_metadata

Declaration
public const int RULE_metadata = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_namespace_decl

Declaration
public const int RULE_namespace_decl = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_ns_ident

Declaration
public const int RULE_ns_ident = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_object_

Declaration
public const int RULE_object_ = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_root_decl

Declaration
public const int RULE_root_decl = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_rpc_decl

Declaration
public const int RULE_rpc_decl = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_rpc_method

Declaration
public const int RULE_rpc_method = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_scalar

Declaration
public const int RULE_scalar = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_schema

Declaration
public const int RULE_schema = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_single_value

Declaration
public const int RULE_single_value = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_type_

Declaration
public const int RULE_type_ = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_type_decl

Declaration
public const int RULE_type_decl = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_union_decl

Declaration
public const int RULE_union_decl = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_unionval_with_opt_alias

Declaration
public const int RULE_unionval_with_opt_alias = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_value

Declaration
public const int RULE_value = 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

GrammarFileName

Declaration
public override string GrammarFileName { 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

Methods

| Improve this Doc View Source

attribute_decl()

Declaration
public FlatBuffersParser.Attribute_declContext attribute_decl()
Returns
Type Description
FlatBuffersParser.Attribute_declContext
| Improve this Doc View Source

commasep_enumval_decl()

Declaration
public FlatBuffersParser.Commasep_enumval_declContext commasep_enumval_decl()
Returns
Type Description
FlatBuffersParser.Commasep_enumval_declContext
| Improve this Doc View Source

commasep_ident_with_opt_single_value()

Declaration
public FlatBuffersParser.Commasep_ident_with_opt_single_valueContext commasep_ident_with_opt_single_value()
Returns
Type Description
FlatBuffersParser.Commasep_ident_with_opt_single_valueContext
| Improve this Doc View Source

commasep_ident_with_value()

Declaration
public FlatBuffersParser.Commasep_ident_with_valueContext commasep_ident_with_value()
Returns
Type Description
FlatBuffersParser.Commasep_ident_with_valueContext
| Improve this Doc View Source

commasep_unionval_with_opt_alias()

Declaration
public FlatBuffersParser.Commasep_unionval_with_opt_aliasContext commasep_unionval_with_opt_alias()
Returns
Type Description
FlatBuffersParser.Commasep_unionval_with_opt_aliasContext
| Improve this Doc View Source

commasep_value()

Declaration
public FlatBuffersParser.Commasep_valueContext commasep_value()
Returns
Type Description
FlatBuffersParser.Commasep_valueContext
| Improve this Doc View Source

enum_decl()

Declaration
public FlatBuffersParser.Enum_declContext enum_decl()
Returns
Type Description
FlatBuffersParser.Enum_declContext
| Improve this Doc View Source

enumval_decl()

Declaration
public FlatBuffersParser.Enumval_declContext enumval_decl()
Returns
Type Description
FlatBuffersParser.Enumval_declContext
| Improve this Doc View Source

field_decl()

Declaration
public FlatBuffersParser.Field_declContext field_decl()
Returns
Type Description
FlatBuffersParser.Field_declContext
| Improve this Doc View Source

file_extension_decl()

Declaration
public FlatBuffersParser.File_extension_declContext file_extension_decl()
Returns
Type Description
FlatBuffersParser.File_extension_declContext
| Improve this Doc View Source

file_identifier_decl()

Declaration
public FlatBuffersParser.File_identifier_declContext file_identifier_decl()
Returns
Type Description
FlatBuffersParser.File_identifier_declContext
| Improve this Doc View Source

ident_with_opt_single_value()

Declaration
public FlatBuffersParser.Ident_with_opt_single_valueContext ident_with_opt_single_value()
Returns
Type Description
FlatBuffersParser.Ident_with_opt_single_valueContext
| Improve this Doc View Source

ident_with_value()

Declaration
public FlatBuffersParser.Ident_with_valueContext ident_with_value()
Returns
Type Description
FlatBuffersParser.Ident_with_valueContext
| Improve this Doc View Source

identifier()

Declaration
public FlatBuffersParser.IdentifierContext identifier()
Returns
Type Description
FlatBuffersParser.IdentifierContext
| Improve this Doc View Source

include_()

Declaration
public FlatBuffersParser.Include_Context include_()
Returns
Type Description
FlatBuffersParser.Include_Context
| Improve this Doc View Source

integer_const()

Declaration
public FlatBuffersParser.Integer_constContext integer_const()
Returns
Type Description
FlatBuffersParser.Integer_constContext
| Improve this Doc View Source

keywords()

Declaration
public FlatBuffersParser.KeywordsContext keywords()
Returns
Type Description
FlatBuffersParser.KeywordsContext
| Improve this Doc View Source

metadata()

Declaration
public FlatBuffersParser.MetadataContext metadata()
Returns
Type Description
FlatBuffersParser.MetadataContext
| Improve this Doc View Source

namespace_decl()

Declaration
public FlatBuffersParser.Namespace_declContext namespace_decl()
Returns
Type Description
FlatBuffersParser.Namespace_declContext
| Improve this Doc View Source

ns_ident()

Declaration
public FlatBuffersParser.Ns_identContext ns_ident()
Returns
Type Description
FlatBuffersParser.Ns_identContext
| Improve this Doc View Source

object_()

Declaration
public FlatBuffersParser.Object_Context object_()
Returns
Type Description
FlatBuffersParser.Object_Context
| Improve this Doc View Source

root_decl()

Declaration
public FlatBuffersParser.Root_declContext root_decl()
Returns
Type Description
FlatBuffersParser.Root_declContext
| Improve this Doc View Source

rpc_decl()

Declaration
public FlatBuffersParser.Rpc_declContext rpc_decl()
Returns
Type Description
FlatBuffersParser.Rpc_declContext
| Improve this Doc View Source

rpc_method()

Declaration
public FlatBuffersParser.Rpc_methodContext rpc_method()
Returns
Type Description
FlatBuffersParser.Rpc_methodContext
| Improve this Doc View Source

scalar()

Declaration
public FlatBuffersParser.ScalarContext scalar()
Returns
Type Description
FlatBuffersParser.ScalarContext
| Improve this Doc View Source

schema()

Declaration
public FlatBuffersParser.SchemaContext schema()
Returns
Type Description
FlatBuffersParser.SchemaContext
| Improve this Doc View Source

single_value()

Declaration
public FlatBuffersParser.Single_valueContext single_value()
Returns
Type Description
FlatBuffersParser.Single_valueContext
| Improve this Doc View Source

type_()

Declaration
public FlatBuffersParser.Type_Context type_()
Returns
Type Description
FlatBuffersParser.Type_Context
| Improve this Doc View Source

type_decl()

Declaration
public FlatBuffersParser.Type_declContext type_decl()
Returns
Type Description
FlatBuffersParser.Type_declContext
| Improve this Doc View Source

union_decl()

Declaration
public FlatBuffersParser.Union_declContext union_decl()
Returns
Type Description
FlatBuffersParser.Union_declContext
| Improve this Doc View Source

unionval_with_opt_alias()

Declaration
public FlatBuffersParser.Unionval_with_opt_aliasContext unionval_with_opt_alias()
Returns
Type Description
FlatBuffersParser.Unionval_with_opt_aliasContext
| Improve this Doc View Source

value()

Declaration
public FlatBuffersParser.ValueContext value()
Returns
Type Description
FlatBuffersParser.ValueContext
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX