C# Class AST.DoWhileStmt

Do-while Stmt do { body } while (cond); cond must be of scalar type
Inheritance: Stmt
Afficher le fichier Open project: phisiart/C-Compiler Class Usage Examples

Méthodes publiques

Méthode Description
Create ( Stmt body, Expr cond ) : Stmt
DoWhileStmt ( Stmt body, Expr cond ) : System
GetStmt ( ABT env ) : ABT.Stmt>.Tuple

Method Details

Create() public static méthode

public static Create ( Stmt body, Expr cond ) : Stmt
body Stmt
cond Expr
Résultat Stmt

DoWhileStmt() public méthode

public DoWhileStmt ( Stmt body, Expr cond ) : System
body Stmt
cond Expr
Résultat System

GetStmt() public méthode

public GetStmt ( ABT env ) : ABT.Stmt>.Tuple
env ABT
Résultat ABT.Stmt>.Tuple