class com.sun.tools.javac.comp.Attr$10 extends com.sun.tools.javac.comp.Resolve$InapplicableSymbolError
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.sun.tools.javac.comp.Attr$10
super_class: com.sun.tools.javac.comp.Resolve$InapplicableSymbolError
{
final com.sun.tools.javac.comp.Attr this$0;
descriptor: Lcom/sun/tools/javac/comp/Attr;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final com.sun.tools.javac.code.Symbol val$sym;
descriptor: Lcom/sun/tools/javac/code/Symbol;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final com.sun.tools.javac.util.JCDiagnostic val$diag;
descriptor: Lcom/sun/tools/javac/util/JCDiagnostic;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(com.sun.tools.javac.comp.Attr, com.sun.tools.javac.comp.Resolve, com.sun.tools.javac.comp.Resolve$MethodResolutionContext, com.sun.tools.javac.code.Symbol, com.sun.tools.javac.util.JCDiagnostic);
descriptor: (Lcom/sun/tools/javac/comp/Attr;Lcom/sun/tools/javac/comp/Resolve;Lcom/sun/tools/javac/comp/Resolve$MethodResolutionContext;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/util/JCDiagnostic;)V
flags: (0x0000)
Code:
stack=3, locals=6, args_size=6
start local 0 start local 3 0: aload 0
aload 1
putfield com.sun.tools.javac.comp.Attr$10.this$0:Lcom/sun/tools/javac/comp/Attr;
aload 0
aload 4
putfield com.sun.tools.javac.comp.Attr$10.val$sym:Lcom/sun/tools/javac/code/Symbol;
aload 0
aload 5
putfield com.sun.tools.javac.comp.Attr$10.val$diag:Lcom/sun/tools/javac/util/JCDiagnostic;
aload 0
aload 2
aload 3
invokespecial com.sun.tools.javac.comp.Resolve$InapplicableSymbolError.<init>:(Lcom/sun/tools/javac/comp/Resolve;Lcom/sun/tools/javac/comp/Resolve$MethodResolutionContext;)V
return
end local 3 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javac/comp/Attr$10;
0 1 3 $anonymous0 Lcom/sun/tools/javac/comp/Resolve$MethodResolutionContext;
MethodParameters:
Name Flags
this$0 final
this$1 final
$anonymous0
val$sym final
val$diag final
protected com.sun.tools.javac.util.Pair<com.sun.tools.javac.code.Symbol, com.sun.tools.javac.util.JCDiagnostic> errCandidate();
descriptor: ()Lcom/sun/tools/javac/util/Pair;
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=1, args_size=1
start local 0 0: new com.sun.tools.javac.util.Pair
dup
aload 0
getfield com.sun.tools.javac.comp.Attr$10.val$sym:Lcom/sun/tools/javac/code/Symbol;
aload 0
getfield com.sun.tools.javac.comp.Attr$10.val$diag:Lcom/sun/tools/javac/util/JCDiagnostic;
invokespecial com.sun.tools.javac.util.Pair.<init>:(Ljava/lang/Object;Ljava/lang/Object;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javac/comp/Attr$10;
Signature: ()Lcom/sun/tools/javac/util/Pair<Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/util/JCDiagnostic;>;
}
SourceFile: "Attr.java"
EnclosingMethod: com.sun.tools.javac.comp.Attr.checkMethod:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/comp/Attr$ResultInfo;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/code/Type;
NestHost: com.sun.tools.javac.comp.Attr
InnerClasses:
com.sun.tools.javac.comp.Attr$10
ResultInfo = com.sun.tools.javac.comp.Attr$ResultInfo of com.sun.tools.javac.comp.Attr
InapplicableSymbolError = com.sun.tools.javac.comp.Resolve$InapplicableSymbolError of com.sun.tools.javac.comp.Resolve
MethodResolutionContext = com.sun.tools.javac.comp.Resolve$MethodResolutionContext of com.sun.tools.javac.comp.Resolve
public abstract JCExpression = com.sun.tools.javac.tree.JCTree$JCExpression of com.sun.tools.javac.tree.JCTree