C# Class ABT.Negative

-Expr: only takes arithmetic Type. After semantic analysis, only the following 4 types are possible: 1) long 2) ulong 3) float 4) double
Inheritance: UnaryArithOp
Afficher le fichier Open project: phisiart/C-Compiler

Méthodes publiques

Méthode Description
CGenValue ( CGenState state ) : System.Reg
Negative ( Expr expr ) : System

Method Details

CGenValue() public méthode

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

Negative() public méthode

public Negative ( Expr expr ) : System
expr Expr
Résultat System