Show / Hide Table of Contents

Class callable_BaseListener

This class provides an empty implementation of Icallable_Listener, which can be extended to create a listener which only needs to handle a subset of the available methods.

Inheritance
System.Object
callable_BaseListener
Implements
Icallable_Listener
Antlr4.Runtime.Tree.IParseTreeListener
Namespace: GCore.Antlr.Grammers.Callable
Assembly: Callable.dll
Syntax
public class callable_BaseListener : object, Icallable_Listener, Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterEveryRule(Antlr4.Runtime.ParserRuleContext)

Declaration
public virtual void EnterEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type Name Description
Antlr4.Runtime.ParserRuleContext context
Remarks

The default implementation does nothing.

| Improve this Doc View Source

EnterF_arg(callable_Parser.F_argContext)

Enter a parse tree produced by f_arg().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

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

The parse tree.

| Improve this Doc View Source

ExitEveryRule(Antlr4.Runtime.ParserRuleContext)

Declaration
public virtual void ExitEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type Name Description
Antlr4.Runtime.ParserRuleContext context
Remarks

The default implementation does nothing.

| Improve this Doc View Source

ExitF_arg(callable_Parser.F_argContext)

Exit a parse tree produced by f_arg().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

Declaration
public virtual 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().

The default implementation does nothing.

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

The parse tree.

| Improve this Doc View Source

VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode)

Declaration
public virtual void VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode node)
Parameters
Type Name Description
Antlr4.Runtime.Tree.IErrorNode node
Remarks

The default implementation does nothing.

| Improve this Doc View Source

VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode)

Declaration
public virtual void VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode node)
Parameters
Type Name Description
Antlr4.Runtime.Tree.ITerminalNode node
Remarks

The default implementation does nothing.

Implements

Icallable_Listener
Antlr4.Runtime.Tree.IParseTreeListener
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX