C# Class ABT.FuncCall

Inheritance: Expr
Afficher le fichier Open project: phisiart/C-Compiler

Méthodes publiques

Méthode Description
CGenAddress ( CGenState state ) : void
CGenValue ( CGenState state ) : System.Reg
FuncCall ( Expr func, FunctionType funcType, List args ) : System

Method Details

CGenAddress() public méthode

public CGenAddress ( CGenState state ) : void
state CodeGeneration.CGenState
Résultat void

CGenValue() public méthode

public CGenValue ( CGenState state ) : System.Reg
state CodeGeneration.CGenState
Résultat System.Reg

FuncCall() public méthode

public FuncCall ( Expr func, FunctionType funcType, List args ) : System
func Expr
funcType FunctionType
args List
Résultat System