Namespace GCore.Antlr.Grammers.Loop
Classes
loopBaseListener
This class provides an empty implementation of IloopListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
loopBaseVisitor<Result>
This class provides an empty implementation of IloopVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.
loopLexer
loopParser
loopParser.AssignstmtContext
loopParser.IncrementstmtContext
loopParser.LoopstmtContext
loopParser.NumberContext
loopParser.ProgContext
loopParser.StatementContext
loopParser.StatementlistContext
loopParser.Var_Context
Interfaces
IloopListener
This interface defines a complete listener for a parse tree produced by loopParser.
IloopVisitor<Result>
This interface defines a complete generic visitor for a parse tree produced by loopParser.