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

Public Methods

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

Method Details

BitwiseNot() public method

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

CGenValue() public method

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