C# Class ABT.ULongType

Datei anzeigen Open project: phisiart/C-Compiler

Public Methods

Method Description
Decl ( String name, Int32 precedence ) : String
GetQualifiedType ( System.Boolean isConst, System.Boolean isVolatile ) : ExprType
ULongType ( 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

GetQualifiedType() public method

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

ULongType() public method

public ULongType ( System.Boolean isConst = false, System.Boolean isVolatile = false ) : System
isConst System.Boolean
isVolatile System.Boolean
return System