abstract class com.sun.tools.javac.comp.Infer$AbstractIncorporationEngine implements com.sun.tools.javac.code.Type$UndetVar$UndetVarListener
minor version: 0
major version: 59
flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
this_class: com.sun.tools.javac.comp.Infer$AbstractIncorporationEngine
super_class: java.lang.Object
{
final com.sun.tools.javac.comp.Infer this$0;
descriptor: Lcom/sun/tools/javac/comp/Infer;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(com.sun.tools.javac.comp.Infer);
descriptor: (Lcom/sun/tools/javac/comp/Infer;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield com.sun.tools.javac.comp.Infer$AbstractIncorporationEngine.this$0:Lcom/sun/tools/javac/comp/Infer;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javac/comp/Infer$AbstractIncorporationEngine;
MethodParameters:
Name Flags
this$0 final
public void varInstantiated(com.sun.tools.javac.code.Type$UndetVar);
descriptor: (Lcom/sun/tools/javac/code/Type$UndetVar;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 1
getfield com.sun.tools.javac.code.Type$UndetVar.incorporationActions:Ljava/util/ArrayDeque;
new com.sun.tools.javac.comp.Infer$SubstBounds
dup
aload 0
getfield com.sun.tools.javac.comp.Infer$AbstractIncorporationEngine.this$0:Lcom/sun/tools/javac/comp/Infer;
aload 1
invokespecial com.sun.tools.javac.comp.Infer$SubstBounds.<init>:(Lcom/sun/tools/javac/comp/Infer;Lcom/sun/tools/javac/code/Type$UndetVar;)V
invokevirtual java.util.ArrayDeque.addFirst:(Ljava/lang/Object;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/tools/javac/comp/Infer$AbstractIncorporationEngine;
0 2 1 uv Lcom/sun/tools/javac/code/Type$UndetVar;
MethodParameters:
Name Flags
uv
public void varBoundChanged(com.sun.tools.javac.code.Type$UndetVar, com.sun.tools.javac.code.Type$UndetVar$InferenceBound, com.sun.tools.javac.code.Type, boolean);
descriptor: (Lcom/sun/tools/javac/code/Type$UndetVar;Lcom/sun/tools/javac/code/Type$UndetVar$InferenceBound;Lcom/sun/tools/javac/code/Type;Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 1
invokevirtual com.sun.tools.javac.code.Type$UndetVar.isCaptured:()Z
ifeq 1
return
1: StackMap locals:
StackMap stack:
aload 1
getfield com.sun.tools.javac.code.Type$UndetVar.incorporationActions:Ljava/util/ArrayDeque;
aload 0
aload 1
aload 2
aload 3
iload 4
invokevirtual com.sun.tools.javac.comp.Infer$AbstractIncorporationEngine.getIncorporationActions:(Lcom/sun/tools/javac/code/Type$UndetVar;Lcom/sun/tools/javac/code/Type$UndetVar$InferenceBound;Lcom/sun/tools/javac/code/Type;Z)Lcom/sun/tools/javac/util/List;
invokevirtual java.util.ArrayDeque.addAll:(Ljava/util/Collection;)Z
pop
2: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/tools/javac/comp/Infer$AbstractIncorporationEngine;
0 3 1 uv Lcom/sun/tools/javac/code/Type$UndetVar;
0 3 2 ib Lcom/sun/tools/javac/code/Type$UndetVar$InferenceBound;
0 3 3 bound Lcom/sun/tools/javac/code/Type;
0 3 4 update Z
MethodParameters:
Name Flags
uv
ib
bound
update
abstract com.sun.tools.javac.util.List<com.sun.tools.javac.comp.Infer$IncorporationAction> getIncorporationActions(com.sun.tools.javac.code.Type$UndetVar, com.sun.tools.javac.code.Type$UndetVar$InferenceBound, com.sun.tools.javac.code.Type, boolean);
descriptor: (Lcom/sun/tools/javac/code/Type$UndetVar;Lcom/sun/tools/javac/code/Type$UndetVar$InferenceBound;Lcom/sun/tools/javac/code/Type;Z)Lcom/sun/tools/javac/util/List;
flags: (0x0400) ACC_ABSTRACT
Signature: (Lcom/sun/tools/javac/code/Type$UndetVar;Lcom/sun/tools/javac/code/Type$UndetVar$InferenceBound;Lcom/sun/tools/javac/code/Type;Z)Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/comp/Infer$IncorporationAction;>;
MethodParameters:
Name Flags
uv
ib
t
update
}
SourceFile: "Infer.java"
NestHost: com.sun.tools.javac.comp.Infer
InnerClasses:
public UndetVar = com.sun.tools.javac.code.Type$UndetVar of com.sun.tools.javac.code.Type
public abstract InferenceBound = com.sun.tools.javac.code.Type$UndetVar$InferenceBound of com.sun.tools.javac.code.Type$UndetVar
public abstract UndetVarListener = com.sun.tools.javac.code.Type$UndetVar$UndetVarListener of com.sun.tools.javac.code.Type$UndetVar
abstract AbstractIncorporationEngine = com.sun.tools.javac.comp.Infer$AbstractIncorporationEngine of com.sun.tools.javac.comp.Infer
public abstract IncorporationAction = com.sun.tools.javac.comp.Infer$IncorporationAction of com.sun.tools.javac.comp.Infer
SubstBounds = com.sun.tools.javac.comp.Infer$SubstBounds of com.sun.tools.javac.comp.Infer