C# 클래스 AST.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.
상속: AST.UnaryArithOp
파일 보기 프로젝트 열기: phisiart/C-Compiler

공개 메소드들

메소드 설명
Create ( Expr expr ) : Expr
GetExpr ( ABT env ) : ABT.Expr
LogicalNot ( Expr expr ) : System

메소드 상세

Create() 공개 정적인 메소드

public static Create ( Expr expr ) : Expr
expr Expr
리턴 Expr

GetExpr() 공개 메소드

public GetExpr ( ABT env ) : ABT.Expr
env ABT
리턴 ABT.Expr

LogicalNot() 공개 메소드

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