2 * Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
5 #ifndef PRIMITIVE_VALUE_NODE_H
6 #define PRIMITIVE_VALUE_NODE_H
15 class PrimitiveValueNode
: public ChildlessValueNode
{
17 PrimitiveValueNode(ValueNodeChild
* nodeChild
,
19 virtual ~PrimitiveValueNode();
21 virtual Type
* GetType() const;
23 virtual status_t
ResolvedLocationAndValue(
24 ValueLoader
* valueLoader
,
25 ValueLocation
*& _location
,
33 #endif // PRIMITIVE_VALUE_NODE_H