Package de.monticore.interpreter.values
Class ObjectValue
- java.lang.Object
-
- de.monticore.interpreter.values.ObjectValue
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Object
value
-
Constructor Summary
Constructors Constructor Description ObjectValue(java.lang.Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
asObject()
boolean
isObject()
-