C# Class YAMP.RowOperator

This class represents the matrix row seperator operator ;.
Inheritance: BinaryOperator
显示文件 Open project: FlorianRappl/YAMP

Public Properties

Property Type Description
Mapping BinaryOperatorMappingList
OpLevel int
Symbol String

Public Methods

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

Method Details

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

RowOperator() public method

public RowOperator ( ) : System
return System

RowOperator() public method

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

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