Show / Hide Table of Contents

Interface IrpnListener

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

Namespace: GCore.Antlr.Grammers.Rpn
Assembly: Rpn.dll
Syntax
public interface IrpnListener : Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterExpression(rpnParser.ExpressionContext)

Enter a parse tree produced by expression().

Declaration
void EnterExpression(rpnParser.ExpressionContext context)
Parameters
Type Name Description
rpnParser.ExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterOper(rpnParser.OperContext)

Enter a parse tree produced by oper().

Declaration
void EnterOper(rpnParser.OperContext context)
Parameters
Type Name Description
rpnParser.OperContext context

The parse tree.

| Improve this Doc View Source

EnterScientific(rpnParser.ScientificContext)

Enter a parse tree produced by scientific().

Declaration
void EnterScientific(rpnParser.ScientificContext context)
Parameters
Type Name Description
rpnParser.ScientificContext context

The parse tree.

| Improve this Doc View Source

EnterSignedAtom(rpnParser.SignedAtomContext)

Enter a parse tree produced by signedAtom().

Declaration
void EnterSignedAtom(rpnParser.SignedAtomContext context)
Parameters
Type Name Description
rpnParser.SignedAtomContext context

The parse tree.

| Improve this Doc View Source

EnterTerm(rpnParser.TermContext)

Enter a parse tree produced by term().

Declaration
void EnterTerm(rpnParser.TermContext context)
Parameters
Type Name Description
rpnParser.TermContext context

The parse tree.

| Improve this Doc View Source

EnterVariable(rpnParser.VariableContext)

Enter a parse tree produced by variable().

Declaration
void EnterVariable(rpnParser.VariableContext context)
Parameters
Type Name Description
rpnParser.VariableContext context

The parse tree.

| Improve this Doc View Source

ExitExpression(rpnParser.ExpressionContext)

Exit a parse tree produced by expression().

Declaration
void ExitExpression(rpnParser.ExpressionContext context)
Parameters
Type Name Description
rpnParser.ExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitOper(rpnParser.OperContext)

Exit a parse tree produced by oper().

Declaration
void ExitOper(rpnParser.OperContext context)
Parameters
Type Name Description
rpnParser.OperContext context

The parse tree.

| Improve this Doc View Source

ExitScientific(rpnParser.ScientificContext)

Exit a parse tree produced by scientific().

Declaration
void ExitScientific(rpnParser.ScientificContext context)
Parameters
Type Name Description
rpnParser.ScientificContext context

The parse tree.

| Improve this Doc View Source

ExitSignedAtom(rpnParser.SignedAtomContext)

Exit a parse tree produced by signedAtom().

Declaration
void ExitSignedAtom(rpnParser.SignedAtomContext context)
Parameters
Type Name Description
rpnParser.SignedAtomContext context

The parse tree.

| Improve this Doc View Source

ExitTerm(rpnParser.TermContext)

Exit a parse tree produced by term().

Declaration
void ExitTerm(rpnParser.TermContext context)
Parameters
Type Name Description
rpnParser.TermContext context

The parse tree.

| Improve this Doc View Source

ExitVariable(rpnParser.VariableContext)

Exit a parse tree produced by variable().

Declaration
void ExitVariable(rpnParser.VariableContext context)
Parameters
Type Name Description
rpnParser.VariableContext context

The parse tree.

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