C# Class ABT.ExprType

Afficher le fichier Open project: phisiart/C-Compiler Class Usage Examples

Méthodes publiques

Свойство Type Description
IsConst System.Boolean
IsVolatile System.Boolean

Méthodes publiques

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

Méthodes protégées

Méthode Description
ExprType ( System.Boolean isConst, System.Boolean isVolatile ) : System

Method Details

Decl() public méthode

public Decl ( ) : String
Résultat String

Decl() public méthode

public Decl ( String name ) : String
name String
Résultat String

Decl() public abstract méthode

public abstract Decl ( String name, Int32 precedence ) : String
name String
precedence System.Int32
Résultat String

DumpQualifiers() public méthode

public DumpQualifiers ( ) : String
Résultat String

EqualType() public abstract méthode

public abstract EqualType ( ExprType other ) : System.Boolean
other ExprType
Résultat System.Boolean

ExprType() protected méthode

protected ExprType ( System.Boolean isConst, System.Boolean isVolatile ) : System
isConst System.Boolean
isVolatile System.Boolean
Résultat System

GetQualifiedType() public abstract méthode

public abstract GetQualifiedType ( System.Boolean isConst, System.Boolean isVolatile ) : ExprType
isConst System.Boolean
isVolatile System.Boolean
Résultat ExprType

ToString() public final méthode

public final ToString ( ) : String
Résultat String

Property Details

IsConst public_oe property

public Boolean,System IsConst
Résultat System.Boolean

IsVolatile public_oe property

public Boolean,System IsVolatile
Résultat System.Boolean