C# Class YAMP.RangeOperator

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

Méthodes publiques

Свойство Type Description
Mapping BinaryOperatorMappingList
OpLevel int
Symbol String

Méthodes publiques

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

Method Details

Create() public méthode

public Create ( ) : Operator
Résultat Operator

Handle() public méthode

public Handle ( Expression left, Expression right, Value>.IDictionary symbols ) : Value
left Expression
right Expression
symbols Value>.IDictionary
Résultat Value

Perform() public méthode

public Perform ( Value left, Value right ) : Value
left Value
right Value
Résultat Value

RangeOperator() public méthode

public RangeOperator ( ) : System
Résultat System

Property Details

Mapping public_oe static_oe property

public static BinaryOperatorMappingList,YAMP Mapping
Résultat BinaryOperatorMappingList

OpLevel public_oe static_oe property

public static int OpLevel
Résultat int

Symbol public_oe static_oe property

public static String Symbol
Résultat String