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

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

Méthodes protégées

Méthode Description
IsNumberL1L ( ) : bool
IsNumberN1N ( ) : bool
IsNumberT1T ( ) : bool
TestEquals ( FormulaTree other ) : bool
TestEquals ( UnaryFormulaTree other ) : bool
ToXml ( XmlFormulaTree child ) : XmlFormulaTree
ToXmlObject2 ( ) : XmlFormulaTree

Private Methods

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

Method Details

IsNumberL1L() protected méthode

protected IsNumberL1L ( ) : bool
Résultat bool

IsNumberN1N() protected méthode

protected IsNumberN1N ( ) : bool
Résultat bool

IsNumberT1T() protected méthode

protected IsNumberT1T ( ) : bool
Résultat bool

TestEquals() protected méthode

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

TestEquals() protected méthode

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

ToXml() protected abstract méthode

protected abstract ToXml ( XmlFormulaTree child ) : XmlFormulaTree
child 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