Show / Hide Table of Contents

Namespace GCore.Antlr.Grammers.Capnproto

Classes

CapnProtoBaseListener

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

CapnProtoBaseVisitor<Result>

This class provides an empty implementation of ICapnProtoVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.

CapnProtoLexer

CapnProtoParser

CapnProtoParser.Annotation_defContext

CapnProtoParser.Annotation_parametersContext

CapnProtoParser.Annotation_referenceContext

CapnProtoParser.Const_defContext

CapnProtoParser.Const_valueContext

CapnProtoParser.Document_contentContext

CapnProtoParser.DocumentContext

CapnProtoParser.Enum_contentContext

CapnProtoParser.Enum_defContext

CapnProtoParser.Field_defContext

CapnProtoParser.File_identifierContext

CapnProtoParser.Function_defContext

CapnProtoParser.Function_parametersContext

CapnProtoParser.Generic_type_parametersContext

CapnProtoParser.Group_contentContext

CapnProtoParser.Group_defContext

CapnProtoParser.Inner_typeContext

CapnProtoParser.Inner_usingContext

CapnProtoParser.Interface_contentContext

CapnProtoParser.Interface_defContext

CapnProtoParser.Literal_bytesContext

CapnProtoParser.Literal_listContext

CapnProtoParser.Literal_unionContext

CapnProtoParser.Named_union_defContext

CapnProtoParser.Namespace_Context

CapnProtoParser.Struct_contentContext

CapnProtoParser.Struct_defContext

CapnProtoParser.Type_Context

CapnProtoParser.Union_contentContext

CapnProtoParser.Union_mappingContext

CapnProtoParser.Unnamed_union_defContext

CapnProtoParser.Using_importContext

Interfaces

ICapnProtoListener

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

ICapnProtoVisitor<Result>

This interface defines a complete generic visitor for a parse tree produced by CapnProtoParser.

In This Article
Back to top Generated by DocFX