C# Class ABT.Variable

Inheritance: Expr
Datei anzeigen Open project: phisiart/C-Compiler

Public Methods

Method Description
CGenAddress ( CGenState state ) : void
CGenValue ( CGenState state ) : System.Reg
Variable ( ExprType type, String name, Env env ) : 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

Variable() public method

public Variable ( ExprType type, String name, Env env ) : System
type ExprType
name String
env Env
return System