Show / Hide Table of Contents

Namespace GCore.Antlr.Grammers.Cto

Classes

CtoLexer

CtoParser

CtoParser.AssetDeclarationContext

CtoParser.BooleanFieldContext

CtoParser.ClassBodyContext

CtoParser.ClassBodyDeclarationContext

CtoParser.ClassModifierContext

CtoParser.ConceptDeclarationContext

CtoParser.DateFieldContext

CtoParser.DecoratorContext

CtoParser.DefaultBooleanContext

CtoParser.DefaultDateContext

CtoParser.DefaultNumberContext

CtoParser.DefaultStringContext

CtoParser.ElementValuePairContext

CtoParser.EnumConstantContext

CtoParser.EnumDeclarationContext

CtoParser.EventDeclarationContext

CtoParser.ExtendsOrIdentifiedContext

CtoParser.FieldDeclarationContext

CtoParser.FloatLiteralContext

CtoParser.IdentifiedContext

CtoParser.IdentifierContext

CtoParser.IdentifierFieldContext

CtoParser.ImportDeclarationContext

CtoParser.IntegerLiteralContext

CtoParser.LiteralContext

CtoParser.ModelUnitContext

CtoParser.NamespaceDeclarationContext

CtoParser.NumberLiteralContext

CtoParser.NumericFieldContext

CtoParser.NumericPrimitiveContext

CtoParser.ParticipantDeclarationContext

CtoParser.QualifiedNameContext

CtoParser.RangeDeclarationContext

CtoParser.RangeValidationContext

CtoParser.ReferenceContext

CtoParser.RegexDeclarationContext

CtoParser.SquareContext

CtoParser.StringFieldContext

CtoParser.StringLiteralContext

CtoParser.TransactionDeclarationContext

CtoParser.TypeDeclarationContext

CtoParserBaseListener

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

CtoParserBaseVisitor<Result>

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

Interfaces

ICtoParserListener

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

ICtoParserVisitor<Result>

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

In This Article
Back to top Generated by DocFX