public abstract class com.sun.tools.example.debug.bdi.EventRequestSpec
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: com.sun.tools.example.debug.bdi.EventRequestSpec
super_class: java.lang.Object
{
static final int STATUS_UNRESOLVED;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 1
static final int STATUS_RESOLVED;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 2
static final int STATUS_ERROR;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 3
static final java.lang.Object specPropertyKey;
descriptor: Ljava/lang/Object;
flags: (0x0018) ACC_STATIC, ACC_FINAL
final com.sun.tools.example.debug.bdi.EventRequestSpecList specs;
descriptor: Lcom/sun/tools/example/debug/bdi/EventRequestSpecList;
flags: (0x0010) ACC_FINAL
final com.sun.tools.example.debug.bdi.ReferenceTypeSpec refSpec;
descriptor: Lcom/sun/tools/example/debug/bdi/ReferenceTypeSpec;
flags: (0x0010) ACC_FINAL
com.sun.jdi.request.EventRequest request;
descriptor: Lcom/sun/jdi/request/EventRequest;
flags: (0x0000)
int status;
descriptor: I
flags: (0x0000)
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: ldc "spec"
putstatic com.sun.tools.example.debug.bdi.EventRequestSpec.specPropertyKey:Ljava/lang/Object;
return
LocalVariableTable:
Start End Slot Name Signature
void <init>(com.sun.tools.example.debug.bdi.EventRequestSpecList, com.sun.tools.example.debug.bdi.ReferenceTypeSpec);
descriptor: (Lcom/sun/tools/example/debug/bdi/EventRequestSpecList;Lcom/sun/tools/example/debug/bdi/ReferenceTypeSpec;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aconst_null
putfield com.sun.tools.example.debug.bdi.EventRequestSpec.request:Lcom/sun/jdi/request/EventRequest;
2: aload 0
iconst_1
putfield com.sun.tools.example.debug.bdi.EventRequestSpec.status:I
3: aload 0
aload 1
putfield com.sun.tools.example.debug.bdi.EventRequestSpec.specs:Lcom/sun/tools/example/debug/bdi/EventRequestSpecList;
4: aload 0
aload 2
putfield com.sun.tools.example.debug.bdi.EventRequestSpec.refSpec:Lcom/sun/tools/example/debug/bdi/ReferenceTypeSpec;
5: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/sun/tools/example/debug/bdi/EventRequestSpec;
0 6 1 specs Lcom/sun/tools/example/debug/bdi/EventRequestSpecList;
0 6 2 refSpec Lcom/sun/tools/example/debug/bdi/ReferenceTypeSpec;
MethodParameters:
Name Flags
specs
refSpec
void setRequest(com.sun.jdi.request.EventRequest);
descriptor: (Lcom/sun/jdi/request/EventRequest;)V
flags: (0x0000)
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield com.sun.tools.example.debug.bdi.EventRequestSpec.request:Lcom/sun/jdi/request/EventRequest;
1: aload 1
getstatic com.sun.tools.example.debug.bdi.EventRequestSpec.specPropertyKey:Ljava/lang/Object;
aload 0
invokeinterface com.sun.jdi.request.EventRequest.putProperty:(Ljava/lang/Object;Ljava/lang/Object;)V
2: aload 1
invokeinterface com.sun.jdi.request.EventRequest.enable:()V
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/tools/example/debug/bdi/EventRequestSpec;
0 4 1 request Lcom/sun/jdi/request/EventRequest;
MethodParameters:
Name Flags
request
abstract void resolve(com.sun.jdi.ReferenceType);
descriptor: (Lcom/sun/jdi/ReferenceType;)V
flags: (0x0400) ACC_ABSTRACT
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
refType
abstract void notifySet(com.sun.tools.example.debug.bdi.SpecListener, com.sun.tools.example.debug.bdi.SpecEvent);
descriptor: (Lcom/sun/tools/example/debug/bdi/SpecListener;Lcom/sun/tools/example/debug/bdi/SpecEvent;)V
flags: (0x0400) ACC_ABSTRACT
MethodParameters:
Name Flags
listener
evt
abstract void notifyDeferred(com.sun.tools.example.debug.bdi.SpecListener, com.sun.tools.example.debug.bdi.SpecEvent);
descriptor: (Lcom/sun/tools/example/debug/bdi/SpecListener;Lcom/sun/tools/example/debug/bdi/SpecEvent;)V
flags: (0x0400) ACC_ABSTRACT
MethodParameters:
Name Flags
listener
evt
abstract void notifyResolved(com.sun.tools.example.debug.bdi.SpecListener, com.sun.tools.example.debug.bdi.SpecEvent);
descriptor: (Lcom/sun/tools/example/debug/bdi/SpecListener;Lcom/sun/tools/example/debug/bdi/SpecEvent;)V
flags: (0x0400) ACC_ABSTRACT
MethodParameters:
Name Flags
listener
evt
abstract void notifyDeleted(com.sun.tools.example.debug.bdi.SpecListener, com.sun.tools.example.debug.bdi.SpecEvent);
descriptor: (Lcom/sun/tools/example/debug/bdi/SpecListener;Lcom/sun/tools/example/debug/bdi/SpecEvent;)V
flags: (0x0400) ACC_ABSTRACT
MethodParameters:
Name Flags
listener
evt
abstract void notifyError(com.sun.tools.example.debug.bdi.SpecListener, com.sun.tools.example.debug.bdi.SpecErrorEvent);
descriptor: (Lcom/sun/tools/example/debug/bdi/SpecListener;Lcom/sun/tools/example/debug/bdi/SpecErrorEvent;)V
flags: (0x0400) ACC_ABSTRACT
MethodParameters:
Name Flags
listener
evt
void resolveNotify(com.sun.jdi.ReferenceType);
descriptor: (Lcom/sun/jdi/ReferenceType;)V
flags: (0x0000)
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.sun.tools.example.debug.bdi.EventRequestSpec.resolve:(Lcom/sun/jdi/ReferenceType;)V
1: aload 0
iconst_2
putfield com.sun.tools.example.debug.bdi.EventRequestSpec.status:I
2: aload 0
getfield com.sun.tools.example.debug.bdi.EventRequestSpec.specs:Lcom/sun/tools/example/debug/bdi/EventRequestSpecList;
aload 0
invokevirtual com.sun.tools.example.debug.bdi.EventRequestSpecList.notifyResolved:(Lcom/sun/tools/example/debug/bdi/EventRequestSpec;)V
3: goto 7
StackMap locals:
StackMap stack: java.lang.Exception
4: astore 2
start local 2 5: aload 0
iconst_3
putfield com.sun.tools.example.debug.bdi.EventRequestSpec.status:I
6: aload 0
getfield com.sun.tools.example.debug.bdi.EventRequestSpec.specs:Lcom/sun/tools/example/debug/bdi/EventRequestSpecList;
aload 0
aload 2
invokevirtual com.sun.tools.example.debug.bdi.EventRequestSpecList.notifyError:(Lcom/sun/tools/example/debug/bdi/EventRequestSpec;Ljava/lang/Exception;)V
end local 2 7: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lcom/sun/tools/example/debug/bdi/EventRequestSpec;
0 8 1 refType Lcom/sun/jdi/ReferenceType;
5 7 2 exc Ljava/lang/Exception;
Exception table:
from to target type
0 3 4 Class java.lang.Exception
MethodParameters:
Name Flags
refType
void attemptResolve(com.sun.jdi.ReferenceType);
descriptor: (Lcom/sun/jdi/ReferenceType;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual com.sun.tools.example.debug.bdi.EventRequestSpec.isResolved:()Z
ifne 2
aload 0
getfield com.sun.tools.example.debug.bdi.EventRequestSpec.refSpec:Lcom/sun/tools/example/debug/bdi/ReferenceTypeSpec;
aload 1
invokeinterface com.sun.tools.example.debug.bdi.ReferenceTypeSpec.matches:(Lcom/sun/jdi/ReferenceType;)Z
ifeq 2
1: aload 0
aload 1
invokevirtual com.sun.tools.example.debug.bdi.EventRequestSpec.resolveNotify:(Lcom/sun/jdi/ReferenceType;)V
2: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/tools/example/debug/bdi/EventRequestSpec;
0 3 1 refType Lcom/sun/jdi/ReferenceType;
MethodParameters:
Name Flags
refType
void attemptImmediateResolve(com.sun.jdi.VirtualMachine);
descriptor: (Lcom/sun/jdi/VirtualMachine;)V
flags: (0x0000)
Code:
stack=3, locals=5, args_size=2
start local 0 start local 1 0: aload 1
invokeinterface com.sun.jdi.VirtualMachine.allClasses:()Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 3
goto 11
StackMap locals: com.sun.tools.example.debug.bdi.EventRequestSpec com.sun.jdi.VirtualMachine top java.util.Iterator
StackMap stack:
1: aload 3
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast com.sun.jdi.ReferenceType
astore 2
start local 2 2: aload 0
getfield com.sun.tools.example.debug.bdi.EventRequestSpec.refSpec:Lcom/sun/tools/example/debug/bdi/ReferenceTypeSpec;
aload 2
invokeinterface com.sun.tools.example.debug.bdi.ReferenceTypeSpec.matches:(Lcom/sun/jdi/ReferenceType;)Z
ifeq 11
3: aload 0
aload 2
invokevirtual com.sun.tools.example.debug.bdi.EventRequestSpec.resolve:(Lcom/sun/jdi/ReferenceType;)V
4: aload 0
iconst_2
putfield com.sun.tools.example.debug.bdi.EventRequestSpec.status:I
5: aload 0
getfield com.sun.tools.example.debug.bdi.EventRequestSpec.specs:Lcom/sun/tools/example/debug/bdi/EventRequestSpecList;
aload 0
invokevirtual com.sun.tools.example.debug.bdi.EventRequestSpecList.notifySet:(Lcom/sun/tools/example/debug/bdi/EventRequestSpec;)V
6: goto 10
StackMap locals: com.sun.tools.example.debug.bdi.EventRequestSpec com.sun.jdi.VirtualMachine com.sun.jdi.ReferenceType java.util.Iterator
StackMap stack: java.lang.Exception
7: astore 4
start local 4 8: aload 0
iconst_3
putfield com.sun.tools.example.debug.bdi.EventRequestSpec.status:I
9: aload 0
getfield com.sun.tools.example.debug.bdi.EventRequestSpec.specs:Lcom/sun/tools/example/debug/bdi/EventRequestSpecList;
aload 0
aload 4
invokevirtual com.sun.tools.example.debug.bdi.EventRequestSpecList.notifyError:(Lcom/sun/tools/example/debug/bdi/EventRequestSpec;Ljava/lang/Exception;)V
end local 4 10: StackMap locals:
StackMap stack:
return
end local 2 11: StackMap locals: com.sun.tools.example.debug.bdi.EventRequestSpec com.sun.jdi.VirtualMachine top java.util.Iterator
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 1
12: aload 0
getfield com.sun.tools.example.debug.bdi.EventRequestSpec.specs:Lcom/sun/tools/example/debug/bdi/EventRequestSpecList;
aload 0
invokevirtual com.sun.tools.example.debug.bdi.EventRequestSpecList.notifyDeferred:(Lcom/sun/tools/example/debug/bdi/EventRequestSpec;)V
13: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lcom/sun/tools/example/debug/bdi/EventRequestSpec;
0 14 1 vm Lcom/sun/jdi/VirtualMachine;
2 11 2 refType Lcom/sun/jdi/ReferenceType;
8 10 4 exc Ljava/lang/Exception;
Exception table:
from to target type
3 6 7 Class java.lang.Exception
MethodParameters:
Name Flags
vm
public com.sun.jdi.request.EventRequest getEventRequest();
descriptor: ()Lcom/sun/jdi/request/EventRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.example.debug.bdi.EventRequestSpec.request:Lcom/sun/jdi/request/EventRequest;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/example/debug/bdi/EventRequestSpec;
public boolean isResolved();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.example.debug.bdi.EventRequestSpec.status:I
iconst_2
if_icmpne 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/tools/example/debug/bdi/EventRequestSpec;
public boolean isUnresolved();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.example.debug.bdi.EventRequestSpec.status:I
iconst_1
if_icmpne 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/tools/example/debug/bdi/EventRequestSpec;
public boolean isErroneous();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.example.debug.bdi.EventRequestSpec.status:I
iconst_3
if_icmpne 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/tools/example/debug/bdi/EventRequestSpec;
public java.lang.String getStatusString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.example.debug.bdi.EventRequestSpec.status:I
tableswitch { // 1 - 3
1: 2
2: 1
3: 3
default: 4
}
1: StackMap locals:
StackMap stack:
ldc "resolved"
areturn
2: StackMap locals:
StackMap stack:
ldc "deferred"
areturn
3: StackMap locals:
StackMap stack:
ldc "erroneous"
areturn
4: StackMap locals:
StackMap stack:
ldc "unknown"
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/sun/tools/example/debug/bdi/EventRequestSpec;
boolean isJavaIdentifier(java.lang.String);
descriptor: (Ljava/lang/String;)Z
flags: (0x0000)
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aload 1
invokestatic com.sun.tools.example.debug.bdi.Utils.isJavaIdentifier:(Ljava/lang/String;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/example/debug/bdi/EventRequestSpec;
0 1 1 s Ljava/lang/String;
MethodParameters:
Name Flags
s
public java.lang.String errorMessageFor(java.lang.Exception);
descriptor: (Ljava/lang/Exception;)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 1
instanceof java.lang.IllegalArgumentException
ifeq 2
1: ldc "Invalid command syntax"
areturn
2: StackMap locals:
StackMap stack:
aload 1
instanceof java.lang.RuntimeException
ifeq 4
3: aload 1
checkcast java.lang.RuntimeException
athrow
4: StackMap locals:
StackMap stack:
new java.lang.StringBuilder
dup
ldc "Internal error; unable to set"
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/sun/tools/example/debug/bdi/EventRequestSpec;
0 5 1 e Ljava/lang/Exception;
MethodParameters:
Name Flags
e
}
SourceFile: "EventRequestSpec.java"