Namespace GCore.Antlr.Grammers.Fol
Classes
folBaseListener
This class provides an empty implementation of IfolListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
folBaseVisitor<Result>
This class provides an empty implementation of IfolVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.
folLexer
folParser
folParser.Bin_connectiveContext
folParser.ConditionContext
folParser.FormulaContext
folParser.Func_constantContext
folParser.Ind_constantContext
folParser.Pred_constantContext
folParser.SeparatorContext
folParser.TermContext
folParser.VariableContext
Interfaces
IfolListener
This interface defines a complete listener for a parse tree produced by folParser.
IfolVisitor<Result>
This interface defines a complete generic visitor for a parse tree produced by folParser.