C# Class AST.CompoundStmt

Inheritance: Stmt
Afficher le fichier Open project: phisiart/C-Compiler Class Usage Examples

Méthodes publiques

Méthode Description
CompoundStmt ( List declns, List stmts ) : System
Create ( ImmutableList declns, ImmutableList stmts ) : Stmt
GetStmt ( ABT env ) : ABT.Stmt>.Tuple

Method Details

CompoundStmt() public méthode

public CompoundStmt ( List declns, List stmts ) : System
declns List
stmts List
Résultat System

Create() public static méthode

public static Create ( ImmutableList declns, ImmutableList stmts ) : Stmt
declns ImmutableList
stmts ImmutableList
Résultat Stmt

GetStmt() public méthode

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