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