C# Class ABT.Dereference

*Expr: Expr must be a pointer. Arrays and functions are implicitly converted to pointers. This is an lvalue, so it has an address.
Inheritance: Expr
Datei anzeigen Open project: phisiart/C-Compiler

Public Methods

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

Method Details

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

Dereference() public method

public Dereference ( Expr expr, ExprType type ) : System
expr Expr
type ExprType
return System