C# Class QSLib.Visitors.TypeMemory

Afficher le fichier Open project: software-engineering-amsterdam/poly-ql

Méthodes publiques

Méthode Description
GetType ( string id ) : QSType
IsDeclared ( string name ) : bool
TryDeclare ( string name, QSType type ) : bool

Method Details

GetType() public méthode

public GetType ( string id ) : QSType
id string
Résultat QSType

IsDeclared() public méthode

public IsDeclared ( string name ) : bool
name string
Résultat bool

TryDeclare() public méthode

public TryDeclare ( string name, QSType type ) : bool
name string
type QSType
Résultat bool