public abstract class net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher extends java.lang.Enum<net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher>
minor version: 0
major version: 59
flags: flags: (0x4421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT, ACC_ANNOTATION
this_class: net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher
super_class: java.lang.Enum
{
public static final net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher LEGACY_VM;
descriptor: Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
Signature: Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;
public static final net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher JAVA_9_CAPABLE_VM;
descriptor: Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
Signature: Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;
public static final net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher CURRENT;
descriptor: Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
Signature: Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;
private final char openingBrace;
descriptor: C
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final char closingBrace;
descriptor: C
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private static final net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher[] ENUM$VALUES;
descriptor: [Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;
flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=6, locals=0, args_size=0
0: new net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher$1
dup
ldc "LEGACY_VM"
iconst_0
1: bipush 91
bipush 93
invokespecial net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher$1.<init>:(Ljava/lang/String;ICC)V
putstatic net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher.LEGACY_VM:Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;
2: new net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher$2
dup
ldc "JAVA_9_CAPABLE_VM"
iconst_1
3: bipush 123
bipush 125
invokespecial net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher$2.<init>:(Ljava/lang/String;ICC)V
putstatic net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher.JAVA_9_CAPABLE_VM:Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;
iconst_2
anewarray net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher
dup
iconst_0
getstatic net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher.LEGACY_VM:Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;
aastore
dup
iconst_1
getstatic net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher.JAVA_9_CAPABLE_VM:Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;
aastore
putstatic net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher.ENUM$VALUES:[Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;
4: getstatic net.bytebuddy.ClassFileVersion.JAVA_V6:Lnet/bytebuddy/ClassFileVersion;
invokestatic net.bytebuddy.ClassFileVersion.ofThisVm:(Lnet/bytebuddy/ClassFileVersion;)Lnet/bytebuddy/ClassFileVersion;
getstatic net.bytebuddy.ClassFileVersion.JAVA_V9:Lnet/bytebuddy/ClassFileVersion;
invokevirtual net.bytebuddy.ClassFileVersion.isAtLeast:(Lnet/bytebuddy/ClassFileVersion;)Z
ifeq 6
5: getstatic net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher.JAVA_9_CAPABLE_VM:Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;
goto 7
6: StackMap locals:
StackMap stack:
getstatic net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher.LEGACY_VM:Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;
7: StackMap locals:
StackMap stack: net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher
putstatic net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher.CURRENT:Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;
8: return
LocalVariableTable:
Start End Slot Name Signature
private void <init>(java.lang.String, int, char, char);
descriptor: (Ljava/lang/String;ICC)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=5, args_size=5
start local 0 start local 3 start local 4 0: aload 0
aload 1
iload 2
invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
1: aload 0
iload 3
putfield net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher.openingBrace:C
2: aload 0
iload 4
putfield net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher.closingBrace:C
3: return
end local 4 end local 3 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;
0 4 3 openingBrace C
0 4 4 closingBrace C
MethodParameters:
Name Flags
$enum$name
$enum$ordinal
openingBrace
closingBrace
public java.lang.String toSourceString(boolean);
descriptor: (Z)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: iload 1
invokestatic java.lang.Boolean.toString:(Z)Ljava/lang/String;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;
0 1 1 value Z
MethodParameters:
Name Flags
value
public java.lang.String toSourceString(byte);
descriptor: (B)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: iload 1
invokestatic java.lang.Byte.toString:(B)Ljava/lang/String;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;
0 1 1 value B
MethodParameters:
Name Flags
value
public java.lang.String toSourceString(short);
descriptor: (S)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: iload 1
invokestatic java.lang.Short.toString:(S)Ljava/lang/String;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;
0 1 1 value S
MethodParameters:
Name Flags
value
public abstract java.lang.String toSourceString(char);
descriptor: (C)Ljava/lang/String;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
value
public java.lang.String toSourceString(int);
descriptor: (I)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: iload 1
invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;
0 1 1 value I
MethodParameters:
Name Flags
value
public abstract java.lang.String toSourceString(long);
descriptor: (J)Ljava/lang/String;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
value
public abstract java.lang.String toSourceString(float);
descriptor: (F)Ljava/lang/String;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
value
public abstract java.lang.String toSourceString(double);
descriptor: (D)Ljava/lang/String;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
value
public abstract java.lang.String toSourceString(java.lang.String);
descriptor: (Ljava/lang/String;)Ljava/lang/String;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
value
public abstract java.lang.String toSourceString(net.bytebuddy.description.type.TypeDescription);
descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Ljava/lang/String;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
value
public java.lang.String toSourceString(java.util.List<?>);
descriptor: (Ljava/util/List;)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=6, args_size=2
start local 0 start local 1 0: new java.lang.StringBuilder
dup
invokespecial java.lang.StringBuilder.<init>:()V
aload 0
getfield net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher.openingBrace:C
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
astore 2
start local 2 1: iconst_1
istore 3
start local 3 2: aload 1
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 5
goto 9
StackMap locals: net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher java.util.List java.lang.StringBuilder int top java.util.Iterator
StackMap stack:
3: aload 5
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
astore 4
start local 4 4: iload 3
ifeq 7
5: iconst_0
istore 3
6: goto 8
7: StackMap locals: net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher java.util.List java.lang.StringBuilder int java.lang.Object java.util.Iterator
StackMap stack:
aload 2
ldc ", "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
8: StackMap locals:
StackMap stack:
aload 2
aload 4
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
pop
end local 4 9: StackMap locals: net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher java.util.List java.lang.StringBuilder int top java.util.Iterator
StackMap stack:
aload 5
invokeinterface java.util.Iterator.hasNext:()Z
ifne 3
10: aload 2
aload 0
getfield net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher.closingBrace:C
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;
0 11 1 values Ljava/util/List<*>;
1 11 2 stringBuilder Ljava/lang/StringBuilder;
2 11 3 first Z
4 9 4 value Ljava/lang/Object;
Signature: (Ljava/util/List<*>;)Ljava/lang/String;
MethodParameters:
Name Flags
values
public static net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher[] values();
descriptor: ()[Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=3, args_size=0
0: getstatic net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher.ENUM$VALUES:[Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;
dup
astore 0
iconst_0
aload 0
arraylength
dup
istore 1
anewarray net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher
dup
astore 2
iconst_0
iload 1
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
aload 2
areturn
LocalVariableTable:
Start End Slot Name Signature
public static net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher valueOf(java.lang.String);
descriptor: (Ljava/lang/String;)Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
0: ldc Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;
aload 0
invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
checkcast net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher
areturn
LocalVariableTable:
Start End Slot Name Signature
MethodParameters:
Name Flags
name
}
Signature: Ljava/lang/Enum<Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;>;
SourceFile: "AnnotationValue.java"
NestHost: net.bytebuddy.description.annotation.AnnotationValue
InnerClasses:
public abstract RenderingDispatcher = net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher of net.bytebuddy.description.annotation.AnnotationValue
net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher$1
net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher$2