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

파일 보기 프로젝트 열기: Catrobat/CatrobatForWindows

공개 메소드들

메소드 설명
Append ( StringBuilder sb ) : void
IsNumber ( ) : bool
Tokenize ( ) : IEnumerable

메소드 상세

Append() 공개 메소드

public Append ( StringBuilder sb ) : void
sb StringBuilder
리턴 void

IsNumber() 공개 메소드

public IsNumber ( ) : bool
리턴 bool

Tokenize() 공개 메소드

public Tokenize ( ) : IEnumerable
리턴 IEnumerable