Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
QSLib
Visitors
TypeMemory
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