class com.sun.tools.javac.comp.Attr$1 extends com.sun.tools.javac.tree.TreeTranslator
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.sun.tools.javac.comp.Attr$1
super_class: com.sun.tools.javac.tree.TreeTranslator
{
final com.sun.tools.javac.comp.Attr this$0;
descriptor: Lcom/sun/tools/javac/comp/Attr;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(com.sun.tools.javac.comp.Attr);
descriptor: (Lcom/sun/tools/javac/comp/Attr;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // com.sun.tools.javac.comp.Attr$1 this
0: .line 1940
aload 0 /* this */
aload 1
putfield com.sun.tools.javac.comp.Attr$1.this$0:Lcom/sun/tools/javac/comp/Attr;
aload 0 /* this */
invokespecial com.sun.tools.javac.tree.TreeTranslator.<init>:()V
return
end local 0 // com.sun.tools.javac.comp.Attr$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javac/comp/Attr$1;
MethodParameters:
Name Flags
this$0 final
public void visitTypeApply(com.sun.tools.javac.tree.JCTree$JCTypeApply);
descriptor: (Lcom/sun/tools/javac/tree/JCTree$JCTypeApply;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 // com.sun.tools.javac.comp.Attr$1 this
start local 1 // com.sun.tools.javac.tree.JCTree$JCTypeApply tree
0: .line 1943
aload 0 /* this */
aload 0 /* this */
aload 1 /* tree */
getfield com.sun.tools.javac.tree.JCTree$JCTypeApply.clazz:Lcom/sun/tools/javac/tree/JCTree$JCExpression;
invokevirtual com.sun.tools.javac.comp.Attr$1.translate:(Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/tree/JCTree;
putfield com.sun.tools.javac.comp.Attr$1.result:Lcom/sun/tools/javac/tree/JCTree;
1: .line 1944
return
end local 1 // com.sun.tools.javac.tree.JCTree$JCTypeApply tree
end local 0 // com.sun.tools.javac.comp.Attr$1 this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/tools/javac/comp/Attr$1;
0 2 1 tree Lcom/sun/tools/javac/tree/JCTree$JCTypeApply;
MethodParameters:
Name Flags
tree
}
SourceFile: "Attr.java"
EnclosingMethod: com.sun.tools.javac.comp.Attr
NestHost: com.sun.tools.javac.comp.Attr
InnerClasses:
com.sun.tools.javac.comp.Attr$1
public JCTypeApply = com.sun.tools.javac.tree.JCTree$JCTypeApply of com.sun.tools.javac.tree.JCTree