C# Class ABT.PointerType

Show file Open project: phisiart/C-Compiler

Public Properties

Property Type Description
RefType ExprType

Public Methods

Method 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 method

public Decl ( String name, Int32 precedence ) : String
name String
precedence System.Int32
return String

EqualType() public method

public EqualType ( ExprType other ) : System.Boolean
other ExprType
return System.Boolean

GetQualifiedType() public method

public GetQualifiedType ( System.Boolean isConst, System.Boolean isVolatile ) : ExprType
isConst System.Boolean
isVolatile System.Boolean
return ExprType

PointerType() public method

public PointerType ( ExprType refType, System.Boolean isConst = false, System.Boolean isVolatile = false ) : System
refType ExprType
isConst System.Boolean
isVolatile System.Boolean
return System

Property Details

RefType public property

public ExprType,ABT RefType
return ExprType