32 #ifndef _QORE_QORESHIFTRIGHTOPERATORNODE_H
34 #define _QORE_QORESHIFTRIGHTOPERATORNODE_H
36 class QoreShiftRightOperatorNode :
public QoreIntBinaryOperatorNode {
41 DLLLOCAL
virtual void parseInitImpl(
QoreValue& val, LocalVar* oflag,
int pflag,
int& lvids,
const QoreTypeInfo*& typeInfo);
44 DLLLOCAL QoreShiftRightOperatorNode(
const QoreProgramLocation* loc,
QoreValue left,
QoreValue right) : QoreIntBinaryOperatorNode(loc, left, right) {
47 DLLLOCAL
virtual QoreOperatorNode* copyBackground(
ExceptionSink* xsink)
const {
48 return copyBackgroundExplicit<QoreShiftRightOperatorNode>(xsink);