C# Class YAMP.RowOperator

This class represents the matrix row seperator operator ;.
Inheritance: BinaryOperator
Afficher le fichier Open project: FlorianRappl/YAMP

Méthodes publiques

Свойство Type Description
Mapping BinaryOperatorMappingList
OpLevel int
Symbol String

Méthodes publiques

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

Method Details

Create() public méthode

public Create ( ) : Operator
Résultat Operator

Perform() public méthode

public Perform ( Value left, Value right ) : Value
left Value
right Value
Résultat Value

RegisterElement() public méthode

public RegisterElement ( IElementMapping elementMapping ) : void
elementMapping IElementMapping
Résultat void

RowOperator() public méthode

public RowOperator ( ) : System
Résultat System

RowOperator() public méthode

public RowOperator ( ParseEngine engine ) : System
engine ParseEngine
Résultat System

Property Details

Mapping public_oe static_oe property

public static BinaryOperatorMappingList,YAMP Mapping
Résultat BinaryOperatorMappingList

OpLevel public_oe static_oe property

public static int OpLevel
Résultat int

Symbol public_oe static_oe property

public static String Symbol
Résultat String