class com.sun.xml.internal.ws.util.InjectionPlan$Compositor<T, R> extends com.sun.xml.internal.ws.util.InjectionPlan<T, R>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.sun.xml.internal.ws.util.InjectionPlan$Compositor
super_class: com.sun.xml.internal.ws.util.InjectionPlan
{
private final java.util.Collection<com.sun.xml.internal.ws.util.InjectionPlan<T, R>> children;
descriptor: Ljava/util/Collection;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/Collection<Lcom/sun/xml/internal/ws/util/InjectionPlan<TT;TR;>;>;
public void <init>(java.util.Collection<com.sun.xml.internal.ws.util.InjectionPlan<T, R>>);
descriptor: (Ljava/util/Collection;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial com.sun.xml.internal.ws.util.InjectionPlan.<init>:()V
1: aload 0
aload 1
putfield com.sun.xml.internal.ws.util.InjectionPlan$Compositor.children:Ljava/util/Collection;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/xml/internal/ws/util/InjectionPlan$Compositor<TT;TR;>;
0 3 1 children Ljava/util/Collection<Lcom/sun/xml/internal/ws/util/InjectionPlan<TT;TR;>;>;
Signature: (Ljava/util/Collection<Lcom/sun/xml/internal/ws/util/InjectionPlan<TT;TR;>;>;)V
MethodParameters:
Name Flags
children
public void inject(T, );
descriptor: (Ljava/lang/Object;Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield com.sun.xml.internal.ws.util.InjectionPlan$Compositor.children:Ljava/util/Collection;
invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
astore 4
goto 3
StackMap locals: com.sun.xml.internal.ws.util.InjectionPlan$Compositor java.lang.Object java.lang.Object top java.util.Iterator
StackMap stack:
1: aload 4
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast com.sun.xml.internal.ws.util.InjectionPlan
astore 3
start local 3 2: aload 3
aload 1
aload 2
invokevirtual com.sun.xml.internal.ws.util.InjectionPlan.inject:(Ljava/lang/Object;Ljava/lang/Object;)V
end local 3 3: StackMap locals:
StackMap stack:
aload 4
invokeinterface java.util.Iterator.hasNext:()Z
ifne 1
4: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/sun/xml/internal/ws/util/InjectionPlan$Compositor<TT;TR;>;
0 5 1 instance TT;
0 5 2 res TR;
2 3 3 plan Lcom/sun/xml/internal/ws/util/InjectionPlan<TT;TR;>;
Signature: (TT;TR;)V
MethodParameters:
Name Flags
instance
res
public void inject(T, java.util.concurrent.Callable<R>);
descriptor: (Ljava/lang/Object;Ljava/util/concurrent/Callable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield com.sun.xml.internal.ws.util.InjectionPlan$Compositor.children:Ljava/util/Collection;
invokeinterface java.util.Collection.isEmpty:()Z
ifne 2
1: aload 0
aload 1
aload 2
invokespecial com.sun.xml.internal.ws.util.InjectionPlan.inject:(Ljava/lang/Object;Ljava/util/concurrent/Callable;)V
2: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/xml/internal/ws/util/InjectionPlan$Compositor<TT;TR;>;
0 3 1 instance TT;
0 3 2 resource Ljava/util/concurrent/Callable<TR;>;
Signature: (TT;Ljava/util/concurrent/Callable<TR;>;)V
MethodParameters:
Name Flags
instance
resource
}
Signature: <T:Ljava/lang/Object;R:Ljava/lang/Object;>Lcom/sun/xml/internal/ws/util/InjectionPlan<TT;TR;>;
SourceFile: "InjectionPlan.java"
NestHost: com.sun.xml.internal.ws.util.InjectionPlan
InnerClasses:
private Compositor = com.sun.xml.internal.ws.util.InjectionPlan$Compositor of com.sun.xml.internal.ws.util.InjectionPlan