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

Exibir arquivo Open project: Catrobat/CatrobatForWindows Class Usage Examples

Protected Methods

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

Private Methods

Method Description
CloneInstance ( ) : object
CloneInstance ( CloneSpriteContext context ) : object

Method Details

IsNumberL1L() protected method

protected IsNumberL1L ( ) : bool
return bool

IsNumberN1N() protected method

protected IsNumberN1N ( ) : bool
return bool

IsNumberT1T() protected method

protected IsNumberT1T ( ) : bool
return bool

TestEquals() protected method

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

TestEquals() protected method

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

ToXml() protected abstract method

protected abstract ToXml ( XmlFormulaTree child ) : XmlFormulaTree
child Catrobat.IDE.Core.Xml.XmlObjects.Formulas.XmlFormulaTree
return Catrobat.IDE.Core.Xml.XmlObjects.Formulas.XmlFormulaTree

ToXmlObject2() protected method

protected ToXmlObject2 ( ) : XmlFormulaTree
return Catrobat.IDE.Core.Xml.XmlObjects.Formulas.XmlFormulaTree