Interface IsickbayVisitor<Result>
This interface defines a complete generic visitor for a parse tree produced by sickbayParser.
Namespace: GCore.Antlr.Grammers.Sickbay
Assembly: Sickbay.dll
Syntax
public interface IsickbayVisitor<Result> : IParseTreeVisitor<Result>
Type Parameters
Name | Description |
---|---|
Result | The return type of the visit operation. |
Methods
| Improve this Doc View SourceVisitIntExpr(sickbayParser.IntExprContext)
Visit a parse tree produced by intExpr().
Declaration
Result VisitIntExpr(sickbayParser.IntExprContext context)
Parameters
Type | Name | Description |
---|---|---|
sickbayParser.IntExprContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitIntVar(sickbayParser.IntVarContext)
Visit a parse tree produced by intVar().
Declaration
Result VisitIntVar(sickbayParser.IntVarContext context)
Parameters
Type | Name | Description |
---|---|---|
sickbayParser.IntVarContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitLine(sickbayParser.LineContext)
Visit a parse tree produced by line().
Declaration
Result VisitLine(sickbayParser.LineContext context)
Parameters
Type | Name | Description |
---|---|---|
sickbayParser.LineContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSickbay(sickbayParser.SickbayContext)
Visit a parse tree produced by sickbay().
Declaration
Result VisitSickbay(sickbayParser.SickbayContext context)
Parameters
Type | Name | Description |
---|---|---|
sickbayParser.SickbayContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitStmt(sickbayParser.StmtContext)
Visit a parse tree produced by stmt().
Declaration
Result VisitStmt(sickbayParser.StmtContext context)
Parameters
Type | Name | Description |
---|---|---|
sickbayParser.StmtContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |