C# Class Algebra.QL.Extensions.Print.Stmnt.RepeatStmnt

Inheritance: IPrintStmnt
Exibir arquivo Open project: software-engineering-amsterdam/poly-ql

Public Methods

Method Description
BuildDocument ( int indentation ) : System.Windows.Documents.Block
RepeatStmnt ( IPrintExpr expr, IPrintStmnt body ) : System.Windows

Method Details

BuildDocument() public method

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

RepeatStmnt() public method

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