Show / Hide Table of Contents

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 Source

EnterArgument(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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

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