public final class net.bytebuddy.implementation.bytecode.constant.DefaultValue extends java.lang.Enum<net.bytebuddy.implementation.bytecode.constant.DefaultValue> implements net.bytebuddy.implementation.bytecode.StackManipulation
minor version: 0
major version: 59
flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
this_class: net.bytebuddy.implementation.bytecode.constant.DefaultValue
super_class: java.lang.Enum
{
public static final net.bytebuddy.implementation.bytecode.constant.DefaultValue INTEGER;
descriptor: Lnet/bytebuddy/implementation/bytecode/constant/DefaultValue;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final net.bytebuddy.implementation.bytecode.constant.DefaultValue LONG;
descriptor: Lnet/bytebuddy/implementation/bytecode/constant/DefaultValue;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final net.bytebuddy.implementation.bytecode.constant.DefaultValue FLOAT;
descriptor: Lnet/bytebuddy/implementation/bytecode/constant/DefaultValue;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final net.bytebuddy.implementation.bytecode.constant.DefaultValue DOUBLE;
descriptor: Lnet/bytebuddy/implementation/bytecode/constant/DefaultValue;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final net.bytebuddy.implementation.bytecode.constant.DefaultValue VOID;
descriptor: Lnet/bytebuddy/implementation/bytecode/constant/DefaultValue;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final net.bytebuddy.implementation.bytecode.constant.DefaultValue REFERENCE;
descriptor: Lnet/bytebuddy/implementation/bytecode/constant/DefaultValue;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
private final net.bytebuddy.implementation.bytecode.StackManipulation stackManipulation;
descriptor: Lnet/bytebuddy/implementation/bytecode/StackManipulation;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private static final net.bytebuddy.implementation.bytecode.constant.DefaultValue[] ENUM$VALUES;
descriptor: [Lnet/bytebuddy/implementation/bytecode/constant/DefaultValue;
flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=5, locals=0, args_size=0
0: new net.bytebuddy.implementation.bytecode.constant.DefaultValue
dup
ldc "INTEGER"
iconst_0
1: getstatic net.bytebuddy.implementation.bytecode.constant.IntegerConstant.ZERO:Lnet/bytebuddy/implementation/bytecode/constant/IntegerConstant;
invokespecial net.bytebuddy.implementation.bytecode.constant.DefaultValue.<init>:(Ljava/lang/String;ILnet/bytebuddy/implementation/bytecode/StackManipulation;)V
putstatic net.bytebuddy.implementation.bytecode.constant.DefaultValue.INTEGER:Lnet/bytebuddy/implementation/bytecode/constant/DefaultValue;
2: new net.bytebuddy.implementation.bytecode.constant.DefaultValue
dup
ldc "LONG"
iconst_1
3: getstatic net.bytebuddy.implementation.bytecode.constant.LongConstant.ZERO:Lnet/bytebuddy/implementation/bytecode/constant/LongConstant;
invokespecial net.bytebuddy.implementation.bytecode.constant.DefaultValue.<init>:(Ljava/lang/String;ILnet/bytebuddy/implementation/bytecode/StackManipulation;)V
putstatic net.bytebuddy.implementation.bytecode.constant.DefaultValue.LONG:Lnet/bytebuddy/implementation/bytecode/constant/DefaultValue;
4: new net.bytebuddy.implementation.bytecode.constant.DefaultValue
dup
ldc "FLOAT"
iconst_2
5: getstatic net.bytebuddy.implementation.bytecode.constant.FloatConstant.ZERO:Lnet/bytebuddy/implementation/bytecode/constant/FloatConstant;
invokespecial net.bytebuddy.implementation.bytecode.constant.DefaultValue.<init>:(Ljava/lang/String;ILnet/bytebuddy/implementation/bytecode/StackManipulation;)V
putstatic net.bytebuddy.implementation.bytecode.constant.DefaultValue.FLOAT:Lnet/bytebuddy/implementation/bytecode/constant/DefaultValue;
6: new net.bytebuddy.implementation.bytecode.constant.DefaultValue
dup
ldc "DOUBLE"
iconst_3
7: getstatic net.bytebuddy.implementation.bytecode.constant.DoubleConstant.ZERO:Lnet/bytebuddy/implementation/bytecode/constant/DoubleConstant;
invokespecial net.bytebuddy.implementation.bytecode.constant.DefaultValue.<init>:(Ljava/lang/String;ILnet/bytebuddy/implementation/bytecode/StackManipulation;)V
putstatic net.bytebuddy.implementation.bytecode.constant.DefaultValue.DOUBLE:Lnet/bytebuddy/implementation/bytecode/constant/DefaultValue;
8: new net.bytebuddy.implementation.bytecode.constant.DefaultValue
dup
ldc "VOID"
iconst_4
9: getstatic net.bytebuddy.implementation.bytecode.StackManipulation$Trivial.INSTANCE:Lnet/bytebuddy/implementation/bytecode/StackManipulation$Trivial;
invokespecial net.bytebuddy.implementation.bytecode.constant.DefaultValue.<init>:(Ljava/lang/String;ILnet/bytebuddy/implementation/bytecode/StackManipulation;)V
putstatic net.bytebuddy.implementation.bytecode.constant.DefaultValue.VOID:Lnet/bytebuddy/implementation/bytecode/constant/DefaultValue;
10: new net.bytebuddy.implementation.bytecode.constant.DefaultValue
dup
ldc "REFERENCE"
iconst_5
11: getstatic net.bytebuddy.implementation.bytecode.constant.NullConstant.INSTANCE:Lnet/bytebuddy/implementation/bytecode/constant/NullConstant;
invokespecial net.bytebuddy.implementation.bytecode.constant.DefaultValue.<init>:(Ljava/lang/String;ILnet/bytebuddy/implementation/bytecode/StackManipulation;)V
putstatic net.bytebuddy.implementation.bytecode.constant.DefaultValue.REFERENCE:Lnet/bytebuddy/implementation/bytecode/constant/DefaultValue;
12: bipush 6
anewarray net.bytebuddy.implementation.bytecode.constant.DefaultValue
dup
iconst_0
getstatic net.bytebuddy.implementation.bytecode.constant.DefaultValue.INTEGER:Lnet/bytebuddy/implementation/bytecode/constant/DefaultValue;
aastore
dup
iconst_1
getstatic net.bytebuddy.implementation.bytecode.constant.DefaultValue.LONG:Lnet/bytebuddy/implementation/bytecode/constant/DefaultValue;
aastore
dup
iconst_2
getstatic net.bytebuddy.implementation.bytecode.constant.DefaultValue.FLOAT:Lnet/bytebuddy/implementation/bytecode/constant/DefaultValue;
aastore
dup
iconst_3
getstatic net.bytebuddy.implementation.bytecode.constant.DefaultValue.DOUBLE:Lnet/bytebuddy/implementation/bytecode/constant/DefaultValue;
aastore
dup
iconst_4
getstatic net.bytebuddy.implementation.bytecode.constant.DefaultValue.VOID:Lnet/bytebuddy/implementation/bytecode/constant/DefaultValue;
aastore
dup
iconst_5
getstatic net.bytebuddy.implementation.bytecode.constant.DefaultValue.REFERENCE:Lnet/bytebuddy/implementation/bytecode/constant/DefaultValue;
aastore
putstatic net.bytebuddy.implementation.bytecode.constant.DefaultValue.ENUM$VALUES:[Lnet/bytebuddy/implementation/bytecode/constant/DefaultValue;
return
LocalVariableTable:
Start End Slot Name Signature
private void <init>(java.lang.String, int, net.bytebuddy.implementation.bytecode.StackManipulation);
descriptor: (Ljava/lang/String;ILnet/bytebuddy/implementation/bytecode/StackManipulation;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=4, args_size=4
start local 0 start local 3 0: aload 0
aload 1
iload 2
invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
1: aload 0
aload 3
putfield net.bytebuddy.implementation.bytecode.constant.DefaultValue.stackManipulation:Lnet/bytebuddy/implementation/bytecode/StackManipulation;
2: return
end local 3 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lnet/bytebuddy/implementation/bytecode/constant/DefaultValue;
0 3 3 stackManipulation Lnet/bytebuddy/implementation/bytecode/StackManipulation;
MethodParameters:
Name Flags
$enum$name
$enum$ordinal
stackManipulation
public static net.bytebuddy.implementation.bytecode.StackManipulation of(net.bytebuddy.description.type.TypeDefinition);
descriptor: (Lnet/bytebuddy/description/type/TypeDefinition;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokeinterface net.bytebuddy.description.type.TypeDefinition.isPrimitive:()Z
ifeq 10
1: aload 0
getstatic java.lang.Long.TYPE:Ljava/lang/Class;
invokeinterface net.bytebuddy.description.type.TypeDefinition.represents:(Ljava/lang/reflect/Type;)Z
ifeq 3
2: getstatic net.bytebuddy.implementation.bytecode.constant.DefaultValue.LONG:Lnet/bytebuddy/implementation/bytecode/constant/DefaultValue;
areturn
3: StackMap locals:
StackMap stack:
aload 0
getstatic java.lang.Double.TYPE:Ljava/lang/Class;
invokeinterface net.bytebuddy.description.type.TypeDefinition.represents:(Ljava/lang/reflect/Type;)Z
ifeq 5
4: getstatic net.bytebuddy.implementation.bytecode.constant.DefaultValue.DOUBLE:Lnet/bytebuddy/implementation/bytecode/constant/DefaultValue;
areturn
5: StackMap locals:
StackMap stack:
aload 0
getstatic java.lang.Float.TYPE:Ljava/lang/Class;
invokeinterface net.bytebuddy.description.type.TypeDefinition.represents:(Ljava/lang/reflect/Type;)Z
ifeq 7
6: getstatic net.bytebuddy.implementation.bytecode.constant.DefaultValue.FLOAT:Lnet/bytebuddy/implementation/bytecode/constant/DefaultValue;
areturn
7: StackMap locals:
StackMap stack:
aload 0
getstatic java.lang.Void.TYPE:Ljava/lang/Class;
invokeinterface net.bytebuddy.description.type.TypeDefinition.represents:(Ljava/lang/reflect/Type;)Z
ifeq 9
8: getstatic net.bytebuddy.implementation.bytecode.constant.DefaultValue.VOID:Lnet/bytebuddy/implementation/bytecode/constant/DefaultValue;
areturn
9: StackMap locals:
StackMap stack:
getstatic net.bytebuddy.implementation.bytecode.constant.DefaultValue.INTEGER:Lnet/bytebuddy/implementation/bytecode/constant/DefaultValue;
areturn
10: StackMap locals:
StackMap stack:
getstatic net.bytebuddy.implementation.bytecode.constant.DefaultValue.REFERENCE:Lnet/bytebuddy/implementation/bytecode/constant/DefaultValue;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 typeDefinition Lnet/bytebuddy/description/type/TypeDefinition;
MethodParameters:
Name Flags
typeDefinition
public boolean isValid();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield net.bytebuddy.implementation.bytecode.constant.DefaultValue.stackManipulation:Lnet/bytebuddy/implementation/bytecode/StackManipulation;
invokeinterface net.bytebuddy.implementation.bytecode.StackManipulation.isValid:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/implementation/bytecode/constant/DefaultValue;
public net.bytebuddy.implementation.bytecode.StackManipulation$Size apply(org.objectweb.asm.MethodVisitor, net.bytebuddy.implementation.Implementation$Context);
descriptor: (Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/Implementation$Context;)Lnet/bytebuddy/implementation/bytecode/StackManipulation$Size;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield net.bytebuddy.implementation.bytecode.constant.DefaultValue.stackManipulation:Lnet/bytebuddy/implementation/bytecode/StackManipulation;
aload 1
aload 2
invokeinterface net.bytebuddy.implementation.bytecode.StackManipulation.apply:(Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/Implementation$Context;)Lnet/bytebuddy/implementation/bytecode/StackManipulation$Size;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/implementation/bytecode/constant/DefaultValue;
0 1 1 methodVisitor Lorg/objectweb/asm/MethodVisitor;
0 1 2 implementationContext Lnet/bytebuddy/implementation/Implementation$Context;
MethodParameters:
Name Flags
methodVisitor
implementationContext
public static net.bytebuddy.implementation.bytecode.constant.DefaultValue[] values();
descriptor: ()[Lnet/bytebuddy/implementation/bytecode/constant/DefaultValue;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=3, args_size=0
0: getstatic net.bytebuddy.implementation.bytecode.constant.DefaultValue.ENUM$VALUES:[Lnet/bytebuddy/implementation/bytecode/constant/DefaultValue;
dup
astore 0
iconst_0
aload 0
arraylength
dup
istore 1
anewarray net.bytebuddy.implementation.bytecode.constant.DefaultValue
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.implementation.bytecode.constant.DefaultValue valueOf(java.lang.String);
descriptor: (Ljava/lang/String;)Lnet/bytebuddy/implementation/bytecode/constant/DefaultValue;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
0: ldc Lnet/bytebuddy/implementation/bytecode/constant/DefaultValue;
aload 0
invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
checkcast net.bytebuddy.implementation.bytecode.constant.DefaultValue
areturn
LocalVariableTable:
Start End Slot Name Signature
MethodParameters:
Name Flags
name
}
Signature: Ljava/lang/Enum<Lnet/bytebuddy/implementation/bytecode/constant/DefaultValue;>;Lnet/bytebuddy/implementation/bytecode/StackManipulation;
SourceFile: "DefaultValue.java"
InnerClasses:
public abstract Context = net.bytebuddy.implementation.Implementation$Context of net.bytebuddy.implementation.Implementation
public Size = net.bytebuddy.implementation.bytecode.StackManipulation$Size of net.bytebuddy.implementation.bytecode.StackManipulation
public final Trivial = net.bytebuddy.implementation.bytecode.StackManipulation$Trivial of net.bytebuddy.implementation.bytecode.StackManipulation