Show / Hide Table of Contents

Interface IFlatBuffersListener

This interface defines a complete listener for a parse tree produced by FlatBuffersParser.

Namespace: GCore.Antlr.Grammers.Flatbuffers
Assembly: Flatbuffers.dll
Syntax
public interface IFlatBuffersListener : Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterAttribute_decl(FlatBuffersParser.Attribute_declContext)

Enter a parse tree produced by attribute_decl().

Declaration
void EnterAttribute_decl(FlatBuffersParser.Attribute_declContext context)
Parameters
Type Name Description
FlatBuffersParser.Attribute_declContext context

The parse tree.

| Improve this Doc View Source

EnterCommasep_enumval_decl(FlatBuffersParser.Commasep_enumval_declContext)

Enter a parse tree produced by commasep_enumval_decl().

Declaration
void EnterCommasep_enumval_decl(FlatBuffersParser.Commasep_enumval_declContext context)
Parameters
Type Name Description
FlatBuffersParser.Commasep_enumval_declContext context

The parse tree.

| Improve this Doc View Source

EnterCommasep_ident_with_opt_single_value(FlatBuffersParser.Commasep_ident_with_opt_single_valueContext)

Enter a parse tree produced by commasep_ident_with_opt_single_value().

Declaration
void EnterCommasep_ident_with_opt_single_value(FlatBuffersParser.Commasep_ident_with_opt_single_valueContext context)
Parameters
Type Name Description
FlatBuffersParser.Commasep_ident_with_opt_single_valueContext context

The parse tree.

| Improve this Doc View Source

EnterCommasep_ident_with_value(FlatBuffersParser.Commasep_ident_with_valueContext)

Enter a parse tree produced by commasep_ident_with_value().

Declaration
void EnterCommasep_ident_with_value(FlatBuffersParser.Commasep_ident_with_valueContext context)
Parameters
Type Name Description
FlatBuffersParser.Commasep_ident_with_valueContext context

The parse tree.

| Improve this Doc View Source

EnterCommasep_unionval_with_opt_alias(FlatBuffersParser.Commasep_unionval_with_opt_aliasContext)

Enter a parse tree produced by commasep_unionval_with_opt_alias().

Declaration
void EnterCommasep_unionval_with_opt_alias(FlatBuffersParser.Commasep_unionval_with_opt_aliasContext context)
Parameters
Type Name Description
FlatBuffersParser.Commasep_unionval_with_opt_aliasContext context

The parse tree.

| Improve this Doc View Source

EnterCommasep_value(FlatBuffersParser.Commasep_valueContext)

Enter a parse tree produced by commasep_value().

Declaration
void EnterCommasep_value(FlatBuffersParser.Commasep_valueContext context)
Parameters
Type Name Description
FlatBuffersParser.Commasep_valueContext context

The parse tree.

| Improve this Doc View Source

EnterEnum_decl(FlatBuffersParser.Enum_declContext)

Enter a parse tree produced by enum_decl().

Declaration
void EnterEnum_decl(FlatBuffersParser.Enum_declContext context)
Parameters
Type Name Description
FlatBuffersParser.Enum_declContext context

The parse tree.

| Improve this Doc View Source

EnterEnumval_decl(FlatBuffersParser.Enumval_declContext)

Enter a parse tree produced by enumval_decl().

Declaration
void EnterEnumval_decl(FlatBuffersParser.Enumval_declContext context)
Parameters
Type Name Description
FlatBuffersParser.Enumval_declContext context

The parse tree.

| Improve this Doc View Source

EnterField_decl(FlatBuffersParser.Field_declContext)

Enter a parse tree produced by field_decl().

Declaration
void EnterField_decl(FlatBuffersParser.Field_declContext context)
Parameters
Type Name Description
FlatBuffersParser.Field_declContext context

The parse tree.

| Improve this Doc View Source

EnterFile_extension_decl(FlatBuffersParser.File_extension_declContext)

Enter a parse tree produced by file_extension_decl().

Declaration
void EnterFile_extension_decl(FlatBuffersParser.File_extension_declContext context)
Parameters
Type Name Description
FlatBuffersParser.File_extension_declContext context

The parse tree.

| Improve this Doc View Source

EnterFile_identifier_decl(FlatBuffersParser.File_identifier_declContext)

Enter a parse tree produced by file_identifier_decl().

Declaration
void EnterFile_identifier_decl(FlatBuffersParser.File_identifier_declContext context)
Parameters
Type Name Description
FlatBuffersParser.File_identifier_declContext context

The parse tree.

| Improve this Doc View Source

EnterIdent_with_opt_single_value(FlatBuffersParser.Ident_with_opt_single_valueContext)

Enter a parse tree produced by ident_with_opt_single_value().

Declaration
void EnterIdent_with_opt_single_value(FlatBuffersParser.Ident_with_opt_single_valueContext context)
Parameters
Type Name Description
FlatBuffersParser.Ident_with_opt_single_valueContext context

The parse tree.

| Improve this Doc View Source

EnterIdent_with_value(FlatBuffersParser.Ident_with_valueContext)

Enter a parse tree produced by ident_with_value().

Declaration
void EnterIdent_with_value(FlatBuffersParser.Ident_with_valueContext context)
Parameters
Type Name Description
FlatBuffersParser.Ident_with_valueContext context

The parse tree.

| Improve this Doc View Source

EnterIdentifier(FlatBuffersParser.IdentifierContext)

Enter a parse tree produced by identifier().

Declaration
void EnterIdentifier(FlatBuffersParser.IdentifierContext context)
Parameters
Type Name Description
FlatBuffersParser.IdentifierContext context

The parse tree.

| Improve this Doc View Source

EnterInclude_(FlatBuffersParser.Include_Context)

Enter a parse tree produced by include_().

Declaration
void EnterInclude_(FlatBuffersParser.Include_Context context)
Parameters
Type Name Description
FlatBuffersParser.Include_Context context

The parse tree.

| Improve this Doc View Source

EnterInteger_const(FlatBuffersParser.Integer_constContext)

Enter a parse tree produced by integer_const().

Declaration
void EnterInteger_const(FlatBuffersParser.Integer_constContext context)
Parameters
Type Name Description
FlatBuffersParser.Integer_constContext context

The parse tree.

| Improve this Doc View Source

EnterKeywords(FlatBuffersParser.KeywordsContext)

Enter a parse tree produced by keywords().

Declaration
void EnterKeywords(FlatBuffersParser.KeywordsContext context)
Parameters
Type Name Description
FlatBuffersParser.KeywordsContext context

The parse tree.

| Improve this Doc View Source

EnterMetadata(FlatBuffersParser.MetadataContext)

Enter a parse tree produced by metadata().

Declaration
void EnterMetadata(FlatBuffersParser.MetadataContext context)
Parameters
Type Name Description
FlatBuffersParser.MetadataContext context

The parse tree.

| Improve this Doc View Source

EnterNamespace_decl(FlatBuffersParser.Namespace_declContext)

Enter a parse tree produced by namespace_decl().

Declaration
void EnterNamespace_decl(FlatBuffersParser.Namespace_declContext context)
Parameters
Type Name Description
FlatBuffersParser.Namespace_declContext context

The parse tree.

| Improve this Doc View Source

EnterNs_ident(FlatBuffersParser.Ns_identContext)

Enter a parse tree produced by ns_ident().

Declaration
void EnterNs_ident(FlatBuffersParser.Ns_identContext context)
Parameters
Type Name Description
FlatBuffersParser.Ns_identContext context

The parse tree.

| Improve this Doc View Source

EnterObject_(FlatBuffersParser.Object_Context)

Enter a parse tree produced by object_().

Declaration
void EnterObject_(FlatBuffersParser.Object_Context context)
Parameters
Type Name Description
FlatBuffersParser.Object_Context context

The parse tree.

| Improve this Doc View Source

EnterRoot_decl(FlatBuffersParser.Root_declContext)

Enter a parse tree produced by root_decl().

Declaration
void EnterRoot_decl(FlatBuffersParser.Root_declContext context)
Parameters
Type Name Description
FlatBuffersParser.Root_declContext context

The parse tree.

| Improve this Doc View Source

EnterRpc_decl(FlatBuffersParser.Rpc_declContext)

Enter a parse tree produced by rpc_decl().

Declaration
void EnterRpc_decl(FlatBuffersParser.Rpc_declContext context)
Parameters
Type Name Description
FlatBuffersParser.Rpc_declContext context

The parse tree.

| Improve this Doc View Source

EnterRpc_method(FlatBuffersParser.Rpc_methodContext)

Enter a parse tree produced by rpc_method().

Declaration
void EnterRpc_method(FlatBuffersParser.Rpc_methodContext context)
Parameters
Type Name Description
FlatBuffersParser.Rpc_methodContext context

The parse tree.

| Improve this Doc View Source

EnterScalar(FlatBuffersParser.ScalarContext)

Enter a parse tree produced by scalar().

Declaration
void EnterScalar(FlatBuffersParser.ScalarContext context)
Parameters
Type Name Description
FlatBuffersParser.ScalarContext context

The parse tree.

| Improve this Doc View Source

EnterSchema(FlatBuffersParser.SchemaContext)

Enter a parse tree produced by schema().

Declaration
void EnterSchema(FlatBuffersParser.SchemaContext context)
Parameters
Type Name Description
FlatBuffersParser.SchemaContext context

The parse tree.

| Improve this Doc View Source

EnterSingle_value(FlatBuffersParser.Single_valueContext)

Enter a parse tree produced by single_value().

Declaration
void EnterSingle_value(FlatBuffersParser.Single_valueContext context)
Parameters
Type Name Description
FlatBuffersParser.Single_valueContext context

The parse tree.

| Improve this Doc View Source

EnterType_(FlatBuffersParser.Type_Context)

Enter a parse tree produced by type_().

Declaration
void EnterType_(FlatBuffersParser.Type_Context context)
Parameters
Type Name Description
FlatBuffersParser.Type_Context context

The parse tree.

| Improve this Doc View Source

EnterType_decl(FlatBuffersParser.Type_declContext)

Enter a parse tree produced by type_decl().

Declaration
void EnterType_decl(FlatBuffersParser.Type_declContext context)
Parameters
Type Name Description
FlatBuffersParser.Type_declContext context

The parse tree.

| Improve this Doc View Source

EnterUnion_decl(FlatBuffersParser.Union_declContext)

Enter a parse tree produced by union_decl().

Declaration
void EnterUnion_decl(FlatBuffersParser.Union_declContext context)
Parameters
Type Name Description
FlatBuffersParser.Union_declContext context

The parse tree.

| Improve this Doc View Source

EnterUnionval_with_opt_alias(FlatBuffersParser.Unionval_with_opt_aliasContext)

Enter a parse tree produced by unionval_with_opt_alias().

Declaration
void EnterUnionval_with_opt_alias(FlatBuffersParser.Unionval_with_opt_aliasContext context)
Parameters
Type Name Description
FlatBuffersParser.Unionval_with_opt_aliasContext context

The parse tree.

| Improve this Doc View Source

EnterValue(FlatBuffersParser.ValueContext)

Enter a parse tree produced by value().

Declaration
void EnterValue(FlatBuffersParser.ValueContext context)
Parameters
Type Name Description
FlatBuffersParser.ValueContext context

The parse tree.

| Improve this Doc View Source

ExitAttribute_decl(FlatBuffersParser.Attribute_declContext)

Exit a parse tree produced by attribute_decl().

Declaration
void ExitAttribute_decl(FlatBuffersParser.Attribute_declContext context)
Parameters
Type Name Description
FlatBuffersParser.Attribute_declContext context

The parse tree.

| Improve this Doc View Source

ExitCommasep_enumval_decl(FlatBuffersParser.Commasep_enumval_declContext)

Exit a parse tree produced by commasep_enumval_decl().

Declaration
void ExitCommasep_enumval_decl(FlatBuffersParser.Commasep_enumval_declContext context)
Parameters
Type Name Description
FlatBuffersParser.Commasep_enumval_declContext context

The parse tree.

| Improve this Doc View Source

ExitCommasep_ident_with_opt_single_value(FlatBuffersParser.Commasep_ident_with_opt_single_valueContext)

Exit a parse tree produced by commasep_ident_with_opt_single_value().

Declaration
void ExitCommasep_ident_with_opt_single_value(FlatBuffersParser.Commasep_ident_with_opt_single_valueContext context)
Parameters
Type Name Description
FlatBuffersParser.Commasep_ident_with_opt_single_valueContext context

The parse tree.

| Improve this Doc View Source

ExitCommasep_ident_with_value(FlatBuffersParser.Commasep_ident_with_valueContext)

Exit a parse tree produced by commasep_ident_with_value().

Declaration
void ExitCommasep_ident_with_value(FlatBuffersParser.Commasep_ident_with_valueContext context)
Parameters
Type Name Description
FlatBuffersParser.Commasep_ident_with_valueContext context

The parse tree.

| Improve this Doc View Source

ExitCommasep_unionval_with_opt_alias(FlatBuffersParser.Commasep_unionval_with_opt_aliasContext)

Exit a parse tree produced by commasep_unionval_with_opt_alias().

Declaration
void ExitCommasep_unionval_with_opt_alias(FlatBuffersParser.Commasep_unionval_with_opt_aliasContext context)
Parameters
Type Name Description
FlatBuffersParser.Commasep_unionval_with_opt_aliasContext context

The parse tree.

| Improve this Doc View Source

ExitCommasep_value(FlatBuffersParser.Commasep_valueContext)

Exit a parse tree produced by commasep_value().

Declaration
void ExitCommasep_value(FlatBuffersParser.Commasep_valueContext context)
Parameters
Type Name Description
FlatBuffersParser.Commasep_valueContext context

The parse tree.

| Improve this Doc View Source

ExitEnum_decl(FlatBuffersParser.Enum_declContext)

Exit a parse tree produced by enum_decl().

Declaration
void ExitEnum_decl(FlatBuffersParser.Enum_declContext context)
Parameters
Type Name Description
FlatBuffersParser.Enum_declContext context

The parse tree.

| Improve this Doc View Source

ExitEnumval_decl(FlatBuffersParser.Enumval_declContext)

Exit a parse tree produced by enumval_decl().

Declaration
void ExitEnumval_decl(FlatBuffersParser.Enumval_declContext context)
Parameters
Type Name Description
FlatBuffersParser.Enumval_declContext context

The parse tree.

| Improve this Doc View Source

ExitField_decl(FlatBuffersParser.Field_declContext)

Exit a parse tree produced by field_decl().

Declaration
void ExitField_decl(FlatBuffersParser.Field_declContext context)
Parameters
Type Name Description
FlatBuffersParser.Field_declContext context

The parse tree.

| Improve this Doc View Source

ExitFile_extension_decl(FlatBuffersParser.File_extension_declContext)

Exit a parse tree produced by file_extension_decl().

Declaration
void ExitFile_extension_decl(FlatBuffersParser.File_extension_declContext context)
Parameters
Type Name Description
FlatBuffersParser.File_extension_declContext context

The parse tree.

| Improve this Doc View Source

ExitFile_identifier_decl(FlatBuffersParser.File_identifier_declContext)

Exit a parse tree produced by file_identifier_decl().

Declaration
void ExitFile_identifier_decl(FlatBuffersParser.File_identifier_declContext context)
Parameters
Type Name Description
FlatBuffersParser.File_identifier_declContext context

The parse tree.

| Improve this Doc View Source

ExitIdent_with_opt_single_value(FlatBuffersParser.Ident_with_opt_single_valueContext)

Exit a parse tree produced by ident_with_opt_single_value().

Declaration
void ExitIdent_with_opt_single_value(FlatBuffersParser.Ident_with_opt_single_valueContext context)
Parameters
Type Name Description
FlatBuffersParser.Ident_with_opt_single_valueContext context

The parse tree.

| Improve this Doc View Source

ExitIdent_with_value(FlatBuffersParser.Ident_with_valueContext)

Exit a parse tree produced by ident_with_value().

Declaration
void ExitIdent_with_value(FlatBuffersParser.Ident_with_valueContext context)
Parameters
Type Name Description
FlatBuffersParser.Ident_with_valueContext context

The parse tree.

| Improve this Doc View Source

ExitIdentifier(FlatBuffersParser.IdentifierContext)

Exit a parse tree produced by identifier().

Declaration
void ExitIdentifier(FlatBuffersParser.IdentifierContext context)
Parameters
Type Name Description
FlatBuffersParser.IdentifierContext context

The parse tree.

| Improve this Doc View Source

ExitInclude_(FlatBuffersParser.Include_Context)

Exit a parse tree produced by include_().

Declaration
void ExitInclude_(FlatBuffersParser.Include_Context context)
Parameters
Type Name Description
FlatBuffersParser.Include_Context context

The parse tree.

| Improve this Doc View Source

ExitInteger_const(FlatBuffersParser.Integer_constContext)

Exit a parse tree produced by integer_const().

Declaration
void ExitInteger_const(FlatBuffersParser.Integer_constContext context)
Parameters
Type Name Description
FlatBuffersParser.Integer_constContext context

The parse tree.

| Improve this Doc View Source

ExitKeywords(FlatBuffersParser.KeywordsContext)

Exit a parse tree produced by keywords().

Declaration
void ExitKeywords(FlatBuffersParser.KeywordsContext context)
Parameters
Type Name Description
FlatBuffersParser.KeywordsContext context

The parse tree.

| Improve this Doc View Source

ExitMetadata(FlatBuffersParser.MetadataContext)

Exit a parse tree produced by metadata().

Declaration
void ExitMetadata(FlatBuffersParser.MetadataContext context)
Parameters
Type Name Description
FlatBuffersParser.MetadataContext context

The parse tree.

| Improve this Doc View Source

ExitNamespace_decl(FlatBuffersParser.Namespace_declContext)

Exit a parse tree produced by namespace_decl().

Declaration
void ExitNamespace_decl(FlatBuffersParser.Namespace_declContext context)
Parameters
Type Name Description
FlatBuffersParser.Namespace_declContext context

The parse tree.

| Improve this Doc View Source

ExitNs_ident(FlatBuffersParser.Ns_identContext)

Exit a parse tree produced by ns_ident().

Declaration
void ExitNs_ident(FlatBuffersParser.Ns_identContext context)
Parameters
Type Name Description
FlatBuffersParser.Ns_identContext context

The parse tree.

| Improve this Doc View Source

ExitObject_(FlatBuffersParser.Object_Context)

Exit a parse tree produced by object_().

Declaration
void ExitObject_(FlatBuffersParser.Object_Context context)
Parameters
Type Name Description
FlatBuffersParser.Object_Context context

The parse tree.

| Improve this Doc View Source

ExitRoot_decl(FlatBuffersParser.Root_declContext)

Exit a parse tree produced by root_decl().

Declaration
void ExitRoot_decl(FlatBuffersParser.Root_declContext context)
Parameters
Type Name Description
FlatBuffersParser.Root_declContext context

The parse tree.

| Improve this Doc View Source

ExitRpc_decl(FlatBuffersParser.Rpc_declContext)

Exit a parse tree produced by rpc_decl().

Declaration
void ExitRpc_decl(FlatBuffersParser.Rpc_declContext context)
Parameters
Type Name Description
FlatBuffersParser.Rpc_declContext context

The parse tree.

| Improve this Doc View Source

ExitRpc_method(FlatBuffersParser.Rpc_methodContext)

Exit a parse tree produced by rpc_method().

Declaration
void ExitRpc_method(FlatBuffersParser.Rpc_methodContext context)
Parameters
Type Name Description
FlatBuffersParser.Rpc_methodContext context

The parse tree.

| Improve this Doc View Source

ExitScalar(FlatBuffersParser.ScalarContext)

Exit a parse tree produced by scalar().

Declaration
void ExitScalar(FlatBuffersParser.ScalarContext context)
Parameters
Type Name Description
FlatBuffersParser.ScalarContext context

The parse tree.

| Improve this Doc View Source

ExitSchema(FlatBuffersParser.SchemaContext)

Exit a parse tree produced by schema().

Declaration
void ExitSchema(FlatBuffersParser.SchemaContext context)
Parameters
Type Name Description
FlatBuffersParser.SchemaContext context

The parse tree.

| Improve this Doc View Source

ExitSingle_value(FlatBuffersParser.Single_valueContext)

Exit a parse tree produced by single_value().

Declaration
void ExitSingle_value(FlatBuffersParser.Single_valueContext context)
Parameters
Type Name Description
FlatBuffersParser.Single_valueContext context

The parse tree.

| Improve this Doc View Source

ExitType_(FlatBuffersParser.Type_Context)

Exit a parse tree produced by type_().

Declaration
void ExitType_(FlatBuffersParser.Type_Context context)
Parameters
Type Name Description
FlatBuffersParser.Type_Context context

The parse tree.

| Improve this Doc View Source

ExitType_decl(FlatBuffersParser.Type_declContext)

Exit a parse tree produced by type_decl().

Declaration
void ExitType_decl(FlatBuffersParser.Type_declContext context)
Parameters
Type Name Description
FlatBuffersParser.Type_declContext context

The parse tree.

| Improve this Doc View Source

ExitUnion_decl(FlatBuffersParser.Union_declContext)

Exit a parse tree produced by union_decl().

Declaration
void ExitUnion_decl(FlatBuffersParser.Union_declContext context)
Parameters
Type Name Description
FlatBuffersParser.Union_declContext context

The parse tree.

| Improve this Doc View Source

ExitUnionval_with_opt_alias(FlatBuffersParser.Unionval_with_opt_aliasContext)

Exit a parse tree produced by unionval_with_opt_alias().

Declaration
void ExitUnionval_with_opt_alias(FlatBuffersParser.Unionval_with_opt_aliasContext context)
Parameters
Type Name Description
FlatBuffersParser.Unionval_with_opt_aliasContext context

The parse tree.

| Improve this Doc View Source

ExitValue(FlatBuffersParser.ValueContext)

Exit a parse tree produced by value().

Declaration
void ExitValue(FlatBuffersParser.ValueContext context)
Parameters
Type Name Description
FlatBuffersParser.ValueContext context

The parse tree.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX