C# Class YAMP.CommaOperator

This is the class used for the operator that seperated various arguments in round brackets.
Inheritance: BinaryOperator
显示文件 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_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