Show / Hide Table of Contents

Interface Icallable_Listener

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

Namespace: GCore.Antlr.Grammers.Callable
Assembly: Callable.dll
Syntax
public interface Icallable_Listener : Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterF_arg(callable_Parser.F_argContext)

Enter a parse tree produced by f_arg().

Declaration
void EnterF_arg(callable_Parser.F_argContext context)
Parameters
Type Name Description
callable_Parser.F_argContext context

The parse tree.

| Improve this Doc View Source

EnterF_inner(callable_Parser.F_innerContext)

Enter a parse tree produced by f_inner().

Declaration
void EnterF_inner(callable_Parser.F_innerContext context)
Parameters
Type Name Description
callable_Parser.F_innerContext context

The parse tree.

| Improve this Doc View Source

EnterLine(callable_Parser.LineContext)

Enter a parse tree produced by line().

Declaration
void EnterLine(callable_Parser.LineContext context)
Parameters
Type Name Description
callable_Parser.LineContext context

The parse tree.

| Improve this Doc View Source

EnterProgram(callable_Parser.ProgramContext)

Enter a parse tree produced by program().

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

The parse tree.

| Improve this Doc View Source

ExitF_arg(callable_Parser.F_argContext)

Exit a parse tree produced by f_arg().

Declaration
void ExitF_arg(callable_Parser.F_argContext context)
Parameters
Type Name Description
callable_Parser.F_argContext context

The parse tree.

| Improve this Doc View Source

ExitF_inner(callable_Parser.F_innerContext)

Exit a parse tree produced by f_inner().

Declaration
void ExitF_inner(callable_Parser.F_innerContext context)
Parameters
Type Name Description
callable_Parser.F_innerContext context

The parse tree.

| Improve this Doc View Source

ExitLine(callable_Parser.LineContext)

Exit a parse tree produced by line().

Declaration
void ExitLine(callable_Parser.LineContext context)
Parameters
Type Name Description
callable_Parser.LineContext context

The parse tree.

| Improve this Doc View Source

ExitProgram(callable_Parser.ProgramContext)

Exit a parse tree produced by program().

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

The parse tree.

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