C# Class ABT.ConstPtr

Datei anzeigen Open project: phisiart/C-Compiler

Public Methods

Method Description
CGenValue ( CGenState state ) : System.Reg
ConstPtr ( UInt32 value, ExprType type, Env env ) : System
ToString ( ) : String

Method Details

CGenValue() public method

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

ConstPtr() public method

public ConstPtr ( UInt32 value, ExprType type, Env env ) : System
value System.UInt32
type ExprType
env Env
return System

ToString() public method

public ToString ( ) : String
return String