- All Implemented Interfaces:
Value
public class ObjectValue
extends Object
implements Value
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.monticore.interpreter.Value
asBoolean, asChar, asDouble, asFloat, asInt, asLong, asString, isBoolean, isChar, isDouble, isFloat, isInt, isLong, isString
-
-
Constructor Details
-
ObjectValue
public ObjectValue(Object value)
-
Method Details
-
isObject
public boolean isObject()
- Specified by:
isObject in interface Value
-