C# Class AST.SwitchStmt

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

Méthodes publiques

Méthode Description
Create ( Expr expr, Stmt stmt ) : Stmt
GetStmt ( ABT env ) : ABT.Stmt>.Tuple
SwitchStmt ( Expr expr, Stmt stmt ) : System

Method Details

Create() public static méthode

public static Create ( Expr expr, Stmt stmt ) : Stmt
expr Expr
stmt Stmt
Résultat Stmt

GetStmt() public méthode

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

SwitchStmt() public méthode

public SwitchStmt ( Expr expr, Stmt stmt ) : System
expr Expr
stmt Stmt
Résultat System