C# Class AST.ExprStmt

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

Public Methods

Method Description
Create ( Option expr ) : Stmt
ExprStmt ( Option expr ) : System
GetStmt ( ABT env ) : ABT.Stmt>.Tuple

Method Details

Create() public static method

public static Create ( Option expr ) : Stmt
expr Option
return Stmt

ExprStmt() public method

public ExprStmt ( Option expr ) : System
expr Option
return System

GetStmt() public method

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