C# Class YAMP.OrOperator

The basic or || operator.
Inheritance: LogicOperator
Show file Open project: FlorianRappl/YAMP

Public Properties

Property Type Description
Mapping BinaryOperatorMappingList
OpLevel int
Symbol String

Public Methods

Method Description
Compare ( ScalarValue left, ScalarValue right ) : ScalarValue
Create ( ) : Operator
OrOperator ( ) : System

Method Details

Compare() public method

public Compare ( ScalarValue left, ScalarValue right ) : ScalarValue
left ScalarValue
right ScalarValue
return ScalarValue

Create() public method

public Create ( ) : Operator
return Operator

OrOperator() public method

public OrOperator ( ) : System
return System

Property Details

Mapping public static property

public static BinaryOperatorMappingList,YAMP Mapping
return BinaryOperatorMappingList

OpLevel public static property

public static int OpLevel
return int

Symbol public static property

public static String Symbol
return String