Namespace GCore.Antlr.Grammers.Turing
Classes
turingBaseListener
This class provides an empty implementation of IturingListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
turingBaseVisitor<Result>
This class provides an empty implementation of IturingVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.
turingLexer
turingParser
turingParser.ArrayTypeContext
turingParser.BooleanExpnContext
turingParser.CapabilityContext
turingParser.CaseStatementContext
turingParser.CloseStatementContext
turingParser.CompileTimeExpnContext
turingParser.ComponentSelectorContext
turingParser.ConstantDeclarationContext
turingParser.DeclarationContext
turingParser.DeclarationOrStatementContext
turingParser.DeclarationOrStatementInMainProgramContext
turingParser.DeclarationsAndStatementsContext
turingParser.ExplicitConstantContext
turingParser.ExpnContext
turingParser.ExponentWidthContext
turingParser.FileNumberContext
turingParser.ForStatementContext
turingParser.FractionWidthContext
turingParser.GetItemContext
turingParser.GetStatementContext
turingParser.Id_Context
turingParser.IfStatementContext
turingParser.IndexTypeContext
turingParser.InfixOperatorContext
turingParser.InitializingValueContext
turingParser.LoopStatementContext
turingParser.NamedTypeContext
turingParser.OpenStatementContext
turingParser.ParameterDeclarationContext
turingParser.ParameterTypeContext
turingParser.PrefixOperatorContext
turingParser.ProcedureCallContext
turingParser.ProgramContext
turingParser.PutItemContext
turingParser.PutStatementContext
turingParser.RecordTypeContext
turingParser.Reference_2Context
turingParser.ReferenceContext
turingParser.StandardTypeContext
turingParser.StatementContext
turingParser.StreamNumberContext
turingParser.StringContext
turingParser.SubprogramBodyContext
turingParser.SubprogramDeclarationContext
turingParser.SubprogramHeaderContext
turingParser.SubrangeTypeContext
turingParser.SubstringContext
turingParser.SubstringPositionContext
turingParser.TypeDeclarationContext
turingParser.TypeSpecContext
turingParser.VariableDeclarationContext
turingParser.VariableReferenceContext
turingParser.WidthExpnContext
Interfaces
IturingListener
This interface defines a complete listener for a parse tree produced by turingParser.
IturingVisitor<Result>
This interface defines a complete generic visitor for a parse tree produced by turingParser.