C# Class AST.ForStmt

for (init; cond; loop) { body } cond must be scalar
Inheritance: Stmt
Afficher le fichier Open project: phisiart/C-Compiler Class Usage Examples

Méthodes publiques

Méthode Description
Create ( Option init, Option cond, Option loop, Stmt body ) : Stmt
ForStmt ( Option init, Option cond, Option loop, Stmt body ) : System
GetStmt ( ABT env ) : ABT.Stmt>.Tuple

Method Details

Create() public static méthode

public static Create ( Option init, Option cond, Option loop, Stmt body ) : Stmt
init Option
cond Option
loop Option
body Stmt
Résultat Stmt

ForStmt() public méthode

public ForStmt ( Option init, Option cond, Option loop, Stmt body ) : System
init Option
cond Option
loop Option
body Stmt
Résultat System

GetStmt() public méthode

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