Show / Hide Table of Contents

Class FlatBuffersBaseListener

This class provides an empty implementation of IFlatBuffersListener, which can be extended to create a listener which only needs to handle a subset of the available methods.

Inheritance
System.Object
FlatBuffersBaseListener
Implements
IFlatBuffersListener
Antlr4.Runtime.Tree.IParseTreeListener
Namespace: GCore.Antlr.Grammers.Flatbuffers
Assembly: Flatbuffers.dll
Syntax
public class FlatBuffersBaseListener : object, IFlatBuffersListener, Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterAttribute_decl(FlatBuffersParser.Attribute_declContext)

Enter a parse tree produced by attribute_decl().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

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

The parse tree.

| Improve this Doc View Source

EnterEveryRule(Antlr4.Runtime.ParserRuleContext)

Declaration
public virtual void EnterEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type Name Description
Antlr4.Runtime.ParserRuleContext context
Remarks

The default implementation does nothing.

| Improve this Doc View Source

EnterField_decl(FlatBuffersParser.Field_declContext)

Enter a parse tree produced by field_decl().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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_().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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_().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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_().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

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

The parse tree.

| Improve this Doc View Source

ExitEveryRule(Antlr4.Runtime.ParserRuleContext)

Declaration
public virtual void ExitEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type Name Description
Antlr4.Runtime.ParserRuleContext context
Remarks

The default implementation does nothing.

| Improve this Doc View Source

ExitField_decl(FlatBuffersParser.Field_declContext)

Exit a parse tree produced by field_decl().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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_().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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_().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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_().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

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

The parse tree.

| Improve this Doc View Source

VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode)

Declaration
public virtual void VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode node)
Parameters
Type Name Description
Antlr4.Runtime.Tree.IErrorNode node
Remarks

The default implementation does nothing.

| Improve this Doc View Source

VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode)

Declaration
public virtual void VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode node)
Parameters
Type Name Description
Antlr4.Runtime.Tree.ITerminalNode node
Remarks

The default implementation does nothing.

Implements

IFlatBuffersListener
Antlr4.Runtime.Tree.IParseTreeListener
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX