C# Class AST.LabeledStmt

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

Public Methods

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

Private Methods

Method Description
LabeledStmt ( String label, Stmt stmt ) : System

Method Details

Create() public static method

public static Create ( String label, Stmt stmt ) : Stmt
label String
stmt Stmt
return Stmt

GetStmt() public method

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