#include <ixlib_javascript.hh>
Inheritance diagram for ixion::javascript::list_scope::
Public Methods | |
value_type | getType () const |
ref<value> | lookup (string const &identifier) |
void | unite (ref< value > scope) |
void | separate (ref< value > scope) |
void | clearScopes () |
bool | hasMember (string const &name) const |
void | addMember (string const &name, ref< value > member) |
void | removeMember (string const &name) |
void | clearMembers () |
void | clear () |
Protected Types | |
typedef hash_map<string,ref< value>,string_hash> | member_map |
typedef vector<ref<value> > | swallowed_list |
Protected Attributes | |
member_map | MemberMap |
swallowed_list | SwallowedList |
|
Definition at line 221 of file ixlib_javascript.hh. |
|
Definition at line 222 of file ixlib_javascript.hh. |
|
|
|
|
|
|
|
|
|
Reimplemented from ixion::javascript::value. Definition at line 228 of file ixlib_javascript.hh. |
|
|
|
Reimplemented from ixion::javascript::value. |
|
|
|
|
|
|
|
Definition at line 224 of file ixlib_javascript.hh. |
|
Definition at line 225 of file ixlib_javascript.hh. |