C# 클래스 ABT.LongType

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

공개 메소드들

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

메소드 상세

Decl() 공개 메소드

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

GetQualifiedType() 공개 메소드

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

LongType() 공개 메소드

public LongType ( System.Boolean isConst = false, System.Boolean isVolatile = false ) : System
isConst System.Boolean
isVolatile System.Boolean
리턴 System