class com.sun.tools.example.debug.bdi.ExecutionManager$4 implements com.sun.tools.example.debug.bdi.OutputListener
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.sun.tools.example.debug.bdi.ExecutionManager$4
super_class: java.lang.Object
{
final com.sun.tools.example.debug.bdi.ExecutionManager this$0;
descriptor: Lcom/sun/tools/example/debug/bdi/ExecutionManager;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(com.sun.tools.example.debug.bdi.ExecutionManager);
descriptor: (Lcom/sun/tools/example/debug/bdi/ExecutionManager;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // com.sun.tools.example.debug.bdi.ExecutionManager$4 this
0: .line 743
aload 0 /* this */
aload 1
putfield com.sun.tools.example.debug.bdi.ExecutionManager$4.this$0:Lcom/sun/tools/example/debug/bdi/ExecutionManager;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // com.sun.tools.example.debug.bdi.ExecutionManager$4 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/example/debug/bdi/ExecutionManager$4;
MethodParameters:
Name Flags
this$0 final
public void putString(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=2
start local 0 // com.sun.tools.example.debug.bdi.ExecutionManager$4 this
start local 1 // java.lang.String string
0: .line 745
aload 0 /* this */
getfield com.sun.tools.example.debug.bdi.ExecutionManager$4.this$0:Lcom/sun/tools/example/debug/bdi/ExecutionManager;
getfield com.sun.tools.example.debug.bdi.ExecutionManager.diagnosticsListeners:Ljava/util/Vector;
invokevirtual java.util.Vector.clone:()Ljava/lang/Object;
checkcast java.util.Vector
astore 2 /* l */
start local 2 // java.util.Vector l
1: .line 746
iconst_0
istore 3 /* i */
start local 3 // int i
2: goto 5
3: .line 747
StackMap locals: java.util.Vector int
StackMap stack:
aload 2 /* l */
iload 3 /* i */
invokevirtual java.util.Vector.elementAt:(I)Ljava/lang/Object;
checkcast com.sun.tools.example.debug.bdi.OutputListener
aload 1 /* string */
invokeinterface com.sun.tools.example.debug.bdi.OutputListener.putString:(Ljava/lang/String;)V
4: .line 746
iinc 3 /* i */ 1
StackMap locals:
StackMap stack:
5: iload 3 /* i */
aload 2 /* l */
invokevirtual java.util.Vector.size:()I
if_icmplt 3
end local 3 // int i
6: .line 749
return
end local 2 // java.util.Vector l
end local 1 // java.lang.String string
end local 0 // com.sun.tools.example.debug.bdi.ExecutionManager$4 this
LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/sun/tools/example/debug/bdi/ExecutionManager$4;
0 7 1 string Ljava/lang/String;
1 7 2 l Ljava/util/Vector;
2 6 3 i I
MethodParameters:
Name Flags
string
}
SourceFile: "ExecutionManager.java"
EnclosingMethod: com.sun.tools.example.debug.bdi.ExecutionManager
NestHost: com.sun.tools.example.debug.bdi.ExecutionManager
InnerClasses:
com.sun.tools.example.debug.bdi.ExecutionManager$4