C# Class ABT.LogicalNot

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

Méthodes publiques

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

Method Details

CGenValue() public méthode

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

LogicalNot() public méthode

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