Namespace GCore.Antlr.Grammers.Janus
Classes
janusBaseListener
This class provides an empty implementation of IjanusListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
janusBaseVisitor<Result>
This class provides an empty implementation of IjanusVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.
janusLexer
janusParser
janusParser.CallstmtContext
janusParser.ConstantContext
janusParser.DostmtContext
janusParser.ExpressionContext
janusParser.IfstmtContext
janusParser.LvalstmtContext
janusParser.LvalueContext
janusParser.MinexpContext
janusParser.ModstmtContext
janusParser.ProgramContext
janusParser.ReadstmtContext
janusParser.StatementContext
janusParser.StatementsContext
janusParser.SwapstmtContext
janusParser.WritestmtContext
Interfaces
IjanusListener
This interface defines a complete listener for a parse tree produced by janusParser.
IjanusVisitor<Result>
This interface defines a complete generic visitor for a parse tree produced by janusParser.