Class StringValue
java.lang.Object
org.eclipse.m2m.atl.debug.core.adwp.Value
org.eclipse.m2m.atl.debug.core.adwp.StringValue
The String implementation of the debugger value.
-
Method Summary
Modifier and TypeMethodDescriptiongetValue()
toString()
static StringValue
Converts a string into aStringValue
.
-
Method Details
-
getValue
-
toString
-
valueOf
Converts a string into aStringValue
.- Parameters:
stringValue
- the string- Returns:
- the
StringValue
-