Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
AST
ReturnStmt
C# Class AST.ReturnStmt
Inheritance:
Stmt
显示文件
Open project: phisiart/C-Compiler
Class Usage Examples
Public Properties
Property
Type
Description
Expr
Option
Public Methods
Method
Description
Create
(
Option
expr
) :
Stmt
GetStmt
(
ABT
env
) :
ABT.Stmt>.Tuple
ReturnStmt
(
Option
expr
) :
System
Method Details
Create()
public
static
method
public
static
Create
(
Option
expr
) :
Stmt
expr
Option
return
Stmt
GetStmt()
public
method
public
GetStmt
(
ABT
env
) :
ABT.Stmt>.Tuple
env
ABT
return
ABT.Stmt>.Tuple
ReturnStmt()
public
method
public
ReturnStmt
(
Option
expr
) :
System
expr
Option
return
System
Property Details
Expr
public_oe property
public
Option
Expr
return
Option