Show / Hide Table of Contents

Namespace GCore.Antlr.Grammers.Calculator

Classes

calculatorBaseListener

This class provides an empty implementation of IcalculatorListener, which can be extended to create a listener which only needs to handle a subset of the available methods.

calculatorBaseVisitor<Result>

This class provides an empty implementation of IcalculatorVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.

calculatorLexer

calculatorParser

calculatorParser.AtomContext

calculatorParser.ConstantContext

calculatorParser.EquationContext

calculatorParser.ExpressionContext

calculatorParser.Func_Context

calculatorParser.FuncnameContext

calculatorParser.MultiplyingExpressionContext

calculatorParser.PowExpressionContext

calculatorParser.RelopContext

calculatorParser.ScientificContext

calculatorParser.SignedAtomContext

calculatorParser.VariableContext

Interfaces

IcalculatorListener

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

IcalculatorVisitor<Result>

This interface defines a complete generic visitor for a parse tree produced by calculatorParser.

In This Article
Back to top Generated by DocFX