C# Class ABT.CharType

Afficher le fichier Open project: phisiart/C-Compiler

Méthodes publiques

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

Method Details

CharType() public méthode

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

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