C# Class AST.Attribute

expr.name: expr must be a struct or union.
Inheritance: Expr
Show file Open project: phisiart/C-Compiler Class Usage Examples

Public Methods

Method Description
Create ( Expr expr, String member ) : Expr
GetExpr ( ABT env ) : ABT.Expr

Protected Methods

Method Description
Attribute ( Expr expr, String member ) : System

Method Details

Attribute() protected method

protected Attribute ( Expr expr, String member ) : System
expr Expr
member String
return System

Create() public static method

public static Create ( Expr expr, String member ) : Expr
expr Expr
member String
return Expr

GetExpr() public method

public GetExpr ( ABT env ) : ABT.Expr
env ABT
return ABT.Expr