C# Class YAMP.FatArrowOperator

The fat arrow used for lambda expressions.
Inheritance: BinaryOperator
ファイルを表示 Open project: FlorianRappl/YAMP

Public Properties

Property Type Description
OpLevel int
Symbol String

Public Methods

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

Method Details

Create() public method

public Create ( ) : Operator
return Operator

FatArrowOperator() public method

public FatArrowOperator ( ) : System
return System

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

Property Details

OpLevel public_oe static_oe property

public static int OpLevel
return int

Symbol public_oe static_oe property

public static String Symbol
return String