32 #ifndef _QORE_FORSTATEMENT_H 34 #define _QORE_FORSTATEMENT_H 36 #include "qore/intern/AbstractStatement.h" 41 class ForStatement :
public AbstractStatement {
44 DLLLOCAL
virtual ~ForStatement();
46 DLLLOCAL
virtual bool hasFinalReturn()
const {
49 DLLLOCAL
virtual void parseCommit(
QoreProgram* pgm);
56 LVList* lvars =
nullptr;
59 DLLLOCAL
virtual int parseInitImpl(LocalVar* oflag,
int pflag = 0);
The main value class in Qore, designed to be passed by value.
Definition: QoreValue.h:262
supports parsing and executing Qore-language code, reference counted, dynamically-allocated only ...
Definition: QoreProgram.h:126
container for holding Qore-language exception information and also for registering a "thread_exit" ca...
Definition: ExceptionSink.h:46