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 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 0
aload 1
putfield com.sun.tools.javac.comp.Resolve$ArrayConstructorReferenceLookupHelper.this$0:Lcom/sun/tools/javac/comp/Resolve;
1: aload 0
aload 1
aload 2
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
aload 4
aload 5
aload 6
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: return
end local 6 end local 5 end local 4 end local 3 end local 2 end local 0 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 start local 1 start local 2 0: aload 0
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
start local 3 1: new com.sun.tools.javac.code.Symbol$MethodSymbol
dup
lconst_1
aload 0
getfield com.sun.tools.javac.comp.Resolve$ArrayConstructorReferenceLookupHelper.name:Lcom/sun/tools/javac/util/Name;
aconst_null
aload 0
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
start local 4 2: aload 4
new com.sun.tools.javac.code.Type$MethodType
dup
aload 0
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
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
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: aload 3
aload 4
invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.enter:(Lcom/sun/tools/javac/code/Symbol;)V
4: aload 0
getfield com.sun.tools.javac.comp.Resolve$ArrayConstructorReferenceLookupHelper.this$0:Lcom/sun/tools/javac/comp/Resolve;
aload 1
aload 0
getfield com.sun.tools.javac.comp.Resolve$ArrayConstructorReferenceLookupHelper.site:Lcom/sun/tools/javac/code/Type;
aload 0
getfield com.sun.tools.javac.comp.Resolve$ArrayConstructorReferenceLookupHelper.name:Lcom/sun/tools/javac/util/Name;
aload 0
getfield com.sun.tools.javac.comp.Resolve$ArrayConstructorReferenceLookupHelper.argtypes:Lcom/sun/tools/javac/util/List;
aload 0
getfield com.sun.tools.javac.comp.Resolve$ArrayConstructorReferenceLookupHelper.typeargtypes:Lcom/sun/tools/javac/util/List;
aload 3
aload 0
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
invokevirtual com.sun.tools.javac.comp.Resolve$MethodResolutionPhase.isBoxingRequired:()Z
aload 2
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 end local 3 end local 2 end local 1 end local 0 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 start local 1 0: getstatic com.sun.tools.javac.tree.JCTree$JCMemberReference$ReferenceKind.ARRAY_CTOR:Lcom/sun/tools/javac/tree/JCTree$JCMemberReference$ReferenceKind;
areturn
end local 1 end local 0 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