Show / Hide Table of Contents

Interface IctlListener

This interface defines a complete listener for a parse tree produced by ctlParser.

Namespace: GCore.Antlr.Grammers.Ctl
Assembly: Ctl.dll
Syntax
public interface IctlListener : Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterProposition(ctlParser.PropositionContext)

Enter a parse tree produced by proposition().

Declaration
void EnterProposition(ctlParser.PropositionContext context)
Parameters
Type Name Description
ctlParser.PropositionContext context

The parse tree.

| Improve this Doc View Source

ExitProposition(ctlParser.PropositionContext)

Exit a parse tree produced by proposition().

Declaration
void ExitProposition(ctlParser.PropositionContext context)
Parameters
Type Name Description
ctlParser.PropositionContext context

The parse tree.

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