class com.sun.tools.javadoc.main.AnnotationValueImpl$ToStringVisitor implements com.sun.tools.javac.code.Attribute$Visitor
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.sun.tools.javadoc.main.AnnotationValueImpl$ToStringVisitor
super_class: java.lang.Object
{
private final java.lang.StringBuilder sb;
descriptor: Ljava/lang/StringBuilder;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
final com.sun.tools.javadoc.main.AnnotationValueImpl this$0;
descriptor: Lcom/sun/tools/javadoc/main/AnnotationValueImpl;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void <init>(com.sun.tools.javadoc.main.AnnotationValueImpl);
descriptor: (Lcom/sun/tools/javadoc/main/AnnotationValueImpl;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield com.sun.tools.javadoc.main.AnnotationValueImpl$ToStringVisitor.this$0:Lcom/sun/tools/javadoc/main/AnnotationValueImpl;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
new java.lang.StringBuilder
dup
invokespecial java.lang.StringBuilder.<init>:()V
putfield com.sun.tools.javadoc.main.AnnotationValueImpl$ToStringVisitor.sb:Ljava/lang/StringBuilder;
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/tools/javadoc/main/AnnotationValueImpl$ToStringVisitor;
MethodParameters:
Name Flags
this$0 final
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.javadoc.main.AnnotationValueImpl$ToStringVisitor.sb:Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javadoc/main/AnnotationValueImpl$ToStringVisitor;
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=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
getfield com.sun.tools.javac.code.Attribute$Constant.type:Lcom/sun/tools/javac/code/Type;
getstatic com.sun.tools.javac.code.TypeTag.BOOLEAN:Lcom/sun/tools/javac/code/TypeTag;
invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
ifeq 5
1: aload 0
getfield com.sun.tools.javadoc.main.AnnotationValueImpl$ToStringVisitor.sb:Ljava/lang/StringBuilder;
aload 1
getfield com.sun.tools.javac.code.Attribute$Constant.value:Ljava/lang/Object;
checkcast java.lang.Integer
invokevirtual java.lang.Integer.intValue:()I
ifeq 2
iconst_1
goto 3
StackMap locals:
StackMap stack: java.lang.StringBuilder
2: iconst_0
StackMap locals: com.sun.tools.javadoc.main.AnnotationValueImpl$ToStringVisitor com.sun.tools.javac.code.Attribute$Constant
StackMap stack: java.lang.StringBuilder int
3: invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
pop
4: goto 6
5: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.tools.javadoc.main.AnnotationValueImpl$ToStringVisitor.sb:Ljava/lang/StringBuilder;
aload 1
getfield com.sun.tools.javac.code.Attribute$Constant.value:Ljava/lang/Object;
invokestatic com.sun.tools.javadoc.main.FieldDocImpl.constantValueExpression:(Ljava/lang/Object;)Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
6: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/sun/tools/javadoc/main/AnnotationValueImpl$ToStringVisitor;
0 7 1 c Lcom/sun/tools/javac/code/Attribute$Constant;
MethodParameters:
Name Flags
c
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=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.tools.javadoc.main.AnnotationValueImpl$ToStringVisitor.sb:Ljava/lang/StringBuilder;
aload 1
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
pop
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/tools/javadoc/main/AnnotationValueImpl$ToStringVisitor;
0 2 1 c Lcom/sun/tools/javac/code/Attribute$Class;
MethodParameters:
Name Flags
c
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=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.tools.javadoc.main.AnnotationValueImpl$ToStringVisitor.sb:Ljava/lang/StringBuilder;
aload 1
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
pop
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/tools/javadoc/main/AnnotationValueImpl$ToStringVisitor;
0 2 1 e Lcom/sun/tools/javac/code/Attribute$Enum;
MethodParameters:
Name Flags
e
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=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.tools.javadoc.main.AnnotationValueImpl$ToStringVisitor.sb:Ljava/lang/StringBuilder;
new com.sun.tools.javadoc.main.AnnotationDescImpl
dup
aload 0
getfield com.sun.tools.javadoc.main.AnnotationValueImpl$ToStringVisitor.this$0:Lcom/sun/tools/javadoc/main/AnnotationValueImpl;
getfield com.sun.tools.javadoc.main.AnnotationValueImpl.env:Lcom/sun/tools/javadoc/main/DocEnv;
aload 1
invokespecial com.sun.tools.javadoc.main.AnnotationDescImpl.<init>:(Lcom/sun/tools/javadoc/main/DocEnv;Lcom/sun/tools/javac/code/Attribute$Compound;)V
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
pop
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/tools/javadoc/main/AnnotationValueImpl$ToStringVisitor;
0 2 1 c Lcom/sun/tools/javac/code/Attribute$Compound;
MethodParameters:
Name Flags
c
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=2, locals=7, args_size=2
start local 0 start local 1 0: aload 1
getfield com.sun.tools.javac.code.Attribute$Array.values:[Lcom/sun/tools/javac/code/Attribute;
arraylength
iconst_1
if_icmpeq 1
aload 0
getfield com.sun.tools.javadoc.main.AnnotationValueImpl$ToStringVisitor.sb:Ljava/lang/StringBuilder;
bipush 123
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
pop
1: StackMap locals:
StackMap stack:
iconst_1
istore 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.javadoc.main.AnnotationValueImpl$ToStringVisitor com.sun.tools.javac.code.Attribute$Array int top int int com.sun.tools.javac.code.Attribute[]
StackMap stack:
3: aload 6
iload 4
aaload
astore 3
start local 3 4: iload 2
ifeq 7
5: iconst_0
istore 2
6: goto 8
7: StackMap locals: com.sun.tools.javadoc.main.AnnotationValueImpl$ToStringVisitor com.sun.tools.javac.code.Attribute$Array int com.sun.tools.javac.code.Attribute int int com.sun.tools.javac.code.Attribute[]
StackMap stack:
aload 0
getfield com.sun.tools.javadoc.main.AnnotationValueImpl$ToStringVisitor.sb:Ljava/lang/StringBuilder;
ldc ", "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
8: StackMap locals:
StackMap stack:
aload 3
aload 0
invokevirtual com.sun.tools.javac.code.Attribute.accept:(Lcom/sun/tools/javac/code/Attribute$Visitor;)V
end local 3 9: iinc 4 1
StackMap locals: com.sun.tools.javadoc.main.AnnotationValueImpl$ToStringVisitor com.sun.tools.javac.code.Attribute$Array int top int int com.sun.tools.javac.code.Attribute[]
StackMap stack:
10: iload 4
iload 5
if_icmplt 3
11: aload 1
getfield com.sun.tools.javac.code.Attribute$Array.values:[Lcom/sun/tools/javac/code/Attribute;
arraylength
iconst_1
if_icmpeq 12
aload 0
getfield com.sun.tools.javadoc.main.AnnotationValueImpl$ToStringVisitor.sb:Ljava/lang/StringBuilder;
bipush 125
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
pop
12: StackMap locals: com.sun.tools.javadoc.main.AnnotationValueImpl$ToStringVisitor com.sun.tools.javac.code.Attribute$Array int
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lcom/sun/tools/javadoc/main/AnnotationValueImpl$ToStringVisitor;
0 13 1 a Lcom/sun/tools/javac/code/Attribute$Array;
2 13 2 first Z
4 9 3 elem Lcom/sun/tools/javac/code/Attribute;
MethodParameters:
Name Flags
a
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=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.tools.javadoc.main.AnnotationValueImpl$ToStringVisitor.sb:Ljava/lang/StringBuilder;
ldc "<error>"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/tools/javadoc/main/AnnotationValueImpl$ToStringVisitor;
0 2 1 e Lcom/sun/tools/javac/code/Attribute$Error;
MethodParameters:
Name Flags
e
}
SourceFile: "AnnotationValueImpl.java"
NestHost: com.sun.tools.javadoc.main.AnnotationValueImpl
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
private ToStringVisitor = com.sun.tools.javadoc.main.AnnotationValueImpl$ToStringVisitor of com.sun.tools.javadoc.main.AnnotationValueImpl