Show / Hide Table of Contents

Class ctlBaseVisitor<Result>

This class provides an empty implementation of IctlVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.

Inheritance
System.Object
ctlBaseVisitor<Result>
Implements
IctlVisitor<Result>
IParseTreeVisitor<Result>
Namespace: GCore.Antlr.Grammers.Ctl
Assembly: Ctl.dll
Syntax
public class ctlBaseVisitor<Result> : AbstractParseTreeVisitor<Result>, IctlVisitor<Result>, IParseTreeVisitor<Result>
Type Parameters
Name Description
Result

The return type of the visit operation.

Methods

| Improve this Doc View Source

VisitProposition(ctlParser.PropositionContext)

Visit a parse tree produced by proposition().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitProposition(ctlParser.PropositionContext context)
Parameters
Type Name Description
ctlParser.PropositionContext context

The parse tree.

Returns
Type Description
Result

Implements

IctlVisitor<Result>
IParseTreeVisitor<>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX