class com.sun.tools.javac.model.JavacElements$2Vis implements com.sun.tools.javac.code.Attribute$Visitor
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.sun.tools.javac.model.JavacElements$2Vis
super_class: java.lang.Object
{
com.sun.tools.javac.tree.JCTree result;
descriptor: Lcom/sun/tools/javac/tree/JCTree;
flags: (0x0000)
final com.sun.tools.javac.model.JavacElements this$0;
descriptor: Lcom/sun/tools/javac/model/JavacElements;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final com.sun.tools.javac.tree.JCTree val$tree;
descriptor: Lcom/sun/tools/javac/tree/JCTree;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final com.sun.tools.javac.code.Attribute val$findme;
descriptor: Lcom/sun/tools/javac/code/Attribute;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(com.sun.tools.javac.model.JavacElements, com.sun.tools.javac.tree.JCTree, com.sun.tools.javac.code.Attribute);
descriptor: (Lcom/sun/tools/javac/model/JavacElements;Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/code/Attribute;)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=4
start local 0 0: aload 0
aload 1
putfield com.sun.tools.javac.model.JavacElements$2Vis.this$0:Lcom/sun/tools/javac/model/JavacElements;
aload 0
aload 2
putfield com.sun.tools.javac.model.JavacElements$2Vis.val$tree:Lcom/sun/tools/javac/tree/JCTree;
aload 0
aload 3
putfield com.sun.tools.javac.model.JavacElements$2Vis.val$findme:Lcom/sun/tools/javac/code/Attribute;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aconst_null
putfield com.sun.tools.javac.model.JavacElements$2Vis.result:Lcom/sun/tools/javac/tree/JCTree;
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/tools/javac/model/JavacElements$2Vis;
MethodParameters:
Name Flags
this$0 final
val$tree final
val$findme final
public void visitConstant(com.sun.tools.javac.code.Attribute$Constant);
descriptor: (Lcom/sun/tools/javac/code/Attribute$Constant;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=0, locals=2, args_size=2
start local 0 start local 1 0: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javac/model/JavacElements$2Vis;
0 1 1 value Lcom/sun/tools/javac/code/Attribute$Constant;
MethodParameters:
Name Flags
value
public void visitClass(com.sun.tools.javac.code.Attribute$Class);
descriptor: (Lcom/sun/tools/javac/code/Attribute$Class;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=0, locals=2, args_size=2
start local 0 start local 1 0: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javac/model/JavacElements$2Vis;
0 1 1 clazz Lcom/sun/tools/javac/code/Attribute$Class;
MethodParameters:
Name Flags
clazz
public void visitCompound(com.sun.tools.javac.code.Attribute$Compound);
descriptor: (Lcom/sun/tools/javac/code/Attribute$Compound;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=6, args_size=2
start local 0 start local 1 0: aload 1
getfield com.sun.tools.javac.code.Attribute$Compound.values:Lcom/sun/tools/javac/util/List;
invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
astore 3
goto 8
StackMap locals: com.sun.tools.javac.model.JavacElements$2Vis com.sun.tools.javac.code.Attribute$Compound top java.util.Iterator
StackMap stack:
1: aload 3
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast com.sun.tools.javac.util.Pair
astore 2
start local 2 2: aload 0
getfield com.sun.tools.javac.model.JavacElements$2Vis.this$0:Lcom/sun/tools/javac/model/JavacElements;
aload 2
getfield com.sun.tools.javac.util.Pair.fst:Ljava/lang/Object;
checkcast com.sun.tools.javac.code.Symbol$MethodSymbol
aload 0
getfield com.sun.tools.javac.model.JavacElements$2Vis.val$tree:Lcom/sun/tools/javac/tree/JCTree;
invokevirtual com.sun.tools.javac.model.JavacElements.scanForAssign:(Lcom/sun/tools/javac/code/Symbol$MethodSymbol;Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/tree/JCTree$JCExpression;
astore 4
start local 4 3: aload 4
ifnull 8
4: aload 0
getfield com.sun.tools.javac.model.JavacElements$2Vis.this$0:Lcom/sun/tools/javac/model/JavacElements;
aload 0
getfield com.sun.tools.javac.model.JavacElements$2Vis.val$findme:Lcom/sun/tools/javac/code/Attribute;
aload 2
getfield com.sun.tools.javac.util.Pair.snd:Ljava/lang/Object;
checkcast com.sun.tools.javac.code.Attribute
aload 4
invokevirtual com.sun.tools.javac.model.JavacElements.matchAttributeToTree:(Lcom/sun/tools/javac/code/Attribute;Lcom/sun/tools/javac/code/Attribute;Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/tree/JCTree;
astore 5
start local 5 5: aload 5
ifnull 8
6: aload 0
aload 5
putfield com.sun.tools.javac.model.JavacElements$2Vis.result:Lcom/sun/tools/javac/tree/JCTree;
7: return
end local 5 end local 4 end local 2 8: StackMap locals:
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 1
9: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lcom/sun/tools/javac/model/JavacElements$2Vis;
0 10 1 anno Lcom/sun/tools/javac/code/Attribute$Compound;
2 8 2 pair Lcom/sun/tools/javac/util/Pair<Lcom/sun/tools/javac/code/Symbol$MethodSymbol;Lcom/sun/tools/javac/code/Attribute;>;
3 8 4 expr Lcom/sun/tools/javac/tree/JCTree$JCExpression;
5 8 5 match Lcom/sun/tools/javac/tree/JCTree;
MethodParameters:
Name Flags
anno
public void visitArray(com.sun.tools.javac.code.Attribute$Array);
descriptor: (Lcom/sun/tools/javac/code/Attribute$Array;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=8, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.tools.javac.model.JavacElements$2Vis.val$tree:Lcom/sun/tools/javac/tree/JCTree;
getstatic com.sun.tools.javac.tree.JCTree$Tag.NEWARRAY:Lcom/sun/tools/javac/tree/JCTree$Tag;
invokevirtual com.sun.tools.javac.tree.JCTree.hasTag:(Lcom/sun/tools/javac/tree/JCTree$Tag;)Z
ifeq 12
1: aload 0
getfield com.sun.tools.javac.model.JavacElements$2Vis.val$tree:Lcom/sun/tools/javac/tree/JCTree;
checkcast com.sun.tools.javac.tree.JCTree$JCNewArray
getfield com.sun.tools.javac.tree.JCTree$JCNewArray.elems:Lcom/sun/tools/javac/util/List;
astore 2
start local 2 2: aload 1
getfield com.sun.tools.javac.code.Attribute$Array.values:[Lcom/sun/tools/javac/code/Attribute;
dup
astore 6
arraylength
istore 5
iconst_0
istore 4
goto 10
StackMap locals: com.sun.tools.javac.model.JavacElements$2Vis com.sun.tools.javac.code.Attribute$Array com.sun.tools.javac.util.List top int int com.sun.tools.javac.code.Attribute[]
StackMap stack:
3: aload 6
iload 4
aaload
astore 3
start local 3 4: aload 0
getfield com.sun.tools.javac.model.JavacElements$2Vis.this$0:Lcom/sun/tools/javac/model/JavacElements;
aload 0
getfield com.sun.tools.javac.model.JavacElements$2Vis.val$findme:Lcom/sun/tools/javac/code/Attribute;
aload 3
aload 2
getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
checkcast com.sun.tools.javac.tree.JCTree
invokevirtual com.sun.tools.javac.model.JavacElements.matchAttributeToTree:(Lcom/sun/tools/javac/code/Attribute;Lcom/sun/tools/javac/code/Attribute;Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/tree/JCTree;
astore 7
start local 7 5: aload 7
ifnull 8
6: aload 0
aload 7
putfield com.sun.tools.javac.model.JavacElements$2Vis.result:Lcom/sun/tools/javac/tree/JCTree;
7: return
8: StackMap locals: com.sun.tools.javac.model.JavacElements$2Vis com.sun.tools.javac.code.Attribute$Array com.sun.tools.javac.util.List com.sun.tools.javac.code.Attribute int int com.sun.tools.javac.code.Attribute[] com.sun.tools.javac.tree.JCTree
StackMap stack:
aload 2
getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
astore 2
end local 7 end local 3 9: iinc 4 1
StackMap locals: com.sun.tools.javac.model.JavacElements$2Vis com.sun.tools.javac.code.Attribute$Array com.sun.tools.javac.util.List top int int com.sun.tools.javac.code.Attribute[]
StackMap stack:
10: iload 4
iload 5
if_icmplt 3
end local 2 11: goto 14
StackMap locals: com.sun.tools.javac.model.JavacElements$2Vis com.sun.tools.javac.code.Attribute$Array
StackMap stack:
12: aload 1
getfield com.sun.tools.javac.code.Attribute$Array.values:[Lcom/sun/tools/javac/code/Attribute;
arraylength
iconst_1
if_icmpne 14
13: aload 0
aload 0
getfield com.sun.tools.javac.model.JavacElements$2Vis.this$0:Lcom/sun/tools/javac/model/JavacElements;
aload 0
getfield com.sun.tools.javac.model.JavacElements$2Vis.val$findme:Lcom/sun/tools/javac/code/Attribute;
aload 1
getfield com.sun.tools.javac.code.Attribute$Array.values:[Lcom/sun/tools/javac/code/Attribute;
iconst_0
aaload
aload 0
getfield com.sun.tools.javac.model.JavacElements$2Vis.val$tree:Lcom/sun/tools/javac/tree/JCTree;
invokevirtual com.sun.tools.javac.model.JavacElements.matchAttributeToTree:(Lcom/sun/tools/javac/code/Attribute;Lcom/sun/tools/javac/code/Attribute;Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/tree/JCTree;
putfield com.sun.tools.javac.model.JavacElements$2Vis.result:Lcom/sun/tools/javac/tree/JCTree;
14: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lcom/sun/tools/javac/model/JavacElements$2Vis;
0 15 1 array Lcom/sun/tools/javac/code/Attribute$Array;
2 11 2 elems Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree$JCExpression;>;
4 9 3 value Lcom/sun/tools/javac/code/Attribute;
5 9 7 match Lcom/sun/tools/javac/tree/JCTree;
MethodParameters:
Name Flags
array
public void visitEnum(com.sun.tools.javac.code.Attribute$Enum);
descriptor: (Lcom/sun/tools/javac/code/Attribute$Enum;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=0, locals=2, args_size=2
start local 0 start local 1 0: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javac/model/JavacElements$2Vis;
0 1 1 e Lcom/sun/tools/javac/code/Attribute$Enum;
MethodParameters:
Name Flags
e
public void visitError(com.sun.tools.javac.code.Attribute$Error);
descriptor: (Lcom/sun/tools/javac/code/Attribute$Error;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=0, locals=2, args_size=2
start local 0 start local 1 0: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javac/model/JavacElements$2Vis;
0 1 1 e Lcom/sun/tools/javac/code/Attribute$Error;
MethodParameters:
Name Flags
e
}
SourceFile: "JavacElements.java"
EnclosingMethod: com.sun.tools.javac.model.JavacElements.matchAttributeToTree:(Lcom/sun/tools/javac/code/Attribute;Lcom/sun/tools/javac/code/Attribute;Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/tree/JCTree;
NestHost: com.sun.tools.javac.model.JavacElements
InnerClasses:
public Array = com.sun.tools.javac.code.Attribute$Array of com.sun.tools.javac.code.Attribute
public Class = com.sun.tools.javac.code.Attribute$Class of com.sun.tools.javac.code.Attribute
public Compound = com.sun.tools.javac.code.Attribute$Compound of com.sun.tools.javac.code.Attribute
public Constant = com.sun.tools.javac.code.Attribute$Constant of com.sun.tools.javac.code.Attribute
public Enum = com.sun.tools.javac.code.Attribute$Enum of com.sun.tools.javac.code.Attribute
public Error = com.sun.tools.javac.code.Attribute$Error of com.sun.tools.javac.code.Attribute
public abstract Visitor = com.sun.tools.javac.code.Attribute$Visitor of com.sun.tools.javac.code.Attribute
public MethodSymbol = com.sun.tools.javac.code.Symbol$MethodSymbol of com.sun.tools.javac.code.Symbol
Vis = com.sun.tools.javac.model.JavacElements$2Vis
public abstract JCExpression = com.sun.tools.javac.tree.JCTree$JCExpression of com.sun.tools.javac.tree.JCTree
public JCNewArray = com.sun.tools.javac.tree.JCTree$JCNewArray of com.sun.tools.javac.tree.JCTree
public final Tag = com.sun.tools.javac.tree.JCTree$Tag of com.sun.tools.javac.tree.JCTree