C# Class AST.GotoStmt

Goto Statement
Inheritance: Stmt
ファイルを表示 Open project: phisiart/C-Compiler Class Usage Examples

Public Methods

Method Description
Create ( String label ) : Stmt
GetStmt ( ABT env ) : ABT.Stmt>.Tuple
GotoStmt ( String label ) : System

Method Details

Create() public static method

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

GetStmt() public method

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

GotoStmt() public method

public GotoStmt ( String label ) : System
label String
return System