C# Класс ABT.IncompleteArrayType

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
ElemType ExprType

Открытые методы

Метод Описание
Complete ( Int32 numElems ) : ExprType
Decl ( String name, Int32 precedence ) : String
EqualType ( ExprType other ) : System.Boolean
GetQualifiedType ( System.Boolean isConst, System.Boolean isVolatile ) : ExprType
IncompleteArrayType ( ExprType elemType ) : System

Описание методов

Complete() публичный метод

public Complete ( Int32 numElems ) : ExprType
numElems System.Int32
Результат ExprType

Decl() публичный метод

public Decl ( String name, Int32 precedence ) : String
name String
precedence System.Int32
Результат String

EqualType() публичный метод

public EqualType ( ExprType other ) : System.Boolean
other ExprType
Результат System.Boolean

GetQualifiedType() публичный метод

public GetQualifiedType ( System.Boolean isConst, System.Boolean isVolatile ) : ExprType
isConst System.Boolean
isVolatile System.Boolean
Результат ExprType

IncompleteArrayType() публичный метод

public IncompleteArrayType ( ExprType elemType ) : System
elemType ExprType
Результат System

Описание свойств

ElemType публичное свойство

public ExprType,ABT ElemType
Результат ExprType