Show / Hide Table of Contents

Interface IarithmeticListener

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

Namespace: GCore.Antlr.Grammers.Arithmetic
Assembly: Arithmetic.dll
Syntax
public interface IarithmeticListener : Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterAtom(arithmeticParser.AtomContext)

Enter a parse tree produced by atom().

Declaration
void EnterAtom(arithmeticParser.AtomContext context)
Parameters
Type Name Description
arithmeticParser.AtomContext context

The parse tree.

| Improve this Doc View Source

EnterEquation(arithmeticParser.EquationContext)

Enter a parse tree produced by equation().

Declaration
void EnterEquation(arithmeticParser.EquationContext context)
Parameters
Type Name Description
arithmeticParser.EquationContext context

The parse tree.

| Improve this Doc View Source

EnterExpression(arithmeticParser.ExpressionContext)

Enter a parse tree produced by expression().

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

The parse tree.

| Improve this Doc View Source

EnterFile_(arithmeticParser.File_Context)

Enter a parse tree produced by file_().

Declaration
void EnterFile_(arithmeticParser.File_Context context)
Parameters
Type Name Description
arithmeticParser.File_Context context

The parse tree.

| Improve this Doc View Source

EnterRelop(arithmeticParser.RelopContext)

Enter a parse tree produced by relop().

Declaration
void EnterRelop(arithmeticParser.RelopContext context)
Parameters
Type Name Description
arithmeticParser.RelopContext context

The parse tree.

| Improve this Doc View Source

EnterScientific(arithmeticParser.ScientificContext)

Enter a parse tree produced by scientific().

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

The parse tree.

| Improve this Doc View Source

EnterVariable(arithmeticParser.VariableContext)

Enter a parse tree produced by variable().

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

The parse tree.

| Improve this Doc View Source

ExitAtom(arithmeticParser.AtomContext)

Exit a parse tree produced by atom().

Declaration
void ExitAtom(arithmeticParser.AtomContext context)
Parameters
Type Name Description
arithmeticParser.AtomContext context

The parse tree.

| Improve this Doc View Source

ExitEquation(arithmeticParser.EquationContext)

Exit a parse tree produced by equation().

Declaration
void ExitEquation(arithmeticParser.EquationContext context)
Parameters
Type Name Description
arithmeticParser.EquationContext context

The parse tree.

| Improve this Doc View Source

ExitExpression(arithmeticParser.ExpressionContext)

Exit a parse tree produced by expression().

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

The parse tree.

| Improve this Doc View Source

ExitFile_(arithmeticParser.File_Context)

Exit a parse tree produced by file_().

Declaration
void ExitFile_(arithmeticParser.File_Context context)
Parameters
Type Name Description
arithmeticParser.File_Context context

The parse tree.

| Improve this Doc View Source

ExitRelop(arithmeticParser.RelopContext)

Exit a parse tree produced by relop().

Declaration
void ExitRelop(arithmeticParser.RelopContext context)
Parameters
Type Name Description
arithmeticParser.RelopContext context

The parse tree.

| Improve this Doc View Source

ExitScientific(arithmeticParser.ScientificContext)

Exit a parse tree produced by scientific().

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

The parse tree.

| Improve this Doc View Source

ExitVariable(arithmeticParser.VariableContext)

Exit a parse tree produced by variable().

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

The parse tree.

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