C# Class YAMP.RangeOperator

This is the class for the range operator : - this one is also available as a stand-alone expression.
Inheritance: BinaryOperator
Exibir arquivo Open project: FlorianRappl/YAMP

Public Properties

Property Type Description
Mapping BinaryOperatorMappingList
OpLevel int
Symbol String

Public Methods

Method Description
Create ( ) : Operator
Handle ( Expression left, Expression right, Value>.IDictionary symbols ) : Value
Perform ( Value left, Value right ) : Value
RangeOperator ( ) : System

Method Details

Create() public method

public Create ( ) : Operator
return Operator

Handle() public method

public Handle ( Expression left, Expression right, Value>.IDictionary symbols ) : Value
left Expression
right Expression
symbols Value>.IDictionary
return Value

Perform() public method

public Perform ( Value left, Value right ) : Value
left Value
right Value
return Value

RangeOperator() public method

public RangeOperator ( ) : System
return System

Property Details

Mapping public_oe static_oe property

public static BinaryOperatorMappingList,YAMP Mapping
return BinaryOperatorMappingList

OpLevel public_oe static_oe property

public static int OpLevel
return int

Symbol public_oe static_oe property

public static String Symbol
return String