C# 클래스 QSLib.Visitors.TypeMemory

파일 보기 프로젝트 열기: software-engineering-amsterdam/poly-ql

공개 메소드들

메소드 설명
GetType ( string id ) : QSType
IsDeclared ( string name ) : bool
TryDeclare ( string name, QSType type ) : bool

메소드 상세

GetType() 공개 메소드

public GetType ( string id ) : QSType
id string
리턴 QSType

IsDeclared() 공개 메소드

public IsDeclared ( string name ) : bool
name string
리턴 bool

TryDeclare() 공개 메소드

public TryDeclare ( string name, QSType type ) : bool
name string
type QSType
리턴 bool