class com.sun.tools.javac.api.JavacTaskImpl$2 extends com.sun.tools.javac.api.JavacTaskImpl$Filter
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.sun.tools.javac.api.JavacTaskImpl$2
super_class: com.sun.tools.javac.api.JavacTaskImpl$Filter
{
final com.sun.tools.javac.api.JavacTaskImpl this$0;
descriptor: Lcom/sun/tools/javac/api/JavacTaskImpl;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final com.sun.tools.javac.util.ListBuffer val$results;
descriptor: Lcom/sun/tools/javac/util/ListBuffer;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(com.sun.tools.javac.api.JavacTaskImpl, com.sun.tools.javac.api.JavacTaskImpl, com.sun.tools.javac.util.ListBuffer);
descriptor: (Lcom/sun/tools/javac/api/JavacTaskImpl;Lcom/sun/tools/javac/api/JavacTaskImpl;Lcom/sun/tools/javac/util/ListBuffer;)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=4
start local 0 // com.sun.tools.javac.api.JavacTaskImpl$2 this
0: .line 448
aload 0 /* this */
aload 2
putfield com.sun.tools.javac.api.JavacTaskImpl$2.this$0:Lcom/sun/tools/javac/api/JavacTaskImpl;
aload 0 /* this */
aload 3
putfield com.sun.tools.javac.api.JavacTaskImpl$2.val$results:Lcom/sun/tools/javac/util/ListBuffer;
aload 0 /* this */
aload 1
invokespecial com.sun.tools.javac.api.JavacTaskImpl$Filter.<init>:(Lcom/sun/tools/javac/api/JavacTaskImpl;)V
return
end local 0 // com.sun.tools.javac.api.JavacTaskImpl$2 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javac/api/JavacTaskImpl$2;
MethodParameters:
Name Flags
this$0 final
this$1 final
val$results final
public void process(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=3, locals=2, args_size=2
start local 0 // com.sun.tools.javac.api.JavacTaskImpl$2 this
start local 1 // com.sun.tools.javac.comp.Env env
0: .line 451
aload 0 /* this */
getfield com.sun.tools.javac.api.JavacTaskImpl$2.this$0:Lcom/sun/tools/javac/api/JavacTaskImpl;
getfield com.sun.tools.javac.api.JavacTaskImpl.compiler:Lcom/sun/tools/javac/main/JavaCompiler;
aload 0 /* this */
getfield com.sun.tools.javac.api.JavacTaskImpl$2.this$0:Lcom/sun/tools/javac/api/JavacTaskImpl;
getfield com.sun.tools.javac.api.JavacTaskImpl.compiler:Lcom/sun/tools/javac/main/JavaCompiler;
aload 1 /* env */
invokestatic com.sun.tools.javac.util.ListBuffer.of:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/ListBuffer;
invokevirtual com.sun.tools.javac.main.JavaCompiler.desugar:(Ljava/util/Queue;)Ljava/util/Queue;
aload 0 /* this */
getfield com.sun.tools.javac.api.JavacTaskImpl$2.val$results:Lcom/sun/tools/javac/util/ListBuffer;
invokevirtual com.sun.tools.javac.main.JavaCompiler.generate:(Ljava/util/Queue;Ljava/util/Queue;)V
1: .line 452
return
end local 1 // com.sun.tools.javac.comp.Env env
end local 0 // com.sun.tools.javac.api.JavacTaskImpl$2 this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/tools/javac/api/JavacTaskImpl$2;
0 2 1 env 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
env
}
SourceFile: "JavacTaskImpl.java"
EnclosingMethod: com.sun.tools.javac.api.JavacTaskImpl.generate:(Ljava/lang/Iterable;)Ljava/lang/Iterable;
NestHost: com.sun.tools.javac.api.JavacTaskImpl
InnerClasses:
com.sun.tools.javac.api.JavacTaskImpl$2
abstract Filter = com.sun.tools.javac.api.JavacTaskImpl$Filter of com.sun.tools.javac.api.JavacTaskImpl
public JCClassDecl = com.sun.tools.javac.tree.JCTree$JCClassDecl of com.sun.tools.javac.tree.JCTree