C# 클래스 ABT.BitwiseNot

~Expr: only takes integral Type. After semantic analysis, only the following 2 types are possible: 1) long 2) ulong
상속: UnaryArithOp
파일 보기 프로젝트 열기: phisiart/C-Compiler

공개 메소드들

메소드 설명
BitwiseNot ( Expr expr ) : System
CGenValue ( CGenState state ) : System.Reg

메소드 상세

BitwiseNot() 공개 메소드

public BitwiseNot ( Expr expr ) : System
expr Expr
리턴 System

CGenValue() 공개 메소드

public CGenValue ( CGenState state ) : System.Reg
state CodeGeneration.CGenState
리턴 System.Reg