public interface org.eclipse.debug.core.model.IValue extends org.eclipse.debug.core.model.IDebugElement
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.eclipse.debug.core.model.IValue
  super_class: java.lang.Object
{
  public abstract java.lang.String getReferenceTypeName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.eclipse.debug.core.DebugException

  public abstract java.lang.String getValueString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.eclipse.debug.core.DebugException

  public abstract boolean isAllocated();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.eclipse.debug.core.DebugException

  public abstract org.eclipse.debug.core.model.IVariable[] getVariables();
    descriptor: ()[Lorg/eclipse/debug/core/model/IVariable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.eclipse.debug.core.DebugException

  public abstract boolean hasVariables();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.eclipse.debug.core.DebugException
}
SourceFile: "IValue.java"