Show / Hide Table of Contents

Interface IfolListener

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

Namespace: GCore.Antlr.Grammers.Fol
Assembly: Fol.dll
Syntax
public interface IfolListener : Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterBin_connective(folParser.Bin_connectiveContext)

Enter a parse tree produced by bin_connective().

Declaration
void EnterBin_connective(folParser.Bin_connectiveContext context)
Parameters
Type Name Description
folParser.Bin_connectiveContext context

The parse tree.

| Improve this Doc View Source

EnterCondition(folParser.ConditionContext)

Enter a parse tree produced by condition().

Declaration
void EnterCondition(folParser.ConditionContext context)
Parameters
Type Name Description
folParser.ConditionContext context

The parse tree.

| Improve this Doc View Source

EnterFormula(folParser.FormulaContext)

Enter a parse tree produced by formula().

Declaration
void EnterFormula(folParser.FormulaContext context)
Parameters
Type Name Description
folParser.FormulaContext context

The parse tree.

| Improve this Doc View Source

EnterFunc_constant(folParser.Func_constantContext)

Enter a parse tree produced by func_constant().

Declaration
void EnterFunc_constant(folParser.Func_constantContext context)
Parameters
Type Name Description
folParser.Func_constantContext context

The parse tree.

| Improve this Doc View Source

EnterInd_constant(folParser.Ind_constantContext)

Enter a parse tree produced by ind_constant().

Declaration
void EnterInd_constant(folParser.Ind_constantContext context)
Parameters
Type Name Description
folParser.Ind_constantContext context

The parse tree.

| Improve this Doc View Source

EnterPred_constant(folParser.Pred_constantContext)

Enter a parse tree produced by pred_constant().

Declaration
void EnterPred_constant(folParser.Pred_constantContext context)
Parameters
Type Name Description
folParser.Pred_constantContext context

The parse tree.

| Improve this Doc View Source

EnterSeparator(folParser.SeparatorContext)

Enter a parse tree produced by separator().

Declaration
void EnterSeparator(folParser.SeparatorContext context)
Parameters
Type Name Description
folParser.SeparatorContext context

The parse tree.

| Improve this Doc View Source

EnterTerm(folParser.TermContext)

Enter a parse tree produced by term().

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

The parse tree.

| Improve this Doc View Source

EnterVariable(folParser.VariableContext)

Enter a parse tree produced by variable().

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

The parse tree.

| Improve this Doc View Source

ExitBin_connective(folParser.Bin_connectiveContext)

Exit a parse tree produced by bin_connective().

Declaration
void ExitBin_connective(folParser.Bin_connectiveContext context)
Parameters
Type Name Description
folParser.Bin_connectiveContext context

The parse tree.

| Improve this Doc View Source

ExitCondition(folParser.ConditionContext)

Exit a parse tree produced by condition().

Declaration
void ExitCondition(folParser.ConditionContext context)
Parameters
Type Name Description
folParser.ConditionContext context

The parse tree.

| Improve this Doc View Source

ExitFormula(folParser.FormulaContext)

Exit a parse tree produced by formula().

Declaration
void ExitFormula(folParser.FormulaContext context)
Parameters
Type Name Description
folParser.FormulaContext context

The parse tree.

| Improve this Doc View Source

ExitFunc_constant(folParser.Func_constantContext)

Exit a parse tree produced by func_constant().

Declaration
void ExitFunc_constant(folParser.Func_constantContext context)
Parameters
Type Name Description
folParser.Func_constantContext context

The parse tree.

| Improve this Doc View Source

ExitInd_constant(folParser.Ind_constantContext)

Exit a parse tree produced by ind_constant().

Declaration
void ExitInd_constant(folParser.Ind_constantContext context)
Parameters
Type Name Description
folParser.Ind_constantContext context

The parse tree.

| Improve this Doc View Source

ExitPred_constant(folParser.Pred_constantContext)

Exit a parse tree produced by pred_constant().

Declaration
void ExitPred_constant(folParser.Pred_constantContext context)
Parameters
Type Name Description
folParser.Pred_constantContext context

The parse tree.

| Improve this Doc View Source

ExitSeparator(folParser.SeparatorContext)

Exit a parse tree produced by separator().

Declaration
void ExitSeparator(folParser.SeparatorContext context)
Parameters
Type Name Description
folParser.SeparatorContext context

The parse tree.

| Improve this Doc View Source

ExitTerm(folParser.TermContext)

Exit a parse tree produced by term().

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

The parse tree.

| Improve this Doc View Source

ExitVariable(folParser.VariableContext)

Exit a parse tree produced by variable().

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

The parse tree.

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