Show / Hide Table of Contents

Interface IPMMNVisitor<Result>

This interface defines a complete generic visitor for a parse tree produced by PMMNParser.

Namespace: GCore.Antlr.Grammers.Pmmn
Assembly: Pmmn.dll
Syntax
public interface IPMMNVisitor<Result> : IParseTreeVisitor<Result>
Type Parameters
Name Description
Result

The return type of the visit operation.

Methods

| Improve this Doc View Source

VisitBlock(PMMNParser.BlockContext)

Visit a parse tree produced by block().

Declaration
Result VisitBlock(PMMNParser.BlockContext context)
Parameters
Type Name Description
PMMNParser.BlockContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCommand(PMMNParser.CommandContext)

Visit a parse tree produced by command().

Declaration
Result VisitCommand(PMMNParser.CommandContext context)
Parameters
Type Name Description
PMMNParser.CommandContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCommandlist(PMMNParser.CommandlistContext)

Visit a parse tree produced by commandlist().

Declaration
Result VisitCommandlist(PMMNParser.CommandlistContext context)
Parameters
Type Name Description
PMMNParser.CommandlistContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCounter(PMMNParser.CounterContext)

Visit a parse tree produced by counter().

Declaration
Result VisitCounter(PMMNParser.CounterContext context)
Parameters
Type Name Description
PMMNParser.CounterContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTest(PMMNParser.TestContext)

Visit a parse tree produced by test().

Declaration
Result VisitTest(PMMNParser.TestContext context)
Parameters
Type Name Description
PMMNParser.TestContext context

The parse tree.

Returns
Type Description
Result
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX