C# Class ABT.PointerType

Afficher le fichier Open project: phisiart/C-Compiler

Méthodes publiques

Свойство Type Description
RefType ExprType

Méthodes publiques

Méthode Description
Decl ( String name, Int32 precedence ) : String
EqualType ( ExprType other ) : System.Boolean
GetQualifiedType ( System.Boolean isConst, System.Boolean isVolatile ) : ExprType
PointerType ( ExprType refType, 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

EqualType() public méthode

public EqualType ( ExprType other ) : System.Boolean
other ExprType
Résultat System.Boolean

GetQualifiedType() public méthode

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

PointerType() public méthode

public PointerType ( ExprType refType, System.Boolean isConst = false, System.Boolean isVolatile = false ) : System
refType ExprType
isConst System.Boolean
isVolatile System.Boolean
Résultat System

Property Details

RefType public_oe property

public ExprType,ABT RefType
Résultat ExprType