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

Inheritance: IPrintStmnt
Afficher le fichier Open project: software-engineering-amsterdam/poly-ql

Méthodes publiques

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

Method Details

BuildDocument() public méthode

public BuildDocument ( int indentation ) : System.Windows.Documents.Block
indentation int
Résultat System.Windows.Documents.Block

RepeatStmnt() public méthode

public RepeatStmnt ( IPrintExpr expr, IPrintStmnt body ) : System.Windows
expr IPrintExpr
body IPrintStmnt
Résultat System.Windows