C# 클래스 ABT.ExprType

파일 보기 프로젝트 열기: phisiart/C-Compiler 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IsConst System.Boolean
IsVolatile System.Boolean

공개 메소드들

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

보호된 메소드들

메소드 설명
ExprType ( System.Boolean isConst, System.Boolean isVolatile ) : System

메소드 상세

Decl() 공개 메소드

public Decl ( ) : String
리턴 String

Decl() 공개 메소드

public Decl ( String name ) : String
name String
리턴 String

Decl() 공개 추상적인 메소드

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

DumpQualifiers() 공개 메소드

public DumpQualifiers ( ) : String
리턴 String

EqualType() 공개 추상적인 메소드

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

ExprType() 보호된 메소드

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

GetQualifiedType() 공개 추상적인 메소드

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

ToString() 공개 최종 메소드

public final ToString ( ) : String
리턴 String

프로퍼티 상세

IsConst 공개적으로 프로퍼티

public Boolean,System IsConst
리턴 System.Boolean

IsVolatile 공개적으로 프로퍼티

public Boolean,System IsVolatile
리턴 System.Boolean