Interface ItlListener
This interface defines a complete listener for a parse tree produced by tlParser.
Namespace: GCore.Antlr.Grammers.Tl
Assembly: Tl.dll
Syntax
public interface ItlListener : Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterProposition(tlParser.PropositionContext)
Enter a parse tree produced by proposition().
Declaration
void EnterProposition(tlParser.PropositionContext context)
Parameters
Type | Name | Description |
---|---|---|
tlParser.PropositionContext | context | The parse tree. |
ExitProposition(tlParser.PropositionContext)
Exit a parse tree produced by proposition().
Declaration
void ExitProposition(tlParser.PropositionContext context)
Parameters
Type | Name | Description |
---|---|---|
tlParser.PropositionContext | context | The parse tree. |