Namespace GCore.Antlr.Grammers.Arithmetic
Classes
arithmeticBaseListener
This class provides an empty implementation of IarithmeticListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
arithmeticBaseVisitor<Result>
This class provides an empty implementation of IarithmeticVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.
arithmeticLexer
arithmeticParser
arithmeticParser.AtomContext
arithmeticParser.EquationContext
arithmeticParser.ExpressionContext
arithmeticParser.File_Context
arithmeticParser.RelopContext
arithmeticParser.ScientificContext
arithmeticParser.VariableContext
Interfaces
IarithmeticListener
This interface defines a complete listener for a parse tree produced by arithmeticParser.
IarithmeticVisitor<Result>
This interface defines a complete generic visitor for a parse tree produced by arithmeticParser.