C# Class AST.LabeledStmt

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

Méthodes publiques

Méthode Description
Create ( String label, Stmt stmt ) : Stmt
GetStmt ( ABT env ) : ABT.Stmt>.Tuple

Private Methods

Méthode Description
LabeledStmt ( String label, Stmt stmt ) : System

Method Details

Create() public static méthode

public static Create ( String label, Stmt stmt ) : Stmt
label String
stmt Stmt
Résultat Stmt

GetStmt() public méthode

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