C# Class ABT.FuncCall

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

Public Methods

Method Description
CGenAddress ( CGenState state ) : void
CGenValue ( CGenState state ) : System.Reg
FuncCall ( Expr func, FunctionType funcType, List args ) : 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

FuncCall() public method

public FuncCall ( Expr func, FunctionType funcType, List args ) : System
func Expr
funcType FunctionType
args List
return System