public interface com.sun.tools.javac.jvm.PoolConstant$LoadableConstant extends com.sun.tools.javac.jvm.PoolConstant
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: com.sun.tools.javac.jvm.PoolConstant$LoadableConstant
super_class: java.lang.Object
{
public static com.sun.tools.javac.jvm.PoolConstant$LoadableConstant Int(int);
descriptor: (I)Lcom/sun/tools/javac/jvm/PoolConstant$LoadableConstant;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: new com.sun.tools.javac.jvm.PoolConstant$LoadableConstant$BasicConstant
dup
iconst_3
iload 0
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
invokespecial com.sun.tools.javac.jvm.PoolConstant$LoadableConstant$BasicConstant.<init>:(ILjava/lang/Object;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 i I
MethodParameters:
Name Flags
i
public static com.sun.tools.javac.jvm.PoolConstant$LoadableConstant Float(float);
descriptor: (F)Lcom/sun/tools/javac/jvm/PoolConstant$LoadableConstant;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: new com.sun.tools.javac.jvm.PoolConstant$LoadableConstant$BasicConstant
dup
iconst_4
fload 0
invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
invokespecial com.sun.tools.javac.jvm.PoolConstant$LoadableConstant$BasicConstant.<init>:(ILjava/lang/Object;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 f F
MethodParameters:
Name Flags
f
public static com.sun.tools.javac.jvm.PoolConstant$LoadableConstant Long(long);
descriptor: (J)Lcom/sun/tools/javac/jvm/PoolConstant$LoadableConstant;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=2, args_size=1
start local 0 0: new com.sun.tools.javac.jvm.PoolConstant$LoadableConstant$BasicConstant
dup
iconst_5
lload 0
invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
invokespecial com.sun.tools.javac.jvm.PoolConstant$LoadableConstant$BasicConstant.<init>:(ILjava/lang/Object;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 l J
MethodParameters:
Name Flags
l
public static com.sun.tools.javac.jvm.PoolConstant$LoadableConstant Double(double);
descriptor: (D)Lcom/sun/tools/javac/jvm/PoolConstant$LoadableConstant;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=2, args_size=1
start local 0 0: new com.sun.tools.javac.jvm.PoolConstant$LoadableConstant$BasicConstant
dup
bipush 6
dload 0
invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
invokespecial com.sun.tools.javac.jvm.PoolConstant$LoadableConstant$BasicConstant.<init>:(ILjava/lang/Object;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 d D
MethodParameters:
Name Flags
d
public static com.sun.tools.javac.jvm.PoolConstant$LoadableConstant String(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/sun/tools/javac/jvm/PoolConstant$LoadableConstant;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: new com.sun.tools.javac.jvm.PoolConstant$LoadableConstant$BasicConstant
dup
bipush 8
aload 0
invokespecial com.sun.tools.javac.jvm.PoolConstant$LoadableConstant$BasicConstant.<init>:(ILjava/lang/Object;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 s Ljava/lang/String;
MethodParameters:
Name Flags
s
}
SourceFile: "PoolConstant.java"
NestHost: com.sun.tools.javac.jvm.PoolConstant
InnerClasses:
public abstract LoadableConstant = com.sun.tools.javac.jvm.PoolConstant$LoadableConstant of com.sun.tools.javac.jvm.PoolConstant
public BasicConstant = com.sun.tools.javac.jvm.PoolConstant$LoadableConstant$BasicConstant of com.sun.tools.javac.jvm.PoolConstant$LoadableConstant