C# Class ABT.BitwiseNot

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

Méthodes publiques

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

Method Details

BitwiseNot() public méthode

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

CGenValue() public méthode

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