C# 클래스 Catrobat.IDE.Core.Models.Formulas.Tree.BinaryFormulaTree

파일 보기 프로젝트 열기: Catrobat/CatrobatForWindows 1 사용 예제들

보호된 메소드들

메소드 설명
IsNumberN2L ( ) : bool
IsNumberN2N ( ) : bool
IsNumberT2L ( ) : bool
IsNumberT2T ( ) : bool
TestEquals ( BinaryFormulaTree other ) : bool
TestEquals ( FormulaTree other ) : bool
ToXml ( XmlFormulaTree firstChild, XmlFormulaTree secondChild ) : XmlFormulaTree
ToXmlObject2 ( ) : XmlFormulaTree

비공개 메소드들

메소드 설명
CloneInstance ( ) : object
CloneInstance ( CloneSpriteContext context ) : object

메소드 상세

IsNumberN2L() 보호된 메소드

protected IsNumberN2L ( ) : bool
리턴 bool

IsNumberN2N() 보호된 메소드

protected IsNumberN2N ( ) : bool
리턴 bool

IsNumberT2L() 보호된 메소드

protected IsNumberT2L ( ) : bool
리턴 bool

IsNumberT2T() 보호된 메소드

protected IsNumberT2T ( ) : bool
리턴 bool

TestEquals() 보호된 메소드

protected TestEquals ( BinaryFormulaTree other ) : bool
other BinaryFormulaTree
리턴 bool

TestEquals() 보호된 메소드

protected TestEquals ( FormulaTree other ) : bool
other FormulaTree
리턴 bool

ToXml() 보호된 추상적인 메소드

protected abstract ToXml ( XmlFormulaTree firstChild, XmlFormulaTree secondChild ) : XmlFormulaTree
firstChild Catrobat.IDE.Core.Xml.XmlObjects.Formulas.XmlFormulaTree
secondChild Catrobat.IDE.Core.Xml.XmlObjects.Formulas.XmlFormulaTree
리턴 Catrobat.IDE.Core.Xml.XmlObjects.Formulas.XmlFormulaTree

ToXmlObject2() 보호된 메소드

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