C# 클래스 ABT.FloatType

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

공개 메소드들

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

메소드 상세

Decl() 공개 메소드

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

FloatType() 공개 메소드

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

GetQualifiedType() 공개 메소드

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