final class com.google.inject.internal.ConstructionContext<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.google.inject.internal.ConstructionContext
  super_class: java.lang.Object
{
  T currentReference;
    descriptor: Ljava/lang/Object;
    flags: (0x0000) 
    Signature: TT;

  boolean constructing;
    descriptor: Z
    flags: (0x0000) 

  java.util.List<com.google.inject.internal.DelegatingInvocationHandler<T>> invocationHandlers;
    descriptor: Ljava/util/List;
    flags: (0x0000) 
    Signature: Ljava/util/List<Lcom/google/inject/internal/DelegatingInvocationHandler<TT;>;>;

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.inject.internal.ConstructionContext this
         0: .line 29
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.google.inject.internal.ConstructionContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/inject/internal/ConstructionContext<TT;>;

  public T getCurrentReference();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.inject.internal.ConstructionContext this
         0: .line 37
            aload 0 /* this */
            getfield com.google.inject.internal.ConstructionContext.currentReference:Ljava/lang/Object;
            areturn
        end local 0 // com.google.inject.internal.ConstructionContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/inject/internal/ConstructionContext<TT;>;
    Signature: ()TT;

  public void removeCurrentReference();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.inject.internal.ConstructionContext this
         0: .line 41
            aload 0 /* this */
            aconst_null
            putfield com.google.inject.internal.ConstructionContext.currentReference:Ljava/lang/Object;
         1: .line 42
            return
        end local 0 // com.google.inject.internal.ConstructionContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/inject/internal/ConstructionContext<TT;>;

  public void setCurrentReference();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.inject.internal.ConstructionContext this
        start local 1 // java.lang.Object currentReference
         0: .line 45
            aload 0 /* this */
            aload 1 /* currentReference */
            putfield com.google.inject.internal.ConstructionContext.currentReference:Ljava/lang/Object;
         1: .line 46
            return
        end local 1 // java.lang.Object currentReference
        end local 0 // com.google.inject.internal.ConstructionContext this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/google/inject/internal/ConstructionContext<TT;>;
            0    2     1  currentReference  TT;
    Signature: (TT;)V
    MethodParameters:
                  Name  Flags
      currentReference  

  public boolean isConstructing();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.inject.internal.ConstructionContext this
         0: .line 49
            aload 0 /* this */
            getfield com.google.inject.internal.ConstructionContext.constructing:Z
            ireturn
        end local 0 // com.google.inject.internal.ConstructionContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/inject/internal/ConstructionContext<TT;>;

  public void startConstruction();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.inject.internal.ConstructionContext this
         0: .line 53
            aload 0 /* this */
            iconst_1
            putfield com.google.inject.internal.ConstructionContext.constructing:Z
         1: .line 54
            return
        end local 0 // com.google.inject.internal.ConstructionContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/inject/internal/ConstructionContext<TT;>;

  public void finishConstruction();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.inject.internal.ConstructionContext this
         0: .line 57
            aload 0 /* this */
            iconst_0
            putfield com.google.inject.internal.ConstructionContext.constructing:Z
         1: .line 58
            aload 0 /* this */
            aconst_null
            putfield com.google.inject.internal.ConstructionContext.invocationHandlers:Ljava/util/List;
         2: .line 59
            return
        end local 0 // com.google.inject.internal.ConstructionContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/inject/internal/ConstructionContext<TT;>;

  public  createProxy(com.google.inject.internal.InjectorImpl$InjectorOptions, java.lang.Class<?>);
    descriptor: (Lcom/google/inject/internal/InjectorImpl$InjectorOptions;Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // com.google.inject.internal.ConstructionContext this
        start local 1 // com.google.inject.internal.InjectorImpl$InjectorOptions injectorOptions
        start local 2 // java.lang.Class expectedType
         0: .line 63
            aload 1 /* injectorOptions */
            getfield com.google.inject.internal.InjectorImpl$InjectorOptions.disableCircularProxies:Z
            ifeq 2
         1: .line 64
            aload 2 /* expectedType */
            invokestatic com.google.inject.internal.InternalProvisionException.circularDependenciesDisabled:(Ljava/lang/Class;)Lcom/google/inject/internal/InternalProvisionException;
            athrow
         2: .line 66
      StackMap locals:
      StackMap stack:
            aload 2 /* expectedType */
            invokevirtual java.lang.Class.isInterface:()Z
            ifne 4
         3: .line 67
            aload 2 /* expectedType */
            invokestatic com.google.inject.internal.InternalProvisionException.cannotProxyClass:(Ljava/lang/Class;)Lcom/google/inject/internal/InternalProvisionException;
            athrow
         4: .line 70
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.inject.internal.ConstructionContext.invocationHandlers:Ljava/util/List;
            ifnonnull 6
         5: .line 71
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.google.inject.internal.ConstructionContext.invocationHandlers:Ljava/util/List;
         6: .line 74
      StackMap locals:
      StackMap stack:
            new com.google.inject.internal.DelegatingInvocationHandler
            dup
            invokespecial com.google.inject.internal.DelegatingInvocationHandler.<init>:()V
            astore 3 /* invocationHandler */
        start local 3 // com.google.inject.internal.DelegatingInvocationHandler invocationHandler
         7: .line 75
            aload 0 /* this */
            getfield com.google.inject.internal.ConstructionContext.invocationHandlers:Ljava/util/List;
            aload 3 /* invocationHandler */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         8: .line 80
            aload 2 /* expectedType */
            invokestatic com.google.inject.internal.BytecodeGen.getClassLoader:(Ljava/lang/Class;)Ljava/lang/ClassLoader;
            astore 4 /* classLoader */
        start local 4 // java.lang.ClassLoader classLoader
         9: .line 81
            aload 2 /* expectedType */
        10: .line 83
            aload 4 /* classLoader */
        11: .line 84
            iconst_2
            anewarray java.lang.Class
            dup
            iconst_0
            aload 2 /* expectedType */
            aastore
            dup
            iconst_1
            ldc Lcom/google/inject/internal/CircularDependencyProxy;
            aastore
        12: .line 85
            aload 3 /* invocationHandler */
        13: .line 82
            invokestatic java.lang.reflect.Proxy.newProxyInstance:(Ljava/lang/ClassLoader;[Ljava/lang/Class;Ljava/lang/reflect/InvocationHandler;)Ljava/lang/Object;
        14: .line 81
            invokevirtual java.lang.Class.cast:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 4 // java.lang.ClassLoader classLoader
        end local 3 // com.google.inject.internal.DelegatingInvocationHandler invocationHandler
        end local 2 // java.lang.Class expectedType
        end local 1 // com.google.inject.internal.InjectorImpl$InjectorOptions injectorOptions
        end local 0 // com.google.inject.internal.ConstructionContext this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   15     0               this  Lcom/google/inject/internal/ConstructionContext<TT;>;
            0   15     1    injectorOptions  Lcom/google/inject/internal/InjectorImpl$InjectorOptions;
            0   15     2       expectedType  Ljava/lang/Class<*>;
            7   15     3  invocationHandler  Lcom/google/inject/internal/DelegatingInvocationHandler<TT;>;
            9   15     4        classLoader  Ljava/lang/ClassLoader;
    Exceptions:
      throws com.google.inject.internal.InternalProvisionException
    Signature: (Lcom/google/inject/internal/InjectorImpl$InjectorOptions;Ljava/lang/Class<*>;)Ljava/lang/Object;
    MethodParameters:
                 Name  Flags
      injectorOptions  
      expectedType     

  public void setProxyDelegates();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.google.inject.internal.ConstructionContext this
        start local 1 // java.lang.Object delegate
         0: .line 89
            aload 0 /* this */
            getfield com.google.inject.internal.ConstructionContext.invocationHandlers:Ljava/util/List;
            ifnull 6
         1: .line 90
            aload 0 /* this */
            getfield com.google.inject.internal.ConstructionContext.invocationHandlers:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: com.google.inject.internal.ConstructionContext java.lang.Object top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.google.inject.internal.DelegatingInvocationHandler
            astore 2 /* handler */
        start local 2 // com.google.inject.internal.DelegatingInvocationHandler handler
         3: .line 91
            aload 2 /* handler */
            aload 1 /* delegate */
            invokevirtual com.google.inject.internal.DelegatingInvocationHandler.setDelegate:(Ljava/lang/Object;)V
        end local 2 // com.google.inject.internal.DelegatingInvocationHandler handler
         4: .line 90
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 94
            aload 0 /* this */
            aconst_null
            putfield com.google.inject.internal.ConstructionContext.invocationHandlers:Ljava/util/List;
         6: .line 96
      StackMap locals: com.google.inject.internal.ConstructionContext java.lang.Object
      StackMap stack:
            return
        end local 1 // java.lang.Object delegate
        end local 0 // com.google.inject.internal.ConstructionContext this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/google/inject/internal/ConstructionContext<TT;>;
            0    7     1  delegate  TT;
            3    4     2   handler  Lcom/google/inject/internal/DelegatingInvocationHandler<TT;>;
    Signature: (TT;)V
    MethodParameters:
          Name  Flags
      delegate  
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "ConstructionContext.java"
InnerClasses:
  InjectorOptions = com.google.inject.internal.InjectorImpl$InjectorOptions of com.google.inject.internal.InjectorImpl