C# Class AST.TypeName

Type-name : specifier-qualifier-list [abstract-declarator]?
Inheritance: ISyntaxTreeNode
Afficher le fichier Open project: phisiart/C-Compiler Class Usage Examples

Méthodes publiques

Méthode Description
Create ( SpecQualList specQualList, Option abstractDeclr ) : TypeName

Méthodes protégées

Méthode Description
TypeName ( SpecQualList specQualList, AbstractDeclr abstractDeclr ) : System

Private Methods

Méthode Description
GetExprType ( Env env ) : ISemantReturn

Method Details

Create() public static méthode

public static Create ( SpecQualList specQualList, Option abstractDeclr ) : TypeName
specQualList SpecQualList
abstractDeclr Option
Résultat TypeName

TypeName() protected méthode

protected TypeName ( SpecQualList specQualList, AbstractDeclr abstractDeclr ) : System
specQualList SpecQualList
abstractDeclr AbstractDeclr
Résultat System