32 #ifndef _QORE_STATICCLASSVARREFNODE_H
34 #define _QORE_STATICCLASSVARREFNODE_H
41 class StaticClassVarRefNode :
public ParseNode {
47 DLLLOCAL StaticClassVarRefNode(
const QoreProgramLocation* loc,
const char* c_str,
const QoreClass& n_qc,
50 DLLLOCAL
virtual ~StaticClassVarRefNode();
58 DLLLOCAL
virtual const char* getTypeName()
const;
60 DLLLOCAL
void getLValue(LValueHelper& lvh)
const;
62 DLLLOCAL
void remove(LValueRemoveHelper& lvrh);
67 DLLLOCAL
virtual int parseInitImpl(
QoreValue& val, QoreParseContext& parse_context);
69 DLLLOCAL
const QoreTypeInfo* getTypeInfo()
const;
container for holding Qore-language exception information and also for registering a "thread_exit" ca...
Definition: ExceptionSink.h:48
defines a Qore-language class
Definition: QoreClass.h:249
Qore's string type supported by the QoreEncoding class.
Definition: QoreString.h:93
The main value class in Qore, designed to be passed by value.
Definition: QoreValue.h:275