public interface com.sun.jdi.StackFrame extends com.sun.jdi.Mirror, com.sun.jdi.Locatable
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: com.sun.jdi.StackFrame
super_class: java.lang.Object
{
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tjdk.Exported cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
public abstract com.sun.jdi.Location location();
descriptor: ()Lcom/sun/jdi/Location;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract com.sun.jdi.ThreadReference thread();
descriptor: ()Lcom/sun/jdi/ThreadReference;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract com.sun.jdi.ObjectReference thisObject();
descriptor: ()Lcom/sun/jdi/ObjectReference;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract java.util.List<com.sun.jdi.LocalVariable> visibleVariables();
descriptor: ()Ljava/util/List;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws com.sun.jdi.AbsentInformationException
Signature: ()Ljava/util/List<Lcom/sun/jdi/LocalVariable;>;
public abstract com.sun.jdi.LocalVariable visibleVariableByName(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/sun/jdi/LocalVariable;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws com.sun.jdi.AbsentInformationException
MethodParameters:
Name Flags
name
public abstract com.sun.jdi.Value getValue(com.sun.jdi.LocalVariable);
descriptor: (Lcom/sun/jdi/LocalVariable;)Lcom/sun/jdi/Value;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
variable
public abstract java.util.Map<com.sun.jdi.LocalVariable, com.sun.jdi.Value> getValues(java.util.List<? extends com.sun.jdi.LocalVariable>);
descriptor: (Ljava/util/List;)Ljava/util/Map;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Ljava/util/List<+Lcom/sun/jdi/LocalVariable;>;)Ljava/util/Map<Lcom/sun/jdi/LocalVariable;Lcom/sun/jdi/Value;>;
MethodParameters:
Name Flags
variables
public abstract void setValue(com.sun.jdi.LocalVariable, com.sun.jdi.Value);
descriptor: (Lcom/sun/jdi/LocalVariable;Lcom/sun/jdi/Value;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws com.sun.jdi.InvalidTypeException, com.sun.jdi.ClassNotLoadedException
MethodParameters:
Name Flags
variable
value
public abstract java.util.List<com.sun.jdi.Value> getArgumentValues();
descriptor: ()Ljava/util/List;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Ljava/util/List<Lcom/sun/jdi/Value;>;
}
SourceFile: "StackFrame.java"
RuntimeInvisibleAnnotations:
jdk.Exported()