Interface IctlVisitor<Result>
This interface defines a complete generic visitor for a parse tree produced by ctlParser.
Namespace: GCore.Antlr.Grammers.Ctl
Assembly: Ctl.dll
Syntax
public interface IctlVisitor<Result> : IParseTreeVisitor<Result>
Type Parameters
Name | Description |
---|---|
Result | The return type of the visit operation. |
Methods
| Improve this Doc View SourceVisitProposition(ctlParser.PropositionContext)
Visit a parse tree produced by proposition().
Declaration
Result VisitProposition(ctlParser.PropositionContext context)
Parameters
Type | Name | Description |
---|---|---|
ctlParser.PropositionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |