Show / Hide Table of Contents

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 Source

EnterProposition(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.

| Improve this Doc View Source

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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX