- All Implemented Interfaces:
Value
public class StringValue
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, isBoolean, isChar, isDouble, isFloat, isInt, isLong
-
-
Constructor Details
-
StringValue
public StringValue(String value)
-
Method Details
-
isString
public boolean isString()
- Specified by:
isString in interface Value
-
isObject
public boolean isObject()
- Specified by:
isObject in interface Value
-
-