public class com.sun.tools.javac.comp.Flow
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.tools.javac.comp.Flow
super_class: java.lang.Object
{
protected static final com.sun.tools.javac.util.Context$Key<com.sun.tools.javac.comp.Flow> flowKey;
descriptor: Lcom/sun/tools/javac/util/Context$Key;
flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
Signature: Lcom/sun/tools/javac/util/Context$Key<Lcom/sun/tools/javac/comp/Flow;>;
private final com.sun.tools.javac.util.Names names;
descriptor: Lcom/sun/tools/javac/util/Names;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final com.sun.tools.javac.util.Log log;
descriptor: Lcom/sun/tools/javac/util/Log;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final com.sun.tools.javac.code.Symtab syms;
descriptor: Lcom/sun/tools/javac/code/Symtab;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final com.sun.tools.javac.code.Types types;
descriptor: Lcom/sun/tools/javac/code/Types;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final com.sun.tools.javac.comp.Check chk;
descriptor: Lcom/sun/tools/javac/comp/Check;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private com.sun.tools.javac.tree.TreeMaker make;
descriptor: Lcom/sun/tools/javac/tree/TreeMaker;
flags: (0x0002) ACC_PRIVATE
private final com.sun.tools.javac.comp.Resolve rs;
descriptor: Lcom/sun/tools/javac/comp/Resolve;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final com.sun.tools.javac.util.JCDiagnostic$Factory diags;
descriptor: Lcom/sun/tools/javac/util/JCDiagnostic$Factory;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext> attrEnv;
descriptor: Lcom/sun/tools/javac/comp/Env;
flags: (0x0002) ACC_PRIVATE
Signature: Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
private com.sun.tools.javac.code.Lint lint;
descriptor: Lcom/sun/tools/javac/code/Lint;
flags: (0x0002) ACC_PRIVATE
private final boolean allowImprovedRethrowAnalysis;
descriptor: Z
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final boolean allowImprovedCatchAnalysis;
descriptor: Z
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final boolean allowEffectivelyFinalInInnerClasses;
descriptor: Z
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final boolean enforceThisDotInit;
descriptor: Z
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new com.sun.tools.javac.util.Context$Key
dup
invokespecial com.sun.tools.javac.util.Context$Key.<init>:()V
putstatic com.sun.tools.javac.comp.Flow.flowKey:Lcom/sun/tools/javac/util/Context$Key;
return
LocalVariableTable:
Start End Slot Name Signature
public static com.sun.tools.javac.comp.Flow instance(com.sun.tools.javac.util.Context);
descriptor: (Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/comp/Flow;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
getstatic com.sun.tools.javac.comp.Flow.flowKey:Lcom/sun/tools/javac/util/Context$Key;
invokevirtual com.sun.tools.javac.util.Context.get:(Lcom/sun/tools/javac/util/Context$Key;)Ljava/lang/Object;
checkcast com.sun.tools.javac.comp.Flow
astore 1
start local 1 1: aload 1
ifnonnull 3
2: new com.sun.tools.javac.comp.Flow
dup
aload 0
invokespecial com.sun.tools.javac.comp.Flow.<init>:(Lcom/sun/tools/javac/util/Context;)V
astore 1
3: StackMap locals: com.sun.tools.javac.comp.Flow
StackMap stack:
aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 context Lcom/sun/tools/javac/util/Context;
1 4 1 instance Lcom/sun/tools/javac/comp/Flow;
MethodParameters:
Name Flags
context
public void analyzeTree(com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>, com.sun.tools.javac.tree.TreeMaker);
descriptor: (Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/tree/TreeMaker;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: new com.sun.tools.javac.comp.Flow$AliveAnalyzer
dup
aload 0
invokespecial com.sun.tools.javac.comp.Flow$AliveAnalyzer.<init>:(Lcom/sun/tools/javac/comp/Flow;)V
aload 1
aload 2
invokevirtual com.sun.tools.javac.comp.Flow$AliveAnalyzer.analyzeTree:(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/tree/TreeMaker;)V
1: new com.sun.tools.javac.comp.Flow$AssignAnalyzer
dup
aload 0
invokespecial com.sun.tools.javac.comp.Flow$AssignAnalyzer.<init>:(Lcom/sun/tools/javac/comp/Flow;)V
aload 1
invokevirtual com.sun.tools.javac.comp.Flow$AssignAnalyzer.analyzeTree:(Lcom/sun/tools/javac/comp/Env;)V
2: new com.sun.tools.javac.comp.Flow$FlowAnalyzer
dup
aload 0
invokespecial com.sun.tools.javac.comp.Flow$FlowAnalyzer.<init>:(Lcom/sun/tools/javac/comp/Flow;)V
aload 1
aload 2
invokevirtual com.sun.tools.javac.comp.Flow$FlowAnalyzer.analyzeTree:(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/tree/TreeMaker;)V
3: new com.sun.tools.javac.comp.Flow$CaptureAnalyzer
dup
aload 0
invokespecial com.sun.tools.javac.comp.Flow$CaptureAnalyzer.<init>:(Lcom/sun/tools/javac/comp/Flow;)V
aload 1
aload 2
invokevirtual com.sun.tools.javac.comp.Flow$CaptureAnalyzer.analyzeTree:(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/tree/TreeMaker;)V
4: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/sun/tools/javac/comp/Flow;
0 5 1 env Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
0 5 2 make Lcom/sun/tools/javac/tree/TreeMaker;
Signature: (Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;Lcom/sun/tools/javac/tree/TreeMaker;)V
MethodParameters:
Name Flags
env
make
public void analyzeLambda(com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>, com.sun.tools.javac.tree.JCTree$JCLambda, com.sun.tools.javac.tree.TreeMaker, );
descriptor: (Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/tree/JCTree$JCLambda;Lcom/sun/tools/javac/tree/TreeMaker;Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=7, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aconst_null
astore 5
start local 5 1: iload 4
ifne 3
2: new com.sun.tools.javac.util.Log$DiscardDiagnosticHandler
dup
aload 0
getfield com.sun.tools.javac.comp.Flow.log:Lcom/sun/tools/javac/util/Log;
invokespecial com.sun.tools.javac.util.Log$DiscardDiagnosticHandler.<init>:(Lcom/sun/tools/javac/util/Log;)V
astore 5
3: StackMap locals: com.sun.tools.javac.util.Log$DiagnosticHandler
StackMap stack:
new com.sun.tools.javac.comp.Flow$LambdaAliveAnalyzer
dup
aload 0
invokespecial com.sun.tools.javac.comp.Flow$LambdaAliveAnalyzer.<init>:(Lcom/sun/tools/javac/comp/Flow;)V
aload 1
aload 2
aload 3
invokevirtual com.sun.tools.javac.comp.Flow$LambdaAliveAnalyzer.analyzeTree:(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/tree/TreeMaker;)V
4: goto 9
StackMap locals:
StackMap stack: java.lang.Throwable
5: astore 6
6: iload 4
ifne 8
7: aload 0
getfield com.sun.tools.javac.comp.Flow.log:Lcom/sun/tools/javac/util/Log;
aload 5
invokevirtual com.sun.tools.javac.util.Log.popDiagnosticHandler:(Lcom/sun/tools/javac/util/Log$DiagnosticHandler;)V
8: StackMap locals: java.lang.Throwable
StackMap stack:
aload 6
athrow
9: StackMap locals:
StackMap stack:
iload 4
ifne 11
10: aload 0
getfield com.sun.tools.javac.comp.Flow.log:Lcom/sun/tools/javac/util/Log;
aload 5
invokevirtual com.sun.tools.javac.util.Log.popDiagnosticHandler:(Lcom/sun/tools/javac/util/Log$DiagnosticHandler;)V
11: StackMap locals:
StackMap stack:
return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lcom/sun/tools/javac/comp/Flow;
0 12 1 env Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
0 12 2 that Lcom/sun/tools/javac/tree/JCTree$JCLambda;
0 12 3 make Lcom/sun/tools/javac/tree/TreeMaker;
0 12 4 speculative Z
1 12 5 diagHandler Lcom/sun/tools/javac/util/Log$DiagnosticHandler;
Exception table:
from to target type
3 5 5 any
Signature: (Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;Lcom/sun/tools/javac/tree/JCTree$JCLambda;Lcom/sun/tools/javac/tree/TreeMaker;Z)V
MethodParameters:
Name Flags
env
that
make
speculative
public com.sun.tools.javac.util.List<com.sun.tools.javac.code.Type> analyzeLambdaThrownTypes(com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>, com.sun.tools.javac.tree.JCTree$JCLambda, com.sun.tools.javac.tree.TreeMaker);
descriptor: (Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/tree/JCTree$JCLambda;Lcom/sun/tools/javac/tree/TreeMaker;)Lcom/sun/tools/javac/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=8, args_size=4
start local 0 start local 1 start local 2 start local 3 0: new com.sun.tools.javac.util.Log$DiscardDiagnosticHandler
dup
aload 0
getfield com.sun.tools.javac.comp.Flow.log:Lcom/sun/tools/javac/util/Log;
invokespecial com.sun.tools.javac.util.Log$DiscardDiagnosticHandler.<init>:(Lcom/sun/tools/javac/util/Log;)V
astore 4
start local 4 1: new com.sun.tools.javac.comp.Flow$LambdaAssignAnalyzer
dup
aload 0
aload 1
invokespecial com.sun.tools.javac.comp.Flow$LambdaAssignAnalyzer.<init>:(Lcom/sun/tools/javac/comp/Flow;Lcom/sun/tools/javac/comp/Env;)V
aload 1
aload 2
invokevirtual com.sun.tools.javac.comp.Flow$LambdaAssignAnalyzer.analyzeTree:(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/tree/JCTree;)V
2: new com.sun.tools.javac.comp.Flow$LambdaFlowAnalyzer
dup
aload 0
invokespecial com.sun.tools.javac.comp.Flow$LambdaFlowAnalyzer.<init>:(Lcom/sun/tools/javac/comp/Flow;)V
astore 5
start local 5 3: aload 5
aload 1
aload 2
aload 3
invokevirtual com.sun.tools.javac.comp.Flow$LambdaFlowAnalyzer.analyzeTree:(Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/tree/TreeMaker;)V
4: aload 5
getfield com.sun.tools.javac.comp.Flow$LambdaFlowAnalyzer.inferredThrownTypes:Lcom/sun/tools/javac/util/List;
astore 7
5: aload 0
getfield com.sun.tools.javac.comp.Flow.log:Lcom/sun/tools/javac/util/Log;
aload 4
invokevirtual com.sun.tools.javac.util.Log.popDiagnosticHandler:(Lcom/sun/tools/javac/util/Log$DiagnosticHandler;)V
6: aload 7
areturn
end local 5 7: StackMap locals: com.sun.tools.javac.comp.Flow com.sun.tools.javac.comp.Env com.sun.tools.javac.tree.JCTree$JCLambda com.sun.tools.javac.tree.TreeMaker com.sun.tools.javac.util.Log$DiagnosticHandler
StackMap stack: java.lang.Throwable
astore 6
8: aload 0
getfield com.sun.tools.javac.comp.Flow.log:Lcom/sun/tools/javac/util/Log;
aload 4
invokevirtual com.sun.tools.javac.util.Log.popDiagnosticHandler:(Lcom/sun/tools/javac/util/Log$DiagnosticHandler;)V
9: aload 6
athrow
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lcom/sun/tools/javac/comp/Flow;
0 10 1 env Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
0 10 2 that Lcom/sun/tools/javac/tree/JCTree$JCLambda;
0 10 3 make Lcom/sun/tools/javac/tree/TreeMaker;
1 10 4 diagHandler Lcom/sun/tools/javac/util/Log$DiagnosticHandler;
3 7 5 flowAnalyzer Lcom/sun/tools/javac/comp/Flow$LambdaFlowAnalyzer;
Exception table:
from to target type
1 5 7 any
Signature: (Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;Lcom/sun/tools/javac/tree/JCTree$JCLambda;Lcom/sun/tools/javac/tree/TreeMaker;)Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
MethodParameters:
Name Flags
env final
that
make
protected void <init>(com.sun.tools.javac.util.Context);
descriptor: (Lcom/sun/tools/javac/util/Context;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 1
getstatic com.sun.tools.javac.comp.Flow.flowKey:Lcom/sun/tools/javac/util/Context$Key;
aload 0
invokevirtual com.sun.tools.javac.util.Context.put:(Lcom/sun/tools/javac/util/Context$Key;Ljava/lang/Object;)V
2: aload 0
aload 1
invokestatic com.sun.tools.javac.util.Names.instance:(Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/util/Names;
putfield com.sun.tools.javac.comp.Flow.names:Lcom/sun/tools/javac/util/Names;
3: aload 0
aload 1
invokestatic com.sun.tools.javac.util.Log.instance:(Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/util/Log;
putfield com.sun.tools.javac.comp.Flow.log:Lcom/sun/tools/javac/util/Log;
4: aload 0
aload 1
invokestatic com.sun.tools.javac.code.Symtab.instance:(Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/code/Symtab;
putfield com.sun.tools.javac.comp.Flow.syms:Lcom/sun/tools/javac/code/Symtab;
5: aload 0
aload 1
invokestatic com.sun.tools.javac.code.Types.instance:(Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/code/Types;
putfield com.sun.tools.javac.comp.Flow.types:Lcom/sun/tools/javac/code/Types;
6: aload 0
aload 1
invokestatic com.sun.tools.javac.comp.Check.instance:(Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/comp/Check;
putfield com.sun.tools.javac.comp.Flow.chk:Lcom/sun/tools/javac/comp/Check;
7: aload 0
aload 1
invokestatic com.sun.tools.javac.code.Lint.instance:(Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/code/Lint;
putfield com.sun.tools.javac.comp.Flow.lint:Lcom/sun/tools/javac/code/Lint;
8: aload 0
aload 1
invokestatic com.sun.tools.javac.comp.Resolve.instance:(Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/comp/Resolve;
putfield com.sun.tools.javac.comp.Flow.rs:Lcom/sun/tools/javac/comp/Resolve;
9: aload 0
aload 1
invokestatic com.sun.tools.javac.util.JCDiagnostic$Factory.instance:(Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/util/JCDiagnostic$Factory;
putfield com.sun.tools.javac.comp.Flow.diags:Lcom/sun/tools/javac/util/JCDiagnostic$Factory;
10: aload 1
invokestatic com.sun.tools.javac.code.Source.instance:(Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/code/Source;
astore 2
start local 2 11: aload 0
getstatic com.sun.tools.javac.code.Source$Feature.IMPROVED_RETHROW_ANALYSIS:Lcom/sun/tools/javac/code/Source$Feature;
aload 2
invokevirtual com.sun.tools.javac.code.Source$Feature.allowedInSource:(Lcom/sun/tools/javac/code/Source;)Z
putfield com.sun.tools.javac.comp.Flow.allowImprovedRethrowAnalysis:Z
12: aload 0
getstatic com.sun.tools.javac.code.Source$Feature.IMPROVED_CATCH_ANALYSIS:Lcom/sun/tools/javac/code/Source$Feature;
aload 2
invokevirtual com.sun.tools.javac.code.Source$Feature.allowedInSource:(Lcom/sun/tools/javac/code/Source;)Z
putfield com.sun.tools.javac.comp.Flow.allowImprovedCatchAnalysis:Z
13: aload 0
getstatic com.sun.tools.javac.code.Source$Feature.EFFECTIVELY_FINAL_IN_INNER_CLASSES:Lcom/sun/tools/javac/code/Source$Feature;
aload 2
invokevirtual com.sun.tools.javac.code.Source$Feature.allowedInSource:(Lcom/sun/tools/javac/code/Source;)Z
putfield com.sun.tools.javac.comp.Flow.allowEffectivelyFinalInInnerClasses:Z
14: aload 0
getstatic com.sun.tools.javac.code.Source$Feature.ENFORCE_THIS_DOT_INIT:Lcom/sun/tools/javac/code/Source$Feature;
aload 2
invokevirtual com.sun.tools.javac.code.Source$Feature.allowedInSource:(Lcom/sun/tools/javac/code/Source;)Z
putfield com.sun.tools.javac.comp.Flow.enforceThisDotInit:Z
15: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 16 0 this Lcom/sun/tools/javac/comp/Flow;
0 16 1 context Lcom/sun/tools/javac/util/Context;
11 16 2 source Lcom/sun/tools/javac/code/Source;
MethodParameters:
Name Flags
context
}
SourceFile: "Flow.java"
NestMembers:
com.sun.tools.javac.comp.Flow$AliveAnalyzer com.sun.tools.javac.comp.Flow$AssignAnalyzer com.sun.tools.javac.comp.Flow$AssignAnalyzer$AssignPendingExit com.sun.tools.javac.comp.Flow$BaseAnalyzer com.sun.tools.javac.comp.Flow$BaseAnalyzer$JumpKind com.sun.tools.javac.comp.Flow$BaseAnalyzer$JumpKind$1 com.sun.tools.javac.comp.Flow$BaseAnalyzer$JumpKind$2 com.sun.tools.javac.comp.Flow$BaseAnalyzer$PendingExit com.sun.tools.javac.comp.Flow$CaptureAnalyzer com.sun.tools.javac.comp.Flow$FlowAnalyzer com.sun.tools.javac.comp.Flow$FlowAnalyzer$FlowPendingExit com.sun.tools.javac.comp.Flow$FlowKind com.sun.tools.javac.comp.Flow$LambdaAliveAnalyzer com.sun.tools.javac.comp.Flow$LambdaAssignAnalyzer com.sun.tools.javac.comp.Flow$LambdaFlowAnalyzer
InnerClasses:
public final Feature = com.sun.tools.javac.code.Source$Feature of com.sun.tools.javac.code.Source
AliveAnalyzer = com.sun.tools.javac.comp.Flow$AliveAnalyzer of com.sun.tools.javac.comp.Flow
public AssignAnalyzer = com.sun.tools.javac.comp.Flow$AssignAnalyzer of com.sun.tools.javac.comp.Flow
abstract BaseAnalyzer = com.sun.tools.javac.comp.Flow$BaseAnalyzer of com.sun.tools.javac.comp.Flow
CaptureAnalyzer = com.sun.tools.javac.comp.Flow$CaptureAnalyzer of com.sun.tools.javac.comp.Flow
FlowAnalyzer = com.sun.tools.javac.comp.Flow$FlowAnalyzer of com.sun.tools.javac.comp.Flow
final FlowKind = com.sun.tools.javac.comp.Flow$FlowKind of com.sun.tools.javac.comp.Flow
LambdaAliveAnalyzer = com.sun.tools.javac.comp.Flow$LambdaAliveAnalyzer of com.sun.tools.javac.comp.Flow
LambdaAssignAnalyzer = com.sun.tools.javac.comp.Flow$LambdaAssignAnalyzer of com.sun.tools.javac.comp.Flow
LambdaFlowAnalyzer = com.sun.tools.javac.comp.Flow$LambdaFlowAnalyzer of com.sun.tools.javac.comp.Flow
public JCLambda = com.sun.tools.javac.tree.JCTree$JCLambda of com.sun.tools.javac.tree.JCTree
public Key = com.sun.tools.javac.util.Context$Key of com.sun.tools.javac.util.Context
public Factory = com.sun.tools.javac.util.JCDiagnostic$Factory of com.sun.tools.javac.util.JCDiagnostic
public abstract DiagnosticHandler = com.sun.tools.javac.util.Log$DiagnosticHandler of com.sun.tools.javac.util.Log
public DiscardDiagnosticHandler = com.sun.tools.javac.util.Log$DiscardDiagnosticHandler of com.sun.tools.javac.util.Log