org.eclipse.m2m.qvt.oml.debug.core.vm
Class Value
java.lang.Object
org.eclipse.m2m.qvt.oml.debug.core.vm.Value
- All Implemented Interfaces:
- java.io.Serializable
public class Value
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
Value(int kind,
java.lang.String value)
|
Value(int kind,
java.lang.String value,
boolean hasVariables)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PRIMITIVE
public static final int PRIMITIVE
- See Also:
- Constant Field Values
OBJECT_REF
public static final int OBJECT_REF
- See Also:
- Constant Field Values
COLLECTION_REF
public static final int COLLECTION_REF
- See Also:
- Constant Field Values
INVALID
public static final int INVALID
- See Also:
- Constant Field Values
kind
public final int kind
value
public final java.lang.Object value
hasVariables
public final boolean hasVariables
Value
public Value(int kind,
java.lang.String value)
Value
public Value(int kind,
java.lang.String value,
boolean hasVariables)
invalid
public static Value invalid()