public class com.sun.tools.javac.comp.Infer$InferenceException extends com.sun.tools.javac.comp.Resolve$InapplicableMethodException
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.tools.javac.comp.Infer$InferenceException
super_class: com.sun.tools.javac.comp.Resolve$InapplicableMethodException
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 0
com.sun.tools.javac.util.List<com.sun.tools.javac.util.JCDiagnostic> messages;
descriptor: Lcom/sun/tools/javac/util/List;
flags: (0x0000)
Signature: Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/util/JCDiagnostic;>;
void <init>(com.sun.tools.javac.util.JCDiagnostic$Factory);
descriptor: (Lcom/sun/tools/javac/util/JCDiagnostic$Factory;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial com.sun.tools.javac.comp.Resolve$InapplicableMethodException.<init>:(Lcom/sun/tools/javac/util/JCDiagnostic$Factory;)V
1: aload 0
invokestatic com.sun.tools.javac.util.List.nil:()Lcom/sun/tools/javac/util/List;
putfield com.sun.tools.javac.comp.Infer$InferenceException.messages:Lcom/sun/tools/javac/util/List;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/tools/javac/comp/Infer$InferenceException;
0 3 1 diags Lcom/sun/tools/javac/util/JCDiagnostic$Factory;
MethodParameters:
Name Flags
diags
com.sun.tools.javac.comp.Resolve$InapplicableMethodException setMessage();
descriptor: ()Lcom/sun/tools/javac/comp/Resolve$InapplicableMethodException;
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javac/comp/Infer$InferenceException;
com.sun.tools.javac.comp.Resolve$InapplicableMethodException setMessage(com.sun.tools.javac.util.JCDiagnostic);
descriptor: (Lcom/sun/tools/javac/util/JCDiagnostic;)Lcom/sun/tools/javac/comp/Resolve$InapplicableMethodException;
flags: (0x0000)
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 0
getfield com.sun.tools.javac.comp.Infer$InferenceException.messages:Lcom/sun/tools/javac/util/List;
aload 1
invokevirtual com.sun.tools.javac.util.List.append:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/List;
putfield com.sun.tools.javac.comp.Infer$InferenceException.messages:Lcom/sun/tools/javac/util/List;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/tools/javac/comp/Infer$InferenceException;
0 2 1 diag Lcom/sun/tools/javac/util/JCDiagnostic;
MethodParameters:
Name Flags
diag
public com.sun.tools.javac.util.JCDiagnostic getDiagnostic();
descriptor: ()Lcom/sun/tools/javac/util/JCDiagnostic;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.javac.comp.Infer$InferenceException.messages:Lcom/sun/tools/javac/util/List;
getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
checkcast com.sun.tools.javac.util.JCDiagnostic
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javac/comp/Infer$InferenceException;
void clear();
descriptor: ()V
flags: (0x0000)
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokestatic com.sun.tools.javac.util.List.nil:()Lcom/sun/tools/javac/util/List;
putfield com.sun.tools.javac.comp.Infer$InferenceException.messages:Lcom/sun/tools/javac/util/List;
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/tools/javac/comp/Infer$InferenceException;
}
SourceFile: "Infer.java"
NestHost: com.sun.tools.javac.comp.Infer
InnerClasses:
public InferenceException = com.sun.tools.javac.comp.Infer$InferenceException of com.sun.tools.javac.comp.Infer
public InapplicableMethodException = com.sun.tools.javac.comp.Resolve$InapplicableMethodException of com.sun.tools.javac.comp.Resolve
public Factory = com.sun.tools.javac.util.JCDiagnostic$Factory of com.sun.tools.javac.util.JCDiagnostic