C# Class ABT.FloatType

Afficher le fichier Open project: phisiart/C-Compiler

Méthodes publiques

Méthode Description
Decl ( String name, Int32 precedence ) : String
FloatType ( System.Boolean isConst = false, System.Boolean isVolatile = false ) : System
GetQualifiedType ( System.Boolean isConst, System.Boolean isVolatile ) : ExprType

Method Details

Decl() public méthode

public Decl ( String name, Int32 precedence ) : String
name String
precedence System.Int32
Résultat String

FloatType() public méthode

public FloatType ( System.Boolean isConst = false, System.Boolean isVolatile = false ) : System
isConst System.Boolean
isVolatile System.Boolean
Résultat System

GetQualifiedType() public méthode

public GetQualifiedType ( System.Boolean isConst, System.Boolean isVolatile ) : ExprType
isConst System.Boolean
isVolatile System.Boolean
Résultat ExprType