C# 클래스 Algebra.QL.Extensions.Print.Stmnt.RepeatStmnt

상속: IPrintStmnt
파일 보기 프로젝트 열기: software-engineering-amsterdam/poly-ql

공개 메소드들

메소드 설명
BuildDocument ( int indentation ) : System.Windows.Documents.Block
RepeatStmnt ( IPrintExpr expr, IPrintStmnt body ) : System.Windows

메소드 상세

BuildDocument() 공개 메소드

public BuildDocument ( int indentation ) : System.Windows.Documents.Block
indentation int
리턴 System.Windows.Documents.Block

RepeatStmnt() 공개 메소드

public RepeatStmnt ( IPrintExpr expr, IPrintStmnt body ) : System.Windows
expr IPrintExpr
body IPrintStmnt
리턴 System.Windows