Vala.Scope – libvala-0.56 Reference Manual
Packages
libvala-0.56
Vala
Scope
owner
parent_scope
Scope
add
get_symbol_table
is_subscope_of
lookup
remove
Scope
Object Hierarchy:
Description:
public
class
Scope
Namespace:
Vala
Package:
libvala-0.56
Content:
Properties:
public
unowned
Symbol
owner
{
get
;
set
; }
public
unowned
Scope
parent_scope
{
get
;
set
; }
Creation methods:
public
Scope
(
Symbol
? owner =
null
)
Methods:
public
void
add
(
string
? name,
Symbol
sym)
public
unowned
Map
<
string
,
Symbol
>
get_symbol_table
()
public
bool
is_subscope_of
(
Scope
? scope)
public
Symbol
?
lookup
(
string
name)
public
void
remove
(
string
name)