public class com.sun.tools.javac.code.Attribute$Array extends com.sun.tools.javac.code.Attribute
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.tools.javac.code.Attribute$Array
super_class: com.sun.tools.javac.code.Attribute
{
public final com.sun.tools.javac.code.Attribute[] values;
descriptor: [Lcom/sun/tools/javac/code/Attribute;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
public void <init>(com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Attribute[]);
descriptor: (Lcom/sun/tools/javac/code/Type;[Lcom/sun/tools/javac/code/Attribute;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
invokespecial com.sun.tools.javac.code.Attribute.<init>:(Lcom/sun/tools/javac/code/Type;)V
1: aload 0
aload 2
putfield com.sun.tools.javac.code.Attribute$Array.values:[Lcom/sun/tools/javac/code/Attribute;
2: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/tools/javac/code/Attribute$Array;
0 3 1 type Lcom/sun/tools/javac/code/Type;
0 3 2 values [Lcom/sun/tools/javac/code/Attribute;
MethodParameters:
Name Flags
type
values
public void <init>(com.sun.tools.javac.code.Type, com.sun.tools.javac.util.List<com.sun.tools.javac.code.Attribute>);
descriptor: (Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/List;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
invokespecial com.sun.tools.javac.code.Attribute.<init>:(Lcom/sun/tools/javac/code/Type;)V
1: aload 0
aload 2
aload 2
invokevirtual com.sun.tools.javac.util.List.size:()I
anewarray com.sun.tools.javac.code.Attribute
invokevirtual com.sun.tools.javac.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
checkcast com.sun.tools.javac.code.Attribute[]
putfield com.sun.tools.javac.code.Attribute$Array.values:[Lcom/sun/tools/javac/code/Attribute;
2: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/tools/javac/code/Attribute$Array;
0 3 1 type Lcom/sun/tools/javac/code/Type;
0 3 2 values Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Attribute;>;
Signature: (Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Attribute;>;)V
MethodParameters:
Name Flags
type
values
public void accept(com.sun.tools.javac.code.Attribute$Visitor);
descriptor: (Lcom/sun/tools/javac/code/Attribute$Visitor;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
aload 0
invokeinterface com.sun.tools.javac.code.Attribute$Visitor.visitArray:(Lcom/sun/tools/javac/code/Attribute$Array;)V
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javac/code/Attribute$Array;
0 1 1 v Lcom/sun/tools/javac/code/Attribute$Visitor;
MethodParameters:
Name Flags
v
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=7, args_size=1
start local 0 0: new java.lang.StringBuilder
dup
invokespecial java.lang.StringBuilder.<init>:()V
astore 1
start local 1 1: aload 1
bipush 123
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
pop
2: iconst_1
istore 2
start local 2 3: aload 0
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.code.Attribute$Array java.lang.StringBuilder int top int int com.sun.tools.javac.code.Attribute[]
StackMap stack:
4: aload 6
iload 4
aaload
astore 3
start local 3 5: iload 2
ifne 7
6: aload 1
ldc ", "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
7: StackMap locals: com.sun.tools.javac.code.Attribute$Array java.lang.StringBuilder int com.sun.tools.javac.code.Attribute int int com.sun.tools.javac.code.Attribute[]
StackMap stack:
iconst_0
istore 2
8: aload 1
aload 3
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
pop
end local 3 9: iinc 4 1
StackMap locals: com.sun.tools.javac.code.Attribute$Array java.lang.StringBuilder int top int int com.sun.tools.javac.code.Attribute[]
StackMap stack:
10: iload 4
iload 5
if_icmplt 4
11: aload 1
bipush 125
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
pop
12: aload 1
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lcom/sun/tools/javac/code/Attribute$Array;
1 13 1 buf Ljava/lang/StringBuilder;
3 13 2 first Z
5 9 3 value Lcom/sun/tools/javac/code/Attribute;
public com.sun.tools.javac.util.List<com.sun.tools.javac.code.Attribute> getValue();
descriptor: ()Lcom/sun/tools/javac/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.javac.code.Attribute$Array.values:[Lcom/sun/tools/javac/code/Attribute;
invokestatic com.sun.tools.javac.util.List.from:([Ljava/lang/Object;)Lcom/sun/tools/javac/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javac/code/Attribute$Array;
Signature: ()Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Attribute;>;
public <R, P> R accept(javax.lang.model.element.AnnotationValueVisitor<R, P>, );
descriptor: (Ljavax/lang/model/element/AnnotationValueVisitor;Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
aload 0
invokevirtual com.sun.tools.javac.code.Attribute$Array.getValue:()Lcom/sun/tools/javac/util/List;
aload 2
invokeinterface javax.lang.model.element.AnnotationValueVisitor.visitArray:(Ljava/util/List;Ljava/lang/Object;)Ljava/lang/Object;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javac/code/Attribute$Array;
0 1 1 v Ljavax/lang/model/element/AnnotationValueVisitor<TR;TP;>;
0 1 2 p TP;
Signature: <R:Ljava/lang/Object;P:Ljava/lang/Object;>(Ljavax/lang/model/element/AnnotationValueVisitor<TR;TP;>;TP;)TR;
MethodParameters:
Name Flags
v
p
public com.sun.tools.javac.code.TypeAnnotationPosition getPosition();
descriptor: ()Lcom/sun/tools/javac/code/TypeAnnotationPosition;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.javac.code.Attribute$Array.values:[Lcom/sun/tools/javac/code/Attribute;
arraylength
ifeq 2
1: aload 0
getfield com.sun.tools.javac.code.Attribute$Array.values:[Lcom/sun/tools/javac/code/Attribute;
iconst_0
aaload
invokevirtual com.sun.tools.javac.code.Attribute.getPosition:()Lcom/sun/tools/javac/code/TypeAnnotationPosition;
areturn
2: StackMap locals:
StackMap stack:
aconst_null
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/tools/javac/code/Attribute$Array;
public java.lang.Object getValue();
descriptor: ()Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual com.sun.tools.javac.code.Attribute$Array.getValue:()Lcom/sun/tools/javac/util/List;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "Attribute.java"
NestHost: com.sun.tools.javac.code.Attribute
InnerClasses:
public Array = com.sun.tools.javac.code.Attribute$Array of com.sun.tools.javac.code.Attribute
public abstract Visitor = com.sun.tools.javac.code.Attribute$Visitor of com.sun.tools.javac.code.Attribute