UnaryExpression Class

Namespace: Stimulsoft.Data.Expressions.NCalc.Domain

Inheritance

Inherits from: LogicalExpression

Constructors

Constructor Description
UnaryExpression(UnaryExpressionType type, LogicalExpression expression)  

UnaryExpression(type: UnaryExpressionType, expression: LogicalExpression)

Parameters

Properties

Property Type Description
Expression LogicalExpression  
Type UnaryExpressionType  

Methods

Method Returns Description
Accept void  

Method Details

Accept

Accept(visitor: LogicalExpressionVisitor): void

Parameters