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
Datei anzeigen Open project: phisiart/C-Compiler

Public Methods

Method Description
CGenValue ( CGenState state ) : System.Reg
LogicalNot ( Expr expr ) : System

Method Details

CGenValue() public method

public CGenValue ( CGenState state ) : System.Reg
state CodeGeneration.CGenState
return System.Reg

LogicalNot() public method

public LogicalNot ( Expr expr ) : System
expr Expr
return System