Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
AST
GotoStmt
C# Class AST.GotoStmt
Goto Statement
Inheritance:
Stmt
Mostra file
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