C# Class QSLib.Visitors.TypeMemory

Exibir arquivo Open project: software-engineering-amsterdam/poly-ql

Public Methods

Method Description
GetType ( string id ) : QSType
IsDeclared ( string name ) : bool
TryDeclare ( string name, QSType type ) : bool

Method Details

GetType() public method

public GetType ( string id ) : QSType
id string
return QSType

IsDeclared() public method

public IsDeclared ( string name ) : bool
name string
return bool

TryDeclare() public method

public TryDeclare ( string name, QSType type ) : bool
name string
type QSType
return bool