C# Класс ABT.PointerType

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

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

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

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

Метод Описание
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

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

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

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

public PointerType ( ExprType refType, System.Boolean isConst = false, System.Boolean isVolatile = false ) : System
refType ExprType
isConst System.Boolean
isVolatile System.Boolean
Результат System

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

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

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