C# Class AST.BitwiseNot

~expr: only takes integral type. After semantic analysis, only the following 2 types are possible: 1) long 2) ulong
Inheritance: AST.UnaryArithOp
Show file Open project: phisiart/C-Compiler

Public Methods

Method Description
BitwiseNot ( Expr expr ) : System
Create ( Expr expr ) : Expr
GetExpr ( ABT env ) : ABT.Expr

Method Details

BitwiseNot() public method

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

Create() public static method

public static Create ( Expr expr ) : Expr
expr Expr
return Expr

GetExpr() public method

public GetExpr ( ABT env ) : ABT.Expr
env ABT
return ABT.Expr