Interface IsieveListener
This interface defines a complete listener for a parse tree produced by sieveParser.
Namespace: GCore.Antlr.Grammers.Sieve
Assembly: Sieve.dll
Syntax
public interface IsieveListener : Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterArgument(sieveParser.ArgumentContext)
Enter a parse tree produced by argument().
Declaration
void EnterArgument(sieveParser.ArgumentContext context)
Parameters
Type | Name | Description |
---|---|---|
sieveParser.ArgumentContext | context | The parse tree. |
EnterArguments(sieveParser.ArgumentsContext)
Enter a parse tree produced by arguments().
Declaration
void EnterArguments(sieveParser.ArgumentsContext context)
Parameters
Type | Name | Description |
---|---|---|
sieveParser.ArgumentsContext | context | The parse tree. |
EnterBlock(sieveParser.BlockContext)
Enter a parse tree produced by block().
Declaration
void EnterBlock(sieveParser.BlockContext context)
Parameters
Type | Name | Description |
---|---|---|
sieveParser.BlockContext | context | The parse tree. |
EnterCommand(sieveParser.CommandContext)
Enter a parse tree produced by command().
Declaration
void EnterCommand(sieveParser.CommandContext context)
Parameters
Type | Name | Description |
---|---|---|
sieveParser.CommandContext | context | The parse tree. |
EnterCommands(sieveParser.CommandsContext)
Enter a parse tree produced by commands().
Declaration
void EnterCommands(sieveParser.CommandsContext context)
Parameters
Type | Name | Description |
---|---|---|
sieveParser.CommandsContext | context | The parse tree. |
EnterComparator(sieveParser.ComparatorContext)
Enter a parse tree produced by comparator().
Declaration
void EnterComparator(sieveParser.ComparatorContext context)
Parameters
Type | Name | Description |
---|---|---|
sieveParser.ComparatorContext | context | The parse tree. |
EnterMultiline(sieveParser.MultilineContext)
Enter a parse tree produced by multiline().
Declaration
void EnterMultiline(sieveParser.MultilineContext context)
Parameters
Type | Name | Description |
---|---|---|
sieveParser.MultilineContext | context | The parse tree. |
EnterMultilinedotstart(sieveParser.MultilinedotstartContext)
Enter a parse tree produced by multilinedotstart().
Declaration
void EnterMultilinedotstart(sieveParser.MultilinedotstartContext context)
Parameters
Type | Name | Description |
---|---|---|
sieveParser.MultilinedotstartContext | context | The parse tree. |
EnterMultilineliteral(sieveParser.MultilineliteralContext)
Enter a parse tree produced by multilineliteral().
Declaration
void EnterMultilineliteral(sieveParser.MultilineliteralContext context)
Parameters
Type | Name | Description |
---|---|---|
sieveParser.MultilineliteralContext | context | The parse tree. |
EnterStart(sieveParser.StartContext)
Enter a parse tree produced by start().
Declaration
void EnterStart(sieveParser.StartContext context)
Parameters
Type | Name | Description |
---|---|---|
sieveParser.StartContext | context | The parse tree. |
EnterString(sieveParser.StringContext)
Enter a parse tree produced by
Declaration
void EnterString(sieveParser.StringContext context)
Parameters
Type | Name | Description |
---|---|---|
sieveParser.StringContext | context | The parse tree. |
EnterStringlist(sieveParser.StringlistContext)
Enter a parse tree produced by stringlist().
Declaration
void EnterStringlist(sieveParser.StringlistContext context)
Parameters
Type | Name | Description |
---|---|---|
sieveParser.StringlistContext | context | The parse tree. |
EnterTest(sieveParser.TestContext)
Enter a parse tree produced by test().
Declaration
void EnterTest(sieveParser.TestContext context)
Parameters
Type | Name | Description |
---|---|---|
sieveParser.TestContext | context | The parse tree. |
EnterTestlist(sieveParser.TestlistContext)
Enter a parse tree produced by testlist().
Declaration
void EnterTestlist(sieveParser.TestlistContext context)
Parameters
Type | Name | Description |
---|---|---|
sieveParser.TestlistContext | context | The parse tree. |
ExitArgument(sieveParser.ArgumentContext)
Exit a parse tree produced by argument().
Declaration
void ExitArgument(sieveParser.ArgumentContext context)
Parameters
Type | Name | Description |
---|---|---|
sieveParser.ArgumentContext | context | The parse tree. |
ExitArguments(sieveParser.ArgumentsContext)
Exit a parse tree produced by arguments().
Declaration
void ExitArguments(sieveParser.ArgumentsContext context)
Parameters
Type | Name | Description |
---|---|---|
sieveParser.ArgumentsContext | context | The parse tree. |
ExitBlock(sieveParser.BlockContext)
Exit a parse tree produced by block().
Declaration
void ExitBlock(sieveParser.BlockContext context)
Parameters
Type | Name | Description |
---|---|---|
sieveParser.BlockContext | context | The parse tree. |
ExitCommand(sieveParser.CommandContext)
Exit a parse tree produced by command().
Declaration
void ExitCommand(sieveParser.CommandContext context)
Parameters
Type | Name | Description |
---|---|---|
sieveParser.CommandContext | context | The parse tree. |
ExitCommands(sieveParser.CommandsContext)
Exit a parse tree produced by commands().
Declaration
void ExitCommands(sieveParser.CommandsContext context)
Parameters
Type | Name | Description |
---|---|---|
sieveParser.CommandsContext | context | The parse tree. |
ExitComparator(sieveParser.ComparatorContext)
Exit a parse tree produced by comparator().
Declaration
void ExitComparator(sieveParser.ComparatorContext context)
Parameters
Type | Name | Description |
---|---|---|
sieveParser.ComparatorContext | context | The parse tree. |
ExitMultiline(sieveParser.MultilineContext)
Exit a parse tree produced by multiline().
Declaration
void ExitMultiline(sieveParser.MultilineContext context)
Parameters
Type | Name | Description |
---|---|---|
sieveParser.MultilineContext | context | The parse tree. |
ExitMultilinedotstart(sieveParser.MultilinedotstartContext)
Exit a parse tree produced by multilinedotstart().
Declaration
void ExitMultilinedotstart(sieveParser.MultilinedotstartContext context)
Parameters
Type | Name | Description |
---|---|---|
sieveParser.MultilinedotstartContext | context | The parse tree. |
ExitMultilineliteral(sieveParser.MultilineliteralContext)
Exit a parse tree produced by multilineliteral().
Declaration
void ExitMultilineliteral(sieveParser.MultilineliteralContext context)
Parameters
Type | Name | Description |
---|---|---|
sieveParser.MultilineliteralContext | context | The parse tree. |
ExitStart(sieveParser.StartContext)
Exit a parse tree produced by start().
Declaration
void ExitStart(sieveParser.StartContext context)
Parameters
Type | Name | Description |
---|---|---|
sieveParser.StartContext | context | The parse tree. |
ExitString(sieveParser.StringContext)
Exit a parse tree produced by
Declaration
void ExitString(sieveParser.StringContext context)
Parameters
Type | Name | Description |
---|---|---|
sieveParser.StringContext | context | The parse tree. |
ExitStringlist(sieveParser.StringlistContext)
Exit a parse tree produced by stringlist().
Declaration
void ExitStringlist(sieveParser.StringlistContext context)
Parameters
Type | Name | Description |
---|---|---|
sieveParser.StringlistContext | context | The parse tree. |
ExitTest(sieveParser.TestContext)
Exit a parse tree produced by test().
Declaration
void ExitTest(sieveParser.TestContext context)
Parameters
Type | Name | Description |
---|---|---|
sieveParser.TestContext | context | The parse tree. |
ExitTestlist(sieveParser.TestlistContext)
Exit a parse tree produced by testlist().
Declaration
void ExitTestlist(sieveParser.TestlistContext context)
Parameters
Type | Name | Description |
---|---|---|
sieveParser.TestlistContext | context | The parse tree. |