|
| ObjectAbstractNode (AbstractNode *ptr) |
|
void | addVariable (const String &name) |
|
AbstractNode * | clone () const |
| Returns a new AbstractNode which is a replica of this one.
|
|
String | getValue () const |
| Returns a string value depending on the type of the AbstractNode.
|
|
std::pair< bool, String > | getVariable (const String &name) const |
|
const map< String, String >::type & | getVariables () const |
|
void | operator delete (void *ptr) |
|
void | operator delete (void *ptr, const char *, int, const char *) |
|
void | operator delete (void *ptr, void *) |
|
void | operator delete[] (void *ptr) |
|
void | operator delete[] (void *ptr, const char *, int, const char *) |
|
void * | operator new (size_t sz) |
|
void * | operator new (size_t sz, const char *file, int line, const char *func) |
| operator new, with debug line info
|
|
void * | operator new (size_t sz, void *ptr) |
| placement operator new
|
|
void * | operator new[] (size_t sz) |
|
void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
| array operator new, with debug line info
|
|
void | setVariable (const String &name, const String &value) |
|
This specific abstract node represents a script object.