class com.sun.tools.javac.comp.Resolve$ArrayConstructorReferenceLookupHelper extends com.sun.tools.javac.comp.Resolve$ReferenceLookupHelper
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.javac.comp.Resolve$ArrayConstructorReferenceLookupHelper
  super_class: com.sun.tools.javac.comp.Resolve$ReferenceLookupHelper
{
  final com.sun.tools.javac.comp.Resolve this$0;
    descriptor: Lcom/sun/tools/javac/comp/Resolve;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.tools.javac.tree.JCTree$JCMemberReference, com.sun.tools.javac.code.Type, com.sun.tools.javac.util.List<com.sun.tools.javac.code.Type>, com.sun.tools.javac.util.List<com.sun.tools.javac.code.Type>, com.sun.tools.javac.comp.Resolve$MethodResolutionPhase);
    descriptor: (Lcom/sun/tools/javac/comp/Resolve;Lcom/sun/tools/javac/tree/JCTree$JCMemberReference;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/Resolve$MethodResolutionPhase;)V
    flags: (0x0000) 
    Code:
      stack=8, locals=7, args_size=7
        start local 0 // com.sun.tools.javac.comp.Resolve$ArrayConstructorReferenceLookupHelper this
        start local 2 // com.sun.tools.javac.tree.JCTree$JCMemberReference referenceTree
        start local 3 // com.sun.tools.javac.code.Type site
        start local 4 // com.sun.tools.javac.util.List argtypes
        start local 5 // com.sun.tools.javac.util.List typeargtypes
        start local 6 // com.sun.tools.javac.comp.Resolve$MethodResolutionPhase maxPhase
         0: .line 3490
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.javac.comp.Resolve$ArrayConstructorReferenceLookupHelper.this$0:Lcom/sun/tools/javac/comp/Resolve;
         1: .line 3491
            aload 0 /* this */
            aload 1
            aload 2 /* referenceTree */
            aload 1
            getfield com.sun.tools.javac.comp.Resolve.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.init:Lcom/sun/tools/javac/util/Name;
            aload 3 /* site */
            aload 4 /* argtypes */
            aload 5 /* typeargtypes */
            aload 6 /* maxPhase */
            invokespecial com.sun.tools.javac.comp.Resolve$ReferenceLookupHelper.<init>:(Lcom/sun/tools/javac/comp/Resolve;Lcom/sun/tools/javac/tree/JCTree$JCMemberReference;Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/comp/Resolve$MethodResolutionPhase;)V
         2: .line 3492
            return
        end local 6 // com.sun.tools.javac.comp.Resolve$MethodResolutionPhase maxPhase
        end local 5 // com.sun.tools.javac.util.List typeargtypes
        end local 4 // com.sun.tools.javac.util.List argtypes
        end local 3 // com.sun.tools.javac.code.Type site
        end local 2 // com.sun.tools.javac.tree.JCTree$JCMemberReference referenceTree
        end local 0 // com.sun.tools.javac.comp.Resolve$ArrayConstructorReferenceLookupHelper this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lcom/sun/tools/javac/comp/Resolve$ArrayConstructorReferenceLookupHelper;
            0    3     2  referenceTree  Lcom/sun/tools/javac/tree/JCTree$JCMemberReference;
            0    3     3           site  Lcom/sun/tools/javac/code/Type;
            0    3     4       argtypes  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
            0    3     5   typeargtypes  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
            0    3     6       maxPhase  Lcom/sun/tools/javac/comp/Resolve$MethodResolutionPhase;
    Signature: (Lcom/sun/tools/javac/tree/JCTree$JCMemberReference;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;Lcom/sun/tools/javac/comp/Resolve$MethodResolutionPhase;)V
    MethodParameters:
               Name  Flags
      this$0         final
      referenceTree  
      site           
      argtypes       
      typeargtypes   
      maxPhase       

  protected com.sun.tools.javac.code.Symbol lookup(com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>, com.sun.tools.javac.comp.Resolve$MethodResolutionPhase);
    descriptor: (Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Resolve$MethodResolutionPhase;)Lcom/sun/tools/javac/code/Symbol;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=11, locals=5, args_size=3
        start local 0 // com.sun.tools.javac.comp.Resolve$ArrayConstructorReferenceLookupHelper this
        start local 1 // com.sun.tools.javac.comp.Env env
        start local 2 // com.sun.tools.javac.comp.Resolve$MethodResolutionPhase phase
         0: .line 3496
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Resolve$ArrayConstructorReferenceLookupHelper.this$0:Lcom/sun/tools/javac/comp/Resolve;
            getfield com.sun.tools.javac.comp.Resolve.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.arrayClass:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            invokestatic com.sun.tools.javac.code.Scope$WriteableScope.create:(Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/code/Scope$WriteableScope;
            astore 3 /* sc */
        start local 3 // com.sun.tools.javac.code.Scope$WriteableScope sc
         1: .line 3497
            new com.sun.tools.javac.code.Symbol$MethodSymbol
            dup
            lconst_1
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Resolve$ArrayConstructorReferenceLookupHelper.name:Lcom/sun/tools/javac/util/Name;
            aconst_null
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Resolve$ArrayConstructorReferenceLookupHelper.site:Lcom/sun/tools/javac/code/Type;
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokespecial com.sun.tools.javac.code.Symbol$MethodSymbol.<init>:(JLcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol;)V
            astore 4 /* arrayConstr */
        start local 4 // com.sun.tools.javac.code.Symbol$MethodSymbol arrayConstr
         2: .line 3498
            aload 4 /* arrayConstr */
            new com.sun.tools.javac.code.Type$MethodType
            dup
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Resolve$ArrayConstructorReferenceLookupHelper.this$0:Lcom/sun/tools/javac/comp/Resolve;
            getfield com.sun.tools.javac.comp.Resolve.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.intType:Lcom/sun/tools/javac/code/Type$JCPrimitiveType;
            invokestatic com.sun.tools.javac.util.List.of:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/List;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Resolve$ArrayConstructorReferenceLookupHelper.site:Lcom/sun/tools/javac/code/Type;
            invokestatic com.sun.tools.javac.util.List.nil:()Lcom/sun/tools/javac/util/List;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Resolve$ArrayConstructorReferenceLookupHelper.this$0:Lcom/sun/tools/javac/comp/Resolve;
            getfield com.sun.tools.javac.comp.Resolve.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.methodClass:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            invokespecial com.sun.tools.javac.code.Type$MethodType.<init>:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/code/Symbol$TypeSymbol;)V
            putfield com.sun.tools.javac.code.Symbol$MethodSymbol.type:Lcom/sun/tools/javac/code/Type;
         3: .line 3499
            aload 3 /* sc */
            aload 4 /* arrayConstr */
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.enter:(Lcom/sun/tools/javac/code/Symbol;)V
         4: .line 3500
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Resolve$ArrayConstructorReferenceLookupHelper.this$0:Lcom/sun/tools/javac/comp/Resolve;
            aload 1 /* env */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Resolve$ArrayConstructorReferenceLookupHelper.site:Lcom/sun/tools/javac/code/Type;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Resolve$ArrayConstructorReferenceLookupHelper.name:Lcom/sun/tools/javac/util/Name;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Resolve$ArrayConstructorReferenceLookupHelper.argtypes:Lcom/sun/tools/javac/util/List;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Resolve$ArrayConstructorReferenceLookupHelper.typeargtypes:Lcom/sun/tools/javac/util/List;
            aload 3 /* sc */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Resolve$ArrayConstructorReferenceLookupHelper.this$0:Lcom/sun/tools/javac/comp/Resolve;
            getfield com.sun.tools.javac.comp.Resolve.methodNotFound:Lcom/sun/tools/javac/comp/Resolve$SymbolNotFoundError;
            aload 2 /* phase */
            invokevirtual com.sun.tools.javac.comp.Resolve$MethodResolutionPhase.isBoxingRequired:()Z
            aload 2 /* phase */
            invokevirtual com.sun.tools.javac.comp.Resolve$MethodResolutionPhase.isVarargsRequired:()Z
            iconst_0
            invokevirtual com.sun.tools.javac.comp.Resolve.findMethodInScope:(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/code/Scope;Lcom/sun/tools/javac/code/Symbol;ZZZ)Lcom/sun/tools/javac/code/Symbol;
            areturn
        end local 4 // com.sun.tools.javac.code.Symbol$MethodSymbol arrayConstr
        end local 3 // com.sun.tools.javac.code.Scope$WriteableScope sc
        end local 2 // com.sun.tools.javac.comp.Resolve$MethodResolutionPhase phase
        end local 1 // com.sun.tools.javac.comp.Env env
        end local 0 // com.sun.tools.javac.comp.Resolve$ArrayConstructorReferenceLookupHelper this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lcom/sun/tools/javac/comp/Resolve$ArrayConstructorReferenceLookupHelper;
            0    5     1          env  Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
            0    5     2        phase  Lcom/sun/tools/javac/comp/Resolve$MethodResolutionPhase;
            1    5     3           sc  Lcom/sun/tools/javac/code/Scope$WriteableScope;
            2    5     4  arrayConstr  Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
    Signature: (Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;Lcom/sun/tools/javac/comp/Resolve$MethodResolutionPhase;)Lcom/sun/tools/javac/code/Symbol;
    MethodParameters:
       Name  Flags
      env    
      phase  

  com.sun.tools.javac.tree.JCTree$JCMemberReference$ReferenceKind referenceKind(com.sun.tools.javac.code.Symbol);
    descriptor: (Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/tree/JCTree$JCMemberReference$ReferenceKind;
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Resolve$ArrayConstructorReferenceLookupHelper this
        start local 1 // com.sun.tools.javac.code.Symbol sym
         0: .line 3505
            getstatic com.sun.tools.javac.tree.JCTree$JCMemberReference$ReferenceKind.ARRAY_CTOR:Lcom/sun/tools/javac/tree/JCTree$JCMemberReference$ReferenceKind;
            areturn
        end local 1 // com.sun.tools.javac.code.Symbol sym
        end local 0 // com.sun.tools.javac.comp.Resolve$ArrayConstructorReferenceLookupHelper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/comp/Resolve$ArrayConstructorReferenceLookupHelper;
            0    1     1   sym  Lcom/sun/tools/javac/code/Symbol;
    MethodParameters:
      Name  Flags
      sym   
}
SourceFile: "Resolve.java"
NestHost: com.sun.tools.javac.comp.Resolve
InnerClasses:
  public abstract WriteableScope = com.sun.tools.javac.code.Scope$WriteableScope of com.sun.tools.javac.code.Scope
  public MethodSymbol = com.sun.tools.javac.code.Symbol$MethodSymbol of com.sun.tools.javac.code.Symbol
  public abstract TypeSymbol = com.sun.tools.javac.code.Symbol$TypeSymbol of com.sun.tools.javac.code.Symbol
  public MethodType = com.sun.tools.javac.code.Type$MethodType of com.sun.tools.javac.code.Type
  ArrayConstructorReferenceLookupHelper = com.sun.tools.javac.comp.Resolve$ArrayConstructorReferenceLookupHelper of com.sun.tools.javac.comp.Resolve
  MethodResolutionPhase = com.sun.tools.javac.comp.Resolve$MethodResolutionPhase of com.sun.tools.javac.comp.Resolve
  abstract ReferenceLookupHelper = com.sun.tools.javac.comp.Resolve$ReferenceLookupHelper of com.sun.tools.javac.comp.Resolve
  public JCMemberReference = com.sun.tools.javac.tree.JCTree$JCMemberReference of com.sun.tools.javac.tree.JCTree
  public final ReferenceKind = com.sun.tools.javac.tree.JCTree$JCMemberReference$ReferenceKind of com.sun.tools.javac.tree.JCTree$JCMemberReference