Namespace GCore.Antlr.Grammers.Sickbay
Classes
sickbayBaseListener
This class provides an empty implementation of IsickbayListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
sickbayBaseVisitor<Result>
This class provides an empty implementation of IsickbayVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.
sickbayLexer
sickbayParser
sickbayParser.IntExprContext
sickbayParser.IntVarContext
sickbayParser.LineContext
sickbayParser.SickbayContext
sickbayParser.StmtContext
Interfaces
IsickbayListener
This interface defines a complete listener for a parse tree produced by sickbayParser.
IsickbayVisitor<Result>
This interface defines a complete generic visitor for a parse tree produced by sickbayParser.