C# Class ABT.Attribute

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

Public Methods

Method Description
Attribute ( Expr expr, String name, ExprType type ) : System
CGenAddress ( CGenState state ) : void
CGenValue ( CGenState state ) : System.Reg

Method Details

Attribute() public method

public Attribute ( Expr expr, String name, ExprType type ) : System
expr Expr
name String
type ExprType
return System

CGenAddress() public method

public CGenAddress ( CGenState state ) : void
state CodeGeneration.CGenState
return void

CGenValue() public method

public CGenValue ( CGenState state ) : System.Reg
state CodeGeneration.CGenState
return System.Reg