32#ifndef QORE_CASENODEWITHOPERATOR_H
33#define QORE_CASENODEWITHOPERATOR_H
35#include "qore/intern/SwitchStatement.h"
44class CaseNodeWithOperator :
public CaseNode {
46 DLLLOCAL
virtual bool isCaseNodeImpl()
const;
49 op_log_func_t op_func;
52 DLLLOCAL CaseNodeWithOperator(
const QoreProgramLocation* loc,
QoreValue v, StatementBlock* c, op_log_func_t op);
54 DLLLOCAL ~CaseNodeWithOperator() {}
container for holding Qore-language exception information and also for registering a "thread_exit" ca...
Definition: ExceptionSink.h:50
The main value class in Qore, designed to be passed by value.
Definition: QoreValue.h:276