public class com.sun.tools.javac.comp.Analyzer
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.tools.javac.comp.Analyzer
super_class: java.lang.Object
{
protected static final com.sun.tools.javac.util.Context$Key<com.sun.tools.javac.comp.Analyzer> analyzerKey;
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/Analyzer;>;
final com.sun.tools.javac.code.Types types;
descriptor: Lcom/sun/tools/javac/code/Types;
flags: (0x0010) ACC_FINAL
final com.sun.tools.javac.util.Log log;
descriptor: Lcom/sun/tools/javac/util/Log;
flags: (0x0010) ACC_FINAL
final com.sun.tools.javac.comp.Attr attr;
descriptor: Lcom/sun/tools/javac/comp/Attr;
flags: (0x0010) ACC_FINAL
final com.sun.tools.javac.comp.DeferredAttr deferredAttr;
descriptor: Lcom/sun/tools/javac/comp/DeferredAttr;
flags: (0x0010) ACC_FINAL
final com.sun.tools.javac.comp.ArgumentAttr argumentAttr;
descriptor: Lcom/sun/tools/javac/comp/ArgumentAttr;
flags: (0x0010) ACC_FINAL
final com.sun.tools.javac.tree.TreeMaker make;
descriptor: Lcom/sun/tools/javac/tree/TreeMaker;
flags: (0x0010) ACC_FINAL
final com.sun.tools.javac.comp.Analyzer$AnalyzerCopier copier;
descriptor: Lcom/sun/tools/javac/comp/Analyzer$AnalyzerCopier;
flags: (0x0010) ACC_FINAL
private final boolean allowDiamondWithAnonymousClassCreation;
descriptor: Z
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
final java.util.EnumSet<com.sun.tools.javac.comp.Analyzer$AnalyzerMode> analyzerModes;
descriptor: Ljava/util/EnumSet;
flags: (0x0010) ACC_FINAL
Signature: Ljava/util/EnumSet<Lcom/sun/tools/javac/comp/Analyzer$AnalyzerMode;>;
com.sun.tools.javac.comp.Analyzer$StatementAnalyzer<com.sun.tools.javac.tree.JCTree, com.sun.tools.javac.tree.JCTree>[] analyzers;
descriptor: [Lcom/sun/tools/javac/comp/Analyzer$StatementAnalyzer;
flags: (0x0000)
Signature: [Lcom/sun/tools/javac/comp/Analyzer$StatementAnalyzer<Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/tree/JCTree;>;
com.sun.tools.javac.comp.Analyzer$DeferredAnalysisHelper flushDeferredHelper;
descriptor: Lcom/sun/tools/javac/comp/Analyzer$DeferredAnalysisHelper;
flags: (0x0000)
com.sun.tools.javac.comp.Analyzer$DeferredAnalysisHelper queueDeferredHelper;
descriptor: Lcom/sun/tools/javac/comp/Analyzer$DeferredAnalysisHelper;
flags: (0x0000)
com.sun.tools.javac.comp.Analyzer$DeferredAnalysisHelper deferredAnalysisHelper;
descriptor: Lcom/sun/tools/javac/comp/Analyzer$DeferredAnalysisHelper;
flags: (0x0000)
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.Analyzer.analyzerKey:Lcom/sun/tools/javac/util/Context$Key;
return
LocalVariableTable:
Start End Slot Name Signature
public static com.sun.tools.javac.comp.Analyzer instance(com.sun.tools.javac.util.Context);
descriptor: (Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/comp/Analyzer;
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.Analyzer.analyzerKey: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.Analyzer
astore 1
start local 1 1: aload 1
ifnonnull 3
2: new com.sun.tools.javac.comp.Analyzer
dup
aload 0
invokespecial com.sun.tools.javac.comp.Analyzer.<init>:(Lcom/sun/tools/javac/util/Context;)V
astore 1
3: StackMap locals: com.sun.tools.javac.comp.Analyzer
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/Analyzer;
MethodParameters:
Name Flags
context
protected void <init>(com.sun.tools.javac.util.Context);
descriptor: (Lcom/sun/tools/javac/util/Context;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=7, locals=5, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iconst_5
anewarray com.sun.tools.javac.comp.Analyzer$StatementAnalyzer
dup
iconst_0
2: new com.sun.tools.javac.comp.Analyzer$DiamondInitializer
dup
aload 0
invokespecial com.sun.tools.javac.comp.Analyzer$DiamondInitializer.<init>:(Lcom/sun/tools/javac/comp/Analyzer;)V
aastore
dup
iconst_1
3: new com.sun.tools.javac.comp.Analyzer$LambdaAnalyzer
dup
aload 0
invokespecial com.sun.tools.javac.comp.Analyzer$LambdaAnalyzer.<init>:(Lcom/sun/tools/javac/comp/Analyzer;)V
aastore
dup
iconst_2
4: new com.sun.tools.javac.comp.Analyzer$RedundantTypeArgAnalyzer
dup
aload 0
invokespecial com.sun.tools.javac.comp.Analyzer$RedundantTypeArgAnalyzer.<init>:(Lcom/sun/tools/javac/comp/Analyzer;)V
aastore
dup
iconst_3
5: new com.sun.tools.javac.comp.Analyzer$RedundantLocalVarTypeAnalyzer
dup
aload 0
invokespecial com.sun.tools.javac.comp.Analyzer$RedundantLocalVarTypeAnalyzer.<init>:(Lcom/sun/tools/javac/comp/Analyzer;)V
aastore
dup
iconst_4
6: new com.sun.tools.javac.comp.Analyzer$RedundantLocalVarTypeAnalyzerForEach
dup
aload 0
invokespecial com.sun.tools.javac.comp.Analyzer$RedundantLocalVarTypeAnalyzerForEach.<init>:(Lcom/sun/tools/javac/comp/Analyzer;)V
aastore
putfield com.sun.tools.javac.comp.Analyzer.analyzers:[Lcom/sun/tools/javac/comp/Analyzer$StatementAnalyzer;
7: aload 0
new com.sun.tools.javac.comp.Analyzer$1
dup
aload 0
invokespecial com.sun.tools.javac.comp.Analyzer$1.<init>:(Lcom/sun/tools/javac/comp/Analyzer;)V
putfield com.sun.tools.javac.comp.Analyzer.flushDeferredHelper:Lcom/sun/tools/javac/comp/Analyzer$DeferredAnalysisHelper;
8: aload 0
new com.sun.tools.javac.comp.Analyzer$2
dup
aload 0
invokespecial com.sun.tools.javac.comp.Analyzer$2.<init>:(Lcom/sun/tools/javac/comp/Analyzer;)V
putfield com.sun.tools.javac.comp.Analyzer.queueDeferredHelper:Lcom/sun/tools/javac/comp/Analyzer$DeferredAnalysisHelper;
9: aload 0
aload 0
getfield com.sun.tools.javac.comp.Analyzer.queueDeferredHelper:Lcom/sun/tools/javac/comp/Analyzer$DeferredAnalysisHelper;
putfield com.sun.tools.javac.comp.Analyzer.deferredAnalysisHelper:Lcom/sun/tools/javac/comp/Analyzer$DeferredAnalysisHelper;
10: aload 1
getstatic com.sun.tools.javac.comp.Analyzer.analyzerKey: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
11: 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.Analyzer.types:Lcom/sun/tools/javac/code/Types;
12: 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.Analyzer.log:Lcom/sun/tools/javac/util/Log;
13: aload 0
aload 1
invokestatic com.sun.tools.javac.comp.Attr.instance:(Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/comp/Attr;
putfield com.sun.tools.javac.comp.Analyzer.attr:Lcom/sun/tools/javac/comp/Attr;
14: aload 0
aload 1
invokestatic com.sun.tools.javac.comp.DeferredAttr.instance:(Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/comp/DeferredAttr;
putfield com.sun.tools.javac.comp.Analyzer.deferredAttr:Lcom/sun/tools/javac/comp/DeferredAttr;
15: aload 0
aload 1
invokestatic com.sun.tools.javac.comp.ArgumentAttr.instance:(Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/comp/ArgumentAttr;
putfield com.sun.tools.javac.comp.Analyzer.argumentAttr:Lcom/sun/tools/javac/comp/ArgumentAttr;
16: aload 0
aload 1
invokestatic com.sun.tools.javac.tree.TreeMaker.instance:(Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/tree/TreeMaker;
putfield com.sun.tools.javac.comp.Analyzer.make:Lcom/sun/tools/javac/tree/TreeMaker;
17: aload 0
new com.sun.tools.javac.comp.Analyzer$AnalyzerCopier
dup
aload 0
invokespecial com.sun.tools.javac.comp.Analyzer$AnalyzerCopier.<init>:(Lcom/sun/tools/javac/comp/Analyzer;)V
putfield com.sun.tools.javac.comp.Analyzer.copier:Lcom/sun/tools/javac/comp/Analyzer$AnalyzerCopier;
18: aload 1
invokestatic com.sun.tools.javac.util.Options.instance:(Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/util/Options;
astore 2
start local 2 19: aload 2
ldc "find"
invokevirtual com.sun.tools.javac.util.Options.get:(Ljava/lang/String;)Ljava/lang/String;
astore 3
start local 3 20: aload 1
invokestatic com.sun.tools.javac.code.Source.instance:(Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/code/Source;
astore 4
start local 4 21: aload 0
getstatic com.sun.tools.javac.code.Source$Feature.DIAMOND_WITH_ANONYMOUS_CLASS_CREATION:Lcom/sun/tools/javac/code/Source$Feature;
aload 4
invokevirtual com.sun.tools.javac.code.Source$Feature.allowedInSource:(Lcom/sun/tools/javac/code/Source;)Z
putfield com.sun.tools.javac.comp.Analyzer.allowDiamondWithAnonymousClassCreation:Z
22: aload 0
aload 3
aload 4
invokestatic com.sun.tools.javac.comp.Analyzer$AnalyzerMode.getAnalyzerModes:(Ljava/lang/String;Lcom/sun/tools/javac/code/Source;)Ljava/util/EnumSet;
putfield com.sun.tools.javac.comp.Analyzer.analyzerModes:Ljava/util/EnumSet;
23: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 24 0 this Lcom/sun/tools/javac/comp/Analyzer;
0 24 1 context Lcom/sun/tools/javac/util/Context;
19 24 2 options Lcom/sun/tools/javac/util/Options;
20 24 3 findOpt Ljava/lang/String;
21 24 4 source Lcom/sun/tools/javac/code/Source;
MethodParameters:
Name Flags
context
com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext> copyEnvIfNeeded(com.sun.tools.javac.tree.JCTree, com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>);
descriptor: (Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)Lcom/sun/tools/javac/comp/Env;
flags: (0x0000)
Code:
stack=6, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield com.sun.tools.javac.comp.Analyzer.analyzerModes:Ljava/util/EnumSet;
invokevirtual java.util.EnumSet.isEmpty:()Z
ifne 14
1: aload 2
getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
checkcast com.sun.tools.javac.comp.AttrContext
getfield com.sun.tools.javac.comp.AttrContext.isSpeculative:Z
ifne 14
2: aload 1
invokestatic com.sun.tools.javac.tree.TreeInfo.isStatement:(Lcom/sun/tools/javac/tree/JCTree;)Z
ifeq 14
3: aload 1
getstatic com.sun.tools.javac.tree.JCTree$Tag.LABELLED:Lcom/sun/tools/javac/tree/JCTree$Tag;
invokevirtual com.sun.tools.javac.tree.JCTree.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
ifne 14
4: aload 2
aload 2
getfield com.sun.tools.javac.comp.Env.tree:Lcom/sun/tools/javac/tree/JCTree;
aload 2
getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
checkcast com.sun.tools.javac.comp.AttrContext
aload 2
getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
checkcast com.sun.tools.javac.comp.AttrContext
getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
aload 2
getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
checkcast com.sun.tools.javac.comp.AttrContext
getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
getfield com.sun.tools.javac.code.Scope$WriteableScope.owner:Lcom/sun/tools/javac/code/Symbol;
invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.dupUnshared:(Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/code/Scope$WriteableScope;
invokevirtual com.sun.tools.javac.comp.AttrContext.dup:(Lcom/sun/tools/javac/code/Scope$WriteableScope;)Lcom/sun/tools/javac/comp/AttrContext;
invokevirtual com.sun.tools.javac.comp.Env.dup:(Lcom/sun/tools/javac/tree/JCTree;Ljava/lang/Object;)Lcom/sun/tools/javac/comp/Env;
5: astore 3
start local 3 6: aload 3
getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
checkcast com.sun.tools.javac.comp.AttrContext
aload 3
getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
checkcast com.sun.tools.javac.comp.AttrContext
getfield com.sun.tools.javac.comp.AttrContext.returnResult:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
ifnull 11
7: new com.sun.tools.javac.comp.Attr$ResultInfo
dup
aload 0
getfield com.sun.tools.javac.comp.Analyzer.attr:Lcom/sun/tools/javac/comp/Attr;
dup
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
pop
aload 3
getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
checkcast com.sun.tools.javac.comp.AttrContext
getfield com.sun.tools.javac.comp.AttrContext.returnResult:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
getfield com.sun.tools.javac.comp.Attr$ResultInfo.pkind:Lcom/sun/tools/javac/code/Kinds$KindSelector;
8: aload 3
getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
checkcast com.sun.tools.javac.comp.AttrContext
getfield com.sun.tools.javac.comp.AttrContext.returnResult:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
getfield com.sun.tools.javac.comp.Attr$ResultInfo.pt:Lcom/sun/tools/javac/code/Type;
9: invokespecial com.sun.tools.javac.comp.Attr$ResultInfo.<init>:(Lcom/sun/tools/javac/comp/Attr;Lcom/sun/tools/javac/code/Kinds$KindSelector;Lcom/sun/tools/javac/code/Type;)V
10: goto 12
StackMap locals: com.sun.tools.javac.comp.Analyzer com.sun.tools.javac.tree.JCTree com.sun.tools.javac.comp.Env com.sun.tools.javac.comp.Env
StackMap stack: com.sun.tools.javac.comp.AttrContext
11: aconst_null
12: StackMap locals: com.sun.tools.javac.comp.Analyzer com.sun.tools.javac.tree.JCTree com.sun.tools.javac.comp.Env com.sun.tools.javac.comp.Env
StackMap stack: com.sun.tools.javac.comp.AttrContext com.sun.tools.javac.comp.Attr$ResultInfo
putfield com.sun.tools.javac.comp.AttrContext.returnResult:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
13: aload 3
areturn
end local 3 14: StackMap locals:
StackMap stack:
aconst_null
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lcom/sun/tools/javac/comp/Analyzer;
0 15 1 tree Lcom/sun/tools/javac/tree/JCTree;
0 15 2 env Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
6 14 3 analyzeEnv Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
Signature: (Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;)Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
MethodParameters:
Name Flags
tree
env
void analyzeIfNeeded(com.sun.tools.javac.tree.JCTree, com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>);
descriptor: (Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)V
flags: (0x0000)
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 2
ifnull 3
1: aload 1
checkcast com.sun.tools.javac.tree.JCTree$JCStatement
astore 3
start local 3 2: aload 0
aload 3
aload 2
invokevirtual com.sun.tools.javac.comp.Analyzer.analyze:(Lcom/sun/tools/javac/tree/JCTree$JCStatement;Lcom/sun/tools/javac/comp/Env;)V
end local 3 3: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/tools/javac/comp/Analyzer;
0 4 1 tree Lcom/sun/tools/javac/tree/JCTree;
0 4 2 env Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
2 3 3 stmt Lcom/sun/tools/javac/tree/JCTree$JCStatement;
Signature: (Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;)V
MethodParameters:
Name Flags
tree
env
protected void analyze(com.sun.tools.javac.tree.JCTree$JCStatement, com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>);
descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCStatement;Lcom/sun/tools/javac/comp/Env;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=5, locals=6, args_size=3
start local 0 start local 1 start local 2 0: new com.sun.tools.javac.comp.Analyzer$StatementScanner
dup
aload 0
aload 1
aload 2
invokespecial com.sun.tools.javac.comp.Analyzer$StatementScanner.<init>:(Lcom/sun/tools/javac/comp/Analyzer;Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;)V
astore 3
start local 3 1: aload 3
invokevirtual com.sun.tools.javac.comp.Analyzer$StatementScanner.scan:()V
2: aload 3
getfield com.sun.tools.javac.comp.Analyzer$StatementScanner.rewritings:Lcom/sun/tools/javac/util/ListBuffer;
invokevirtual com.sun.tools.javac.util.ListBuffer.isEmpty:()Z
ifne 7
3: aload 3
getfield com.sun.tools.javac.comp.Analyzer$StatementScanner.rewritings:Lcom/sun/tools/javac/util/ListBuffer;
invokevirtual com.sun.tools.javac.util.ListBuffer.iterator:()Ljava/util/Iterator;
astore 5
goto 6
StackMap locals: com.sun.tools.javac.comp.Analyzer com.sun.tools.javac.tree.JCTree$JCStatement com.sun.tools.javac.comp.Env com.sun.tools.javac.comp.Analyzer$StatementScanner top java.util.Iterator
StackMap stack:
4: aload 5
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast com.sun.tools.javac.comp.Analyzer$RewritingContext
astore 4
start local 4 5: aload 0
getfield com.sun.tools.javac.comp.Analyzer.deferredAnalysisHelper:Lcom/sun/tools/javac/comp/Analyzer$DeferredAnalysisHelper;
aload 4
invokeinterface com.sun.tools.javac.comp.Analyzer$DeferredAnalysisHelper.queue:(Lcom/sun/tools/javac/comp/Analyzer$RewritingContext;)V
end local 4 6: StackMap locals:
StackMap stack:
aload 5
invokeinterface java.util.Iterator.hasNext:()Z
ifne 4
7: StackMap locals: com.sun.tools.javac.comp.Analyzer com.sun.tools.javac.tree.JCTree$JCStatement com.sun.tools.javac.comp.Env com.sun.tools.javac.comp.Analyzer$StatementScanner
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lcom/sun/tools/javac/comp/Analyzer;
0 8 1 statement Lcom/sun/tools/javac/tree/JCTree$JCStatement;
0 8 2 env Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
1 8 3 statementScanner Lcom/sun/tools/javac/comp/Analyzer$StatementScanner;
5 6 4 rewriting Lcom/sun/tools/javac/comp/Analyzer$RewritingContext;
Signature: (Lcom/sun/tools/javac/tree/JCTree$JCStatement;Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;)V
MethodParameters:
Name Flags
statement
env
void doAnalysis(com.sun.tools.javac.comp.Analyzer$RewritingContext);
descriptor: (Lcom/sun/tools/javac/comp/Analyzer$RewritingContext;)V
flags: (0x0000)
Code:
stack=8, locals=6, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.tools.javac.comp.Analyzer.log:Lcom/sun/tools/javac/util/Log;
invokevirtual com.sun.tools.javac.util.Log.currentSource:()Lcom/sun/tools/javac/util/DiagnosticSource;
astore 2
start local 2 1: aload 0
getfield com.sun.tools.javac.comp.Analyzer.argumentAttr:Lcom/sun/tools/javac/comp/ArgumentAttr;
invokevirtual com.sun.tools.javac.comp.ArgumentAttr.withLocalCacheContext:()Lcom/sun/tools/javac/comp/ArgumentAttr$LocalCacheContext;
astore 3
start local 3 2: aload 0
getfield com.sun.tools.javac.comp.Analyzer.log:Lcom/sun/tools/javac/util/Log;
aload 1
getfield com.sun.tools.javac.comp.Analyzer$RewritingContext.env:Lcom/sun/tools/javac/comp/Env;
getfield com.sun.tools.javac.comp.Env.toplevel:Lcom/sun/tools/javac/tree/JCTree$JCCompilationUnit;
invokevirtual com.sun.tools.javac.tree.JCTree$JCCompilationUnit.getSourceFile:()Ljavax/tools/JavaFileObject;
invokevirtual com.sun.tools.javac.util.Log.useSource:(Ljavax/tools/JavaFileObject;)Ljavax/tools/JavaFileObject;
pop
3: aload 1
getfield com.sun.tools.javac.comp.Analyzer$RewritingContext.originalTree:Lcom/sun/tools/javac/tree/JCTree;
checkcast com.sun.tools.javac.tree.JCTree$JCStatement
astore 4
start local 4 4: aload 1
getfield com.sun.tools.javac.comp.Analyzer$RewritingContext.env:Lcom/sun/tools/javac/comp/Env;
getfield com.sun.tools.javac.comp.Env.info:Ljava/lang/Object;
checkcast com.sun.tools.javac.comp.AttrContext
getfield com.sun.tools.javac.comp.AttrContext.scope:Lcom/sun/tools/javac/code/Scope$WriteableScope;
getfield com.sun.tools.javac.code.Scope$WriteableScope.owner:Lcom/sun/tools/javac/code/Symbol;
getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
getstatic com.sun.tools.javac.code.Kinds$Kind.TYP:Lcom/sun/tools/javac/code/Kinds$Kind;
if_acmpne 8
5: aload 0
getfield com.sun.tools.javac.comp.Analyzer.make:Lcom/sun/tools/javac/tree/TreeMaker;
iconst_m1
invokevirtual com.sun.tools.javac.tree.TreeMaker.at:(I)Lcom/sun/tools/javac/tree/TreeMaker;
6: ldc 4096
aload 1
getfield com.sun.tools.javac.comp.Analyzer$RewritingContext.originalTree:Lcom/sun/tools/javac/tree/JCTree;
checkcast com.sun.tools.javac.tree.JCTree$JCStatement
invokestatic com.sun.tools.javac.util.List.of:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/List;
invokevirtual com.sun.tools.javac.tree.TreeMaker.Block:(JLcom/sun/tools/javac/util/List;)Lcom/sun/tools/javac/tree/JCTree$JCBlock;
7: astore 4
8: StackMap locals: com.sun.tools.javac.util.DiagnosticSource com.sun.tools.javac.comp.ArgumentAttr$LocalCacheContext com.sun.tools.javac.tree.JCTree$JCStatement
StackMap stack:
aload 0
getfield com.sun.tools.javac.comp.Analyzer.deferredAttr:Lcom/sun/tools/javac/comp/DeferredAttr;
aload 4
aload 1
getfield com.sun.tools.javac.comp.Analyzer$RewritingContext.env:Lcom/sun/tools/javac/comp/Env;
aload 0
getfield com.sun.tools.javac.comp.Analyzer.attr:Lcom/sun/tools/javac/comp/Attr;
getfield com.sun.tools.javac.comp.Attr.statInfo:Lcom/sun/tools/javac/comp/Attr$ResultInfo;
new com.sun.tools.javac.comp.Analyzer$TreeRewriter
dup
aload 0
aload 1
invokespecial com.sun.tools.javac.comp.Analyzer$TreeRewriter.<init>:(Lcom/sun/tools/javac/comp/Analyzer;Lcom/sun/tools/javac/comp/Analyzer$RewritingContext;)V
9: aload 1
invokedynamic apply(Lcom/sun/tools/javac/comp/Analyzer$RewritingContext;)Ljava/util/function/Function;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
(Ljava/lang/Object;)Ljava/lang/Object;
com/sun/tools/javac/comp/Analyzer.lambda$0(Lcom/sun/tools/javac/comp/Analyzer$RewritingContext;Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/util/Log$DeferredDiagnosticHandler; (6)
(Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/util/Log$DeferredDiagnosticHandler;
aload 0
getfield com.sun.tools.javac.comp.Analyzer.argumentAttr:Lcom/sun/tools/javac/comp/ArgumentAttr;
invokevirtual com.sun.tools.javac.comp.ArgumentAttr.withLocalCacheContext:()Lcom/sun/tools/javac/comp/ArgumentAttr$LocalCacheContext;
10: invokevirtual com.sun.tools.javac.comp.DeferredAttr.attribSpeculative:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/comp/Env;Lcom/sun/tools/javac/comp/Attr$ResultInfo;Lcom/sun/tools/javac/tree/TreeCopier;Ljava/util/function/Function;Lcom/sun/tools/javac/comp/ArgumentAttr$LocalCacheContext;)Lcom/sun/tools/javac/tree/JCTree;
pop
11: aload 1
getfield com.sun.tools.javac.comp.Analyzer$RewritingContext.analyzer:Lcom/sun/tools/javac/comp/Analyzer$StatementAnalyzer;
aload 1
getfield com.sun.tools.javac.comp.Analyzer$RewritingContext.oldTree:Lcom/sun/tools/javac/tree/JCTree;
aload 1
getfield com.sun.tools.javac.comp.Analyzer$RewritingContext.replacement:Lcom/sun/tools/javac/tree/JCTree;
aload 1
getfield com.sun.tools.javac.comp.Analyzer$RewritingContext.erroneous:Z
invokevirtual com.sun.tools.javac.comp.Analyzer$StatementAnalyzer.process:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/tree/JCTree;Z)V
end local 4 12: goto 21
StackMap locals: com.sun.tools.javac.comp.Analyzer com.sun.tools.javac.comp.Analyzer$RewritingContext com.sun.tools.javac.util.DiagnosticSource com.sun.tools.javac.comp.ArgumentAttr$LocalCacheContext
StackMap stack: java.lang.Throwable
13: pop
14: new java.lang.StringBuilder
dup
ldc "Analyzer error when processing: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 1
getfield com.sun.tools.javac.comp.Analyzer$RewritingContext.originalTree:Lcom/sun/tools/javac/tree/JCTree;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokestatic com.sun.tools.javac.util.Assert.error:(Ljava/lang/String;)V
15: aload 0
getfield com.sun.tools.javac.comp.Analyzer.log:Lcom/sun/tools/javac/util/Log;
aload 2
invokevirtual com.sun.tools.javac.util.DiagnosticSource.getFile:()Ljavax/tools/JavaFileObject;
invokevirtual com.sun.tools.javac.util.Log.useSource:(Ljavax/tools/JavaFileObject;)Ljavax/tools/JavaFileObject;
pop
16: aload 3
invokevirtual com.sun.tools.javac.comp.ArgumentAttr$LocalCacheContext.leave:()V
goto 23
17: StackMap locals:
StackMap stack: java.lang.Throwable
astore 5
18: aload 0
getfield com.sun.tools.javac.comp.Analyzer.log:Lcom/sun/tools/javac/util/Log;
aload 2
invokevirtual com.sun.tools.javac.util.DiagnosticSource.getFile:()Ljavax/tools/JavaFileObject;
invokevirtual com.sun.tools.javac.util.Log.useSource:(Ljavax/tools/JavaFileObject;)Ljavax/tools/JavaFileObject;
pop
19: aload 3
invokevirtual com.sun.tools.javac.comp.ArgumentAttr$LocalCacheContext.leave:()V
20: aload 5
athrow
21: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.tools.javac.comp.Analyzer.log:Lcom/sun/tools/javac/util/Log;
aload 2
invokevirtual com.sun.tools.javac.util.DiagnosticSource.getFile:()Ljavax/tools/JavaFileObject;
invokevirtual com.sun.tools.javac.util.Log.useSource:(Ljavax/tools/JavaFileObject;)Ljavax/tools/JavaFileObject;
pop
22: aload 3
invokevirtual com.sun.tools.javac.comp.ArgumentAttr$LocalCacheContext.leave:()V
23: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 24 0 this Lcom/sun/tools/javac/comp/Analyzer;
0 24 1 rewriting Lcom/sun/tools/javac/comp/Analyzer$RewritingContext;
1 24 2 prevSource Lcom/sun/tools/javac/util/DiagnosticSource;
2 24 3 localCacheContext Lcom/sun/tools/javac/comp/ArgumentAttr$LocalCacheContext;
4 12 4 treeToAnalyze Lcom/sun/tools/javac/tree/JCTree$JCStatement;
Exception table:
from to target type
2 12 13 Class java.lang.Throwable
2 15 17 any
MethodParameters:
Name Flags
rewriting
public void flush(com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>);
descriptor: (Lcom/sun/tools/javac/comp/Env;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.tools.javac.comp.Analyzer.deferredAnalysisHelper:Lcom/sun/tools/javac/comp/Analyzer$DeferredAnalysisHelper;
aload 1
invokeinterface com.sun.tools.javac.comp.Analyzer$DeferredAnalysisHelper.flush:(Lcom/sun/tools/javac/comp/Env;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/tools/javac/comp/Analyzer;
0 2 1 flushEnv Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
Signature: (Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;)V
MethodParameters:
Name Flags
flushEnv
private static com.sun.tools.javac.util.Log$DeferredDiagnosticHandler lambda$0(com.sun.tools.javac.comp.Analyzer$RewritingContext, com.sun.tools.javac.tree.JCTree);
descriptor: (Lcom/sun/tools/javac/comp/Analyzer$RewritingContext;Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/util/Log$DeferredDiagnosticHandler;
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=1, locals=2, args_size=2
start local 1 0: aload 0
invokevirtual com.sun.tools.javac.comp.Analyzer$RewritingContext.diagHandler:()Lcom/sun/tools/javac/util/Log$DeferredDiagnosticHandler;
areturn
end local 1 LocalVariableTable:
Start End Slot Name Signature
0 1 1 t Lcom/sun/tools/javac/tree/JCTree;
}
SourceFile: "Analyzer.java"
NestMembers:
com.sun.tools.javac.comp.Analyzer$1 com.sun.tools.javac.comp.Analyzer$2 com.sun.tools.javac.comp.Analyzer$AnalyzerCopier com.sun.tools.javac.comp.Analyzer$AnalyzerMode com.sun.tools.javac.comp.Analyzer$DeferredAnalysisHelper com.sun.tools.javac.comp.Analyzer$DiamondInitializer com.sun.tools.javac.comp.Analyzer$LambdaAnalyzer com.sun.tools.javac.comp.Analyzer$RedundantLocalVarTypeAnalyzer com.sun.tools.javac.comp.Analyzer$RedundantLocalVarTypeAnalyzerBase com.sun.tools.javac.comp.Analyzer$RedundantLocalVarTypeAnalyzerForEach com.sun.tools.javac.comp.Analyzer$RedundantTypeArgAnalyzer com.sun.tools.javac.comp.Analyzer$RewritingContext com.sun.tools.javac.comp.Analyzer$StatementAnalyzer com.sun.tools.javac.comp.Analyzer$StatementScanner com.sun.tools.javac.comp.Analyzer$TreeRewriter
InnerClasses:
public final Kind = com.sun.tools.javac.code.Kinds$Kind of com.sun.tools.javac.code.Kinds
public KindSelector = com.sun.tools.javac.code.Kinds$KindSelector of com.sun.tools.javac.code.Kinds
public abstract WriteableScope = com.sun.tools.javac.code.Scope$WriteableScope of com.sun.tools.javac.code.Scope
public final Feature = com.sun.tools.javac.code.Source$Feature of com.sun.tools.javac.code.Source
com.sun.tools.javac.comp.Analyzer$1
com.sun.tools.javac.comp.Analyzer$2
AnalyzerCopier = com.sun.tools.javac.comp.Analyzer$AnalyzerCopier of com.sun.tools.javac.comp.Analyzer
final AnalyzerMode = com.sun.tools.javac.comp.Analyzer$AnalyzerMode of com.sun.tools.javac.comp.Analyzer
abstract DeferredAnalysisHelper = com.sun.tools.javac.comp.Analyzer$DeferredAnalysisHelper of com.sun.tools.javac.comp.Analyzer
DiamondInitializer = com.sun.tools.javac.comp.Analyzer$DiamondInitializer of com.sun.tools.javac.comp.Analyzer
LambdaAnalyzer = com.sun.tools.javac.comp.Analyzer$LambdaAnalyzer of com.sun.tools.javac.comp.Analyzer
RedundantLocalVarTypeAnalyzer = com.sun.tools.javac.comp.Analyzer$RedundantLocalVarTypeAnalyzer of com.sun.tools.javac.comp.Analyzer
abstract RedundantLocalVarTypeAnalyzerBase = com.sun.tools.javac.comp.Analyzer$RedundantLocalVarTypeAnalyzerBase of com.sun.tools.javac.comp.Analyzer
RedundantLocalVarTypeAnalyzerForEach = com.sun.tools.javac.comp.Analyzer$RedundantLocalVarTypeAnalyzerForEach of com.sun.tools.javac.comp.Analyzer
RedundantTypeArgAnalyzer = com.sun.tools.javac.comp.Analyzer$RedundantTypeArgAnalyzer of com.sun.tools.javac.comp.Analyzer
RewritingContext = com.sun.tools.javac.comp.Analyzer$RewritingContext of com.sun.tools.javac.comp.Analyzer
abstract StatementAnalyzer = com.sun.tools.javac.comp.Analyzer$StatementAnalyzer of com.sun.tools.javac.comp.Analyzer
StatementScanner = com.sun.tools.javac.comp.Analyzer$StatementScanner of com.sun.tools.javac.comp.Analyzer
TreeRewriter = com.sun.tools.javac.comp.Analyzer$TreeRewriter of com.sun.tools.javac.comp.Analyzer
LocalCacheContext = com.sun.tools.javac.comp.ArgumentAttr$LocalCacheContext of com.sun.tools.javac.comp.ArgumentAttr
ResultInfo = com.sun.tools.javac.comp.Attr$ResultInfo of com.sun.tools.javac.comp.Attr
public JCBlock = com.sun.tools.javac.tree.JCTree$JCBlock of com.sun.tools.javac.tree.JCTree
public JCCompilationUnit = com.sun.tools.javac.tree.JCTree$JCCompilationUnit of com.sun.tools.javac.tree.JCTree
public abstract JCStatement = com.sun.tools.javac.tree.JCTree$JCStatement of com.sun.tools.javac.tree.JCTree
public final Tag = com.sun.tools.javac.tree.JCTree$Tag of com.sun.tools.javac.tree.JCTree
public Key = com.sun.tools.javac.util.Context$Key of com.sun.tools.javac.util.Context
public DeferredDiagnosticHandler = com.sun.tools.javac.util.Log$DeferredDiagnosticHandler of com.sun.tools.javac.util.Log
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles