C# Class ABT.Attribute

Expr.name: Expr must be a struct or union.
Inheritance: Expr
Afficher le fichier Open project: phisiart/C-Compiler

Méthodes publiques

Méthode Description
Attribute ( Expr expr, String name, ExprType type ) : System
CGenAddress ( CGenState state ) : void
CGenValue ( CGenState state ) : System.Reg

Method Details

Attribute() public méthode

public Attribute ( Expr expr, String name, ExprType type ) : System
expr Expr
name String
type ExprType
Résultat System

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