C# Class Catrobat.IDE.Core.Models.Formulas.Tree.FormulaNodeVariable

Datei anzeigen Open project: Catrobat/CatrobatForWindows Class Usage Examples

Public Methods

Method Description
EvaluateNumber ( ) : double
IsNumber ( ) : bool
Serialize ( ) : string

Protected Methods

Method Description
TestEquals ( ConstantFormulaTree other ) : bool
TestEquals ( FormulaNodeVariable other ) : bool

Private Methods

Method Description
CloneInstance ( CloneSpriteContext context ) : object

Method Details

EvaluateNumber() public method

public EvaluateNumber ( ) : double
return double

IsNumber() public method

public IsNumber ( ) : bool
return bool

Serialize() public method

public Serialize ( ) : string
return string

TestEquals() protected method

protected TestEquals ( ConstantFormulaTree other ) : bool
other ConstantFormulaTree
return bool

TestEquals() protected method

protected TestEquals ( FormulaNodeVariable other ) : bool
other FormulaNodeVariable
return bool