C# 클래스 ABT.ArrayType

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

공개 프로퍼티들

프로퍼티 타입 설명
ElemType ExprType
NumElems System.Int32

공개 메소드들

메소드 설명
ArrayType ( ExprType elemType, Int32 numElems ) : System
Decl ( String name, Int32 precedence ) : String
EqualType ( ExprType other ) : System.Boolean
GetQualifiedType ( System.Boolean isConst, System.Boolean isVolatile ) : ExprType

메소드 상세

ArrayType() 공개 메소드

public ArrayType ( ExprType elemType, Int32 numElems ) : System
elemType ExprType
numElems System.Int32
리턴 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

프로퍼티 상세

ElemType 공개적으로 프로퍼티

public ExprType,ABT ElemType
리턴 ExprType

NumElems 공개적으로 프로퍼티

public Int32,System NumElems
리턴 System.Int32