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

Afficher le fichier Open project: Catrobat/CatrobatForWindows Class Usage Examples

Méthodes protégées

Méthode Description
IsNumberN2L ( ) : bool
IsNumberN2N ( ) : bool
IsNumberT2L ( ) : bool
IsNumberT2T ( ) : bool
TestEquals ( BinaryFormulaTree other ) : bool
TestEquals ( FormulaTree other ) : bool
ToXml ( XmlFormulaTree firstChild, XmlFormulaTree secondChild ) : XmlFormulaTree
ToXmlObject2 ( ) : XmlFormulaTree

Private Methods

Méthode Description
CloneInstance ( ) : object
CloneInstance ( CloneSpriteContext context ) : object

Method Details

IsNumberN2L() protected méthode

protected IsNumberN2L ( ) : bool
Résultat bool

IsNumberN2N() protected méthode

protected IsNumberN2N ( ) : bool
Résultat bool

IsNumberT2L() protected méthode

protected IsNumberT2L ( ) : bool
Résultat bool

IsNumberT2T() protected méthode

protected IsNumberT2T ( ) : bool
Résultat bool

TestEquals() protected méthode

protected TestEquals ( BinaryFormulaTree other ) : bool
other BinaryFormulaTree
Résultat bool

TestEquals() protected méthode

protected TestEquals ( FormulaTree other ) : bool
other FormulaTree
Résultat bool

ToXml() protected abstract méthode

protected abstract ToXml ( XmlFormulaTree firstChild, XmlFormulaTree secondChild ) : XmlFormulaTree
firstChild Catrobat.IDE.Core.Xml.XmlObjects.Formulas.XmlFormulaTree
secondChild Catrobat.IDE.Core.Xml.XmlObjects.Formulas.XmlFormulaTree
Résultat Catrobat.IDE.Core.Xml.XmlObjects.Formulas.XmlFormulaTree

ToXmlObject2() protected méthode

protected ToXmlObject2 ( ) : XmlFormulaTree
Résultat Catrobat.IDE.Core.Xml.XmlObjects.Formulas.XmlFormulaTree