32 #ifndef _QORE_QOREPREDECREMENTOPERATORNODE_H
33 #define _QORE_QOREPREDECREMENTOPERATORNODE_H
35 class QorePreDecrementOperatorNode :
public QorePreIncrementOperatorNode {
36 friend class QorePostDecrementOperatorNode;
40 DLLLOCAL
virtual void parseInitImpl(
QoreValue& val, LocalVar *oflag,
int pflag,
int &lvids,
const QoreTypeInfo *&typeInfo);
45 DLLLOCAL QorePreDecrementOperatorNode(
const QoreProgramLocation* loc,
QoreValue exp) : QorePreIncrementOperatorNode(loc, exp) {