Jive reference manual
|
#include <jive/util/ParserScope.h>
Public Member Functions | |
GlobalScope () | |
virtual idx_t | expandID (idx_t id) const |
virtual bool | restrictID (idx_t &id) const |
virtual String | expandName (const String &name) const |
virtual bool | restrictName (String &name) const |
![]() | |
bool | isGlobal () const |
![]() | |
virtual Class * | getClass () const |
Returns the Class instance representing the runtime class of this object. More... | |
virtual String | toString () const |
Returns a short textual description of this object. More... | |
virtual long | hashValue () const |
Returns a hash value for this object. More... | |
virtual bool | equals (const Ref< Object > &obj) const |
Tests whether two objects are equal. More... | |
Ref< Object > | clone () const |
Returns a copy of this object. More... | |
Additional Inherited Members | |
![]() | |
static Class * | getType () |
Returns the Class instance representing the Object class. More... | |
![]() | |
virtual | ~ParserScope () |
![]() | |
Collectable () | |
Creates an empty Collectable . More... | |
~Collectable () | |
Frees resources. More... | |
jive::util::GlobalScope::GlobalScope | ( | ) |
|
virtual |
Implements jive::util::ParserScope.
|
virtual |
Implements jive::util::ParserScope.
Implements jive::util::ParserScope.
|
virtual |
Implements jive::util::ParserScope.