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

ファイルを表示 Open project: Catrobat/CatrobatForWindows Class Usage Examples

Protected Methods

Method 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

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

Method Details

IsNumberN2L() protected method

protected IsNumberN2L ( ) : bool
return bool

IsNumberN2N() protected method

protected IsNumberN2N ( ) : bool
return bool

IsNumberT2L() protected method

protected IsNumberT2L ( ) : bool
return bool

IsNumberT2T() protected method

protected IsNumberT2T ( ) : bool
return bool

TestEquals() protected method

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

TestEquals() protected method

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

ToXml() protected abstract method

protected abstract ToXml ( XmlFormulaTree firstChild, XmlFormulaTree secondChild ) : XmlFormulaTree
firstChild Catrobat.IDE.Core.Xml.XmlObjects.Formulas.XmlFormulaTree
secondChild 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