Interface IPMMNListener
This interface defines a complete listener for a parse tree produced by PMMNParser.
Namespace: GCore.Antlr.Grammers.Pmmn
Assembly: Pmmn.dll
Syntax
public interface IPMMNListener : Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterBlock(PMMNParser.BlockContext)
Enter a parse tree produced by block().
Declaration
void EnterBlock(PMMNParser.BlockContext context)
Parameters
Type | Name | Description |
---|---|---|
PMMNParser.BlockContext | context | The parse tree. |
EnterCommand(PMMNParser.CommandContext)
Enter a parse tree produced by command().
Declaration
void EnterCommand(PMMNParser.CommandContext context)
Parameters
Type | Name | Description |
---|---|---|
PMMNParser.CommandContext | context | The parse tree. |
EnterCommandlist(PMMNParser.CommandlistContext)
Enter a parse tree produced by commandlist().
Declaration
void EnterCommandlist(PMMNParser.CommandlistContext context)
Parameters
Type | Name | Description |
---|---|---|
PMMNParser.CommandlistContext | context | The parse tree. |
EnterCounter(PMMNParser.CounterContext)
Enter a parse tree produced by counter().
Declaration
void EnterCounter(PMMNParser.CounterContext context)
Parameters
Type | Name | Description |
---|---|---|
PMMNParser.CounterContext | context | The parse tree. |
EnterTest(PMMNParser.TestContext)
Enter a parse tree produced by test().
Declaration
void EnterTest(PMMNParser.TestContext context)
Parameters
Type | Name | Description |
---|---|---|
PMMNParser.TestContext | context | The parse tree. |
ExitBlock(PMMNParser.BlockContext)
Exit a parse tree produced by block().
Declaration
void ExitBlock(PMMNParser.BlockContext context)
Parameters
Type | Name | Description |
---|---|---|
PMMNParser.BlockContext | context | The parse tree. |
ExitCommand(PMMNParser.CommandContext)
Exit a parse tree produced by command().
Declaration
void ExitCommand(PMMNParser.CommandContext context)
Parameters
Type | Name | Description |
---|---|---|
PMMNParser.CommandContext | context | The parse tree. |
ExitCommandlist(PMMNParser.CommandlistContext)
Exit a parse tree produced by commandlist().
Declaration
void ExitCommandlist(PMMNParser.CommandlistContext context)
Parameters
Type | Name | Description |
---|---|---|
PMMNParser.CommandlistContext | context | The parse tree. |
ExitCounter(PMMNParser.CounterContext)
Exit a parse tree produced by counter().
Declaration
void ExitCounter(PMMNParser.CounterContext context)
Parameters
Type | Name | Description |
---|---|---|
PMMNParser.CounterContext | context | The parse tree. |
ExitTest(PMMNParser.TestContext)
Exit a parse tree produced by test().
Declaration
void ExitTest(PMMNParser.TestContext context)
Parameters
Type | Name | Description |
---|---|---|
PMMNParser.TestContext | context | The parse tree. |