C# Class AST.TypeName

Type-name : specifier-qualifier-list [abstract-declarator]?
Inheritance: ISyntaxTreeNode
ファイルを表示 Open project: phisiart/C-Compiler Class Usage Examples

Public Methods

Method Description
Create ( SpecQualList specQualList, Option abstractDeclr ) : TypeName

Protected Methods

Method Description
TypeName ( SpecQualList specQualList, AbstractDeclr abstractDeclr ) : System

Private Methods

Method Description
GetExprType ( Env env ) : ISemantReturn

Method Details

Create() public static method

public static Create ( SpecQualList specQualList, Option abstractDeclr ) : TypeName
specQualList SpecQualList
abstractDeclr Option
return TypeName

TypeName() protected method

protected TypeName ( SpecQualList specQualList, AbstractDeclr abstractDeclr ) : System
specQualList SpecQualList
abstractDeclr AbstractDeclr
return System