C# Class ABT.UShortType

Afficher le fichier Open project: phisiart/C-Compiler

Méthodes publiques

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

Method Details

Decl() public méthode

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

GetQualifiedType() public méthode

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

UShortType() public méthode

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