C# Class YAMP.CommaOperator

This is the class used for the operator that seperated various arguments in round brackets.
Inheritance: BinaryOperator
Show file Open project: FlorianRappl/YAMP Class Usage Examples

Public Properties

Property Type Description
Mapping BinaryOperatorMappingList
OpLevel int
Symbol String

Public Methods

Method Description
CommaOperator ( ) : System
CommaOperator ( ParseEngine engine ) : System
Create ( ) : Operator
Perform ( Value left, Value right ) : Value
RegisterElement ( IElementMapping elementMapping ) : void

Method Details

CommaOperator() public method

public CommaOperator ( ) : System
return System

CommaOperator() public method

public CommaOperator ( ParseEngine engine ) : System
engine ParseEngine
return System

Create() public method

public Create ( ) : Operator
return Operator

Perform() public method

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

RegisterElement() public method

public RegisterElement ( IElementMapping elementMapping ) : void
elementMapping IElementMapping
return void

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