Table of Contents

Namespace NCalc.Antlr

Namespaces

NCalc.Antlr.Configuration

Classes

AntlrLogicalExpressionFactory

Antlr implementation of ILogicalExpressionFactory.

ErrorListenerLexer
ErrorListenerParser
NCalcBaseListener

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

NCalcLexer
NCalcParser
NCalcParser.AdditiveExpressionContext
NCalcParser.ArgumentsContext
NCalcParser.BitwiseAndExpressionContext
NCalcParser.BitwiseOrExpressionContext
NCalcParser.BitwiseXOrExpressionContext
NCalcParser.BooleanAndExpressionContext
NCalcParser.ConditionalExpressionContext
NCalcParser.EqualityExpressionContext
NCalcParser.ExponentialExpressionContext
NCalcParser.ExpressionListContext
NCalcParser.IdentifierContext
NCalcParser.LogicalExpressionContext
NCalcParser.MultiplicativeExpressionContext
NCalcParser.NcalcExpressionContext
NCalcParser.PrimaryExpressionContext
NCalcParser.RelationalExpressionContext
NCalcParser.ShiftExpressionContext
NCalcParser.UnaryExpressionContext
NCalcParser.ValueContext

Interfaces

INCalcListener

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