C# Class ABT.ULongType

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
ULongType ( 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

ULongType() public méthode

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