C# Class AST.CompoundStmt

Inheritance: Stmt
Show file Open project: phisiart/C-Compiler Class Usage Examples

Public Methods

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

Method Details

CompoundStmt() public method

public CompoundStmt ( List declns, List stmts ) : System
declns List
stmts List
return System

Create() public static method

public static Create ( ImmutableList declns, ImmutableList stmts ) : Stmt
declns ImmutableList
stmts ImmutableList
return Stmt

GetStmt() public method

public GetStmt ( ABT env ) : ABT.Stmt>.Tuple
env ABT
return ABT.Stmt>.Tuple