C# Class ABT.LongType

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

LongType() public méthode

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