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 SourceEnterAtom(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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |