C# Class AST.GotoStmt

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

Méthodes publiques

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

Method Details

Create() public static méthode

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

GetStmt() public méthode

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

GotoStmt() public méthode

public GotoStmt ( String label ) : System
label String
Résultat System