Show / Hide Table of Contents

Interface IttmListener

This interface defines a complete listener for a parse tree produced by ttmParser.

Namespace: GCore.Antlr.Grammers.Ttm
Assembly: Ttm.dll
Syntax
public interface IttmListener : Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterActive(ttmParser.ActiveContext)

Enter a parse tree produced by active().

Declaration
void EnterActive(ttmParser.ActiveContext context)
Parameters
Type Name Description
ttmParser.ActiveContext context

The parse tree.

| Improve this Doc View Source

EnterArg(ttmParser.ArgContext)

Enter a parse tree produced by arg().

Declaration
void EnterArg(ttmParser.ArgContext context)
Parameters
Type Name Description
ttmParser.ArgContext context

The parse tree.

| Improve this Doc View Source

EnterArglist(ttmParser.ArglistContext)

Enter a parse tree produced by arglist().

Declaration
void EnterArglist(ttmParser.ArglistContext context)
Parameters
Type Name Description
ttmParser.ArglistContext context

The parse tree.

| Improve this Doc View Source

EnterFunction_(ttmParser.Function_Context)

Enter a parse tree produced by function_().

Declaration
void EnterFunction_(ttmParser.Function_Context context)
Parameters
Type Name Description
ttmParser.Function_Context context

The parse tree.

| Improve this Doc View Source

EnterFunctionname(ttmParser.FunctionnameContext)

Enter a parse tree produced by functionname().

Declaration
void EnterFunctionname(ttmParser.FunctionnameContext context)
Parameters
Type Name Description
ttmParser.FunctionnameContext context

The parse tree.

| Improve this Doc View Source

EnterNeutral(ttmParser.NeutralContext)

Enter a parse tree produced by neutral().

Declaration
void EnterNeutral(ttmParser.NeutralContext context)
Parameters
Type Name Description
ttmParser.NeutralContext context

The parse tree.

| Improve this Doc View Source

EnterProgram(ttmParser.ProgramContext)

Enter a parse tree produced by program().

Declaration
void EnterProgram(ttmParser.ProgramContext context)
Parameters
Type Name Description
ttmParser.ProgramContext context

The parse tree.

| Improve this Doc View Source

EnterString(ttmParser.StringContext)

Enter a parse tree produced by .

Declaration
void EnterString(ttmParser.StringContext context)
Parameters
Type Name Description
ttmParser.StringContext context

The parse tree.

| Improve this Doc View Source

ExitActive(ttmParser.ActiveContext)

Exit a parse tree produced by active().

Declaration
void ExitActive(ttmParser.ActiveContext context)
Parameters
Type Name Description
ttmParser.ActiveContext context

The parse tree.

| Improve this Doc View Source

ExitArg(ttmParser.ArgContext)

Exit a parse tree produced by arg().

Declaration
void ExitArg(ttmParser.ArgContext context)
Parameters
Type Name Description
ttmParser.ArgContext context

The parse tree.

| Improve this Doc View Source

ExitArglist(ttmParser.ArglistContext)

Exit a parse tree produced by arglist().

Declaration
void ExitArglist(ttmParser.ArglistContext context)
Parameters
Type Name Description
ttmParser.ArglistContext context

The parse tree.

| Improve this Doc View Source

ExitFunction_(ttmParser.Function_Context)

Exit a parse tree produced by function_().

Declaration
void ExitFunction_(ttmParser.Function_Context context)
Parameters
Type Name Description
ttmParser.Function_Context context

The parse tree.

| Improve this Doc View Source

ExitFunctionname(ttmParser.FunctionnameContext)

Exit a parse tree produced by functionname().

Declaration
void ExitFunctionname(ttmParser.FunctionnameContext context)
Parameters
Type Name Description
ttmParser.FunctionnameContext context

The parse tree.

| Improve this Doc View Source

ExitNeutral(ttmParser.NeutralContext)

Exit a parse tree produced by neutral().

Declaration
void ExitNeutral(ttmParser.NeutralContext context)
Parameters
Type Name Description
ttmParser.NeutralContext context

The parse tree.

| Improve this Doc View Source

ExitProgram(ttmParser.ProgramContext)

Exit a parse tree produced by program().

Declaration
void ExitProgram(ttmParser.ProgramContext context)
Parameters
Type Name Description
ttmParser.ProgramContext context

The parse tree.

| Improve this Doc View Source

ExitString(ttmParser.StringContext)

Exit a parse tree produced by .

Declaration
void ExitString(ttmParser.StringContext context)
Parameters
Type Name Description
ttmParser.StringContext context

The parse tree.

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