32 #ifndef _QORE_STATICCLASSVARREFNODE_H
34 #define _QORE_STATICCLASSVARREFNODE_H
41 class StaticClassVarRefNode :
public ParseNode {
45 DLLLOCAL
virtual void parseInitImpl(
QoreValue& val, LocalVar *oflag,
int pflag,
int &lvids,
const QoreTypeInfo *&typeInfo);
47 DLLLOCAL
const QoreTypeInfo* getTypeInfo()
const;
54 DLLLOCAL StaticClassVarRefNode(
const QoreProgramLocation* loc,
const char* c_str,
const QoreClass& n_qc, QoreVarInfo& n_vi);
56 DLLLOCAL
virtual ~StaticClassVarRefNode();
64 DLLLOCAL
virtual const char* getTypeName()
const;
66 DLLLOCAL
void getLValue(LValueHelper& lvh)
const;
68 DLLLOCAL
void remove(LValueRemoveHelper& lvrh);