Interface Icallable_Visitor<Result>
This interface defines a complete generic visitor for a parse tree produced by callable_Parser.
Namespace: GCore.Antlr.Grammers.Callable
Assembly: Callable.dll
Syntax
public interface Icallable_Visitor<Result> : IParseTreeVisitor<Result>
Type Parameters
| Name | Description |
|---|---|
| Result | The return type of the visit operation. |
Methods
| Improve this Doc View SourceVisitF_arg(callable_Parser.F_argContext)
Visit a parse tree produced by f_arg().
Declaration
Result VisitF_arg(callable_Parser.F_argContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| callable_Parser.F_argContext | context | The parse tree. |
Returns
| Type | Description |
|---|---|
| Result |
VisitF_inner(callable_Parser.F_innerContext)
Visit a parse tree produced by f_inner().
Declaration
Result VisitF_inner(callable_Parser.F_innerContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| callable_Parser.F_innerContext | context | The parse tree. |
Returns
| Type | Description |
|---|---|
| Result |
VisitLine(callable_Parser.LineContext)
Visit a parse tree produced by line().
Declaration
Result VisitLine(callable_Parser.LineContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| callable_Parser.LineContext | context | The parse tree. |
Returns
| Type | Description |
|---|---|
| Result |
VisitProgram(callable_Parser.ProgramContext)
Visit a parse tree produced by program().
Declaration
Result VisitProgram(callable_Parser.ProgramContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| callable_Parser.ProgramContext | context | The parse tree. |
Returns
| Type | Description |
|---|---|
| Result |