Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
AST
BitwiseNot
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