class com.sun.tools.example.debug.bdi.ExecutionManager$3 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$3
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 0: aload 0
aload 1
putfield com.sun.tools.example.debug.bdi.ExecutionManager$3.this$0:Lcom/sun/tools/example/debug/bdi/ExecutionManager;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/example/debug/bdi/ExecutionManager$3;
MethodParameters:
Name Flags
this$0 final
public void putString(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: new java.util.ArrayList
dup
aload 0
getfield com.sun.tools.example.debug.bdi.ExecutionManager$3.this$0:Lcom/sun/tools/example/debug/bdi/ExecutionManager;
getfield com.sun.tools.example.debug.bdi.ExecutionManager.appEchoListeners:Ljava/util/ArrayList;
invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
astore 2
start local 2 1: iconst_0
istore 3
start local 3 2: goto 5
3: StackMap locals: java.util.ArrayList int
StackMap stack:
aload 2
iload 3
invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
checkcast com.sun.tools.example.debug.bdi.OutputListener
aload 1
invokeinterface com.sun.tools.example.debug.bdi.OutputListener.putString:(Ljava/lang/String;)V
4: iinc 3 1
StackMap locals:
StackMap stack:
5: iload 3
aload 2
invokevirtual java.util.ArrayList.size:()I
if_icmplt 3
end local 3 6: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/sun/tools/example/debug/bdi/ExecutionManager$3;
0 7 1 string Ljava/lang/String;
1 7 2 l Ljava/util/ArrayList<Lcom/sun/tools/example/debug/bdi/OutputListener;>;
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$3