C# 클래스 ABT.PointerType

파일 보기 프로젝트 열기: phisiart/C-Compiler

공개 프로퍼티들

프로퍼티 타입 설명
RefType ExprType

공개 메소드들

메소드 설명
Decl ( String name, Int32 precedence ) : String
EqualType ( ExprType other ) : System.Boolean
GetQualifiedType ( System.Boolean isConst, System.Boolean isVolatile ) : ExprType
PointerType ( ExprType refType, System.Boolean isConst = false, System.Boolean isVolatile = false ) : System

메소드 상세

Decl() 공개 메소드

public Decl ( String name, Int32 precedence ) : String
name String
precedence System.Int32
리턴 String

EqualType() 공개 메소드

public EqualType ( ExprType other ) : System.Boolean
other ExprType
리턴 System.Boolean

GetQualifiedType() 공개 메소드

public GetQualifiedType ( System.Boolean isConst, System.Boolean isVolatile ) : ExprType
isConst System.Boolean
isVolatile System.Boolean
리턴 ExprType

PointerType() 공개 메소드

public PointerType ( ExprType refType, System.Boolean isConst = false, System.Boolean isVolatile = false ) : System
refType ExprType
isConst System.Boolean
isVolatile System.Boolean
리턴 System

프로퍼티 상세

RefType 공개적으로 프로퍼티

public ExprType,ABT RefType
리턴 ExprType