Namespace GCore.Antlr.Grammers.Alpaca
Classes
alpacaBaseListener
This class provides an empty implementation of IalpacaListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
alpacaBaseVisitor<Result>
This class provides an empty implementation of IalpacaVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.
alpacaLexer
alpacaParser
alpacaParser.AdjacencyPredContext
alpacaParser.ArrowchainContext
alpacaParser.BoolPrimitiveContext
alpacaParser.ClassDefnContext
alpacaParser.ClassIDContext
alpacaParser.ClassRefContext
alpacaParser.DefnContext
alpacaParser.DefnsContext
alpacaParser.ExpressionContext
alpacaParser.IdentifierContext
alpacaParser.MembershipDeclContext
alpacaParser.NaturalnumberContext
alpacaParser.NbhdDefnContext
alpacaParser.NbhdIDContext
alpacaParser.NeigbourhoodContext
alpacaParser.ProgContext
alpacaParser.RelationalPredContext
alpacaParser.Rule_Context
alpacaParser.RulesContext
alpacaParser.StateDefnContext
alpacaParser.StateIDContext
alpacaParser.StateRefContext
alpacaParser.TermContext
Interfaces
IalpacaListener
This interface defines a complete listener for a parse tree produced by alpacaParser.
IalpacaVisitor<Result>
This interface defines a complete generic visitor for a parse tree produced by alpacaParser.