C# Class ABT.ArrayType

Afficher le fichier Open project: phisiart/C-Compiler

Méthodes publiques

Свойство Type Description
ElemType ExprType
NumElems System.Int32

Méthodes publiques

Méthode Description
ArrayType ( ExprType elemType, Int32 numElems ) : System
Decl ( String name, Int32 precedence ) : String
EqualType ( ExprType other ) : System.Boolean
GetQualifiedType ( System.Boolean isConst, System.Boolean isVolatile ) : ExprType

Method Details

ArrayType() public méthode

public ArrayType ( ExprType elemType, Int32 numElems ) : System
elemType ExprType
numElems System.Int32
Résultat System

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

Property Details

ElemType public_oe property

public ExprType,ABT ElemType
Résultat ExprType

NumElems public_oe property

public Int32,System NumElems
Résultat System.Int32