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 // com.sun.xml.internal.ws.util.InjectionPlan$Compositor this
        start local 1 // java.util.Collection children
         0: .line 144
            aload 0 /* this */
            invokespecial com.sun.xml.internal.ws.util.InjectionPlan.<init>:()V
         1: .line 145
            aload 0 /* this */
            aload 1 /* children */
            putfield com.sun.xml.internal.ws.util.InjectionPlan$Compositor.children:Ljava/util/Collection;
         2: .line 146
            return
        end local 1 // java.util.Collection children
        end local 0 // com.sun.xml.internal.ws.util.InjectionPlan$Compositor this
      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 // com.sun.xml.internal.ws.util.InjectionPlan$Compositor this
        start local 1 // java.lang.Object instance
        start local 2 // java.lang.Object res
         0: .line 149
            aload 0 /* this */
            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 /* plan */
        start local 3 // com.sun.xml.internal.ws.util.InjectionPlan plan
         2: .line 150
            aload 3 /* plan */
            aload 1 /* instance */
            aload 2 /* res */
            invokevirtual com.sun.xml.internal.ws.util.InjectionPlan.inject:(Ljava/lang/Object;Ljava/lang/Object;)V
        end local 3 // com.sun.xml.internal.ws.util.InjectionPlan plan
         3: .line 149
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 151
            return
        end local 2 // java.lang.Object res
        end local 1 // java.lang.Object instance
        end local 0 // com.sun.xml.internal.ws.util.InjectionPlan$Compositor this
      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 // com.sun.xml.internal.ws.util.InjectionPlan$Compositor this
        start local 1 // java.lang.Object instance
        start local 2 // java.util.concurrent.Callable resource
         0: .line 154
            aload 0 /* this */
            getfield com.sun.xml.internal.ws.util.InjectionPlan$Compositor.children:Ljava/util/Collection;
            invokeinterface java.util.Collection.isEmpty:()Z
            ifne 2
         1: .line 155
            aload 0 /* this */
            aload 1 /* instance */
            aload 2 /* resource */
            invokespecial com.sun.xml.internal.ws.util.InjectionPlan.inject:(Ljava/lang/Object;Ljava/util/concurrent/Callable;)V
         2: .line 157
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.util.concurrent.Callable resource
        end local 1 // java.lang.Object instance
        end local 0 // com.sun.xml.internal.ws.util.InjectionPlan$Compositor this
      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