C# 클래스 AST.TypeName

Type-name : specifier-qualifier-list [abstract-declarator]?
상속: ISyntaxTreeNode
파일 보기 프로젝트 열기: phisiart/C-Compiler 1 사용 예제들

공개 메소드들

메소드 설명
Create ( SpecQualList specQualList, Option abstractDeclr ) : TypeName

보호된 메소드들

메소드 설명
TypeName ( SpecQualList specQualList, AbstractDeclr abstractDeclr ) : System

비공개 메소드들

메소드 설명
GetExprType ( Env env ) : ISemantReturn

메소드 상세

Create() 공개 정적인 메소드

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

TypeName() 보호된 메소드

protected TypeName ( SpecQualList specQualList, AbstractDeclr abstractDeclr ) : System
specQualList SpecQualList
abstractDeclr AbstractDeclr
리턴 System