32#ifndef _QORE_QOREELLIPSESNODE_H
33#define _QORE_QOREELLIPSESNODE_H
35class QoreEllipsesNode :
public ParseNoEvalNode {
37 DLLLOCAL QoreEllipsesNode(
const QoreProgramLocation* loc);
39 DLLLOCAL
virtual ~QoreEllipsesNode();
49 return &staticEllipses;
58 DLLLOCAL
virtual const char* getTypeName()
const {
63 DLLLOCAL
int parseInitImpl(
QoreValue& val, QoreParseContext& parse_context);
65 DLLLOCAL
virtual const QoreTypeInfo* getTypeInfo()
const {
container for holding Qore-language exception information and also for registering a "thread_exit" ca...
Definition: ExceptionSink.h:50
Qore's string type supported by the QoreEncoding class.
Definition: QoreString.h:93
DLLEXPORT void concat(const QoreString *str, ExceptionSink *xsink)
concatenates a string and converts encodings if necessary
int16_t qore_type_t
used to identify unique Qore data and parse types (descendents of AbstractQoreNode)
Definition: common.h:70
const qore_type_t NT_ELLIPSES
type value for QoreEllipsesNode
Definition: node_types.h:88
The main value class in Qore, designed to be passed by value.
Definition: QoreValue.h:276