public class org.omg.PortableServer.IdAssignmentPolicyValue implements org.omg.CORBA.portable.IDLEntity
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.omg.PortableServer.IdAssignmentPolicyValue
super_class: java.lang.Object
{
private int __value;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private static int __size;
descriptor: I
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static org.omg.PortableServer.IdAssignmentPolicyValue[] __array;
descriptor: [Lorg/omg/PortableServer/IdAssignmentPolicyValue;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
public static final int _USER_ID;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 0
public static final org.omg.PortableServer.IdAssignmentPolicyValue USER_ID;
descriptor: Lorg/omg/PortableServer/IdAssignmentPolicyValue;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final int _SYSTEM_ID;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 1
public static final org.omg.PortableServer.IdAssignmentPolicyValue SYSTEM_ID;
descriptor: Lorg/omg/PortableServer/IdAssignmentPolicyValue;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: iconst_2
putstatic org.omg.PortableServer.IdAssignmentPolicyValue.__size:I
1: getstatic org.omg.PortableServer.IdAssignmentPolicyValue.__size:I
anewarray org.omg.PortableServer.IdAssignmentPolicyValue
putstatic org.omg.PortableServer.IdAssignmentPolicyValue.__array:[Lorg/omg/PortableServer/IdAssignmentPolicyValue;
2: new org.omg.PortableServer.IdAssignmentPolicyValue
dup
iconst_0
invokespecial org.omg.PortableServer.IdAssignmentPolicyValue.<init>:(I)V
putstatic org.omg.PortableServer.IdAssignmentPolicyValue.USER_ID:Lorg/omg/PortableServer/IdAssignmentPolicyValue;
3: new org.omg.PortableServer.IdAssignmentPolicyValue
dup
iconst_1
invokespecial org.omg.PortableServer.IdAssignmentPolicyValue.<init>:(I)V
putstatic org.omg.PortableServer.IdAssignmentPolicyValue.SYSTEM_ID:Lorg/omg/PortableServer/IdAssignmentPolicyValue;
return
LocalVariableTable:
Start End Slot Name Signature
public int value();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.omg.PortableServer.IdAssignmentPolicyValue.__value:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/omg/PortableServer/IdAssignmentPolicyValue;
public static org.omg.PortableServer.IdAssignmentPolicyValue from_int(int);
descriptor: (I)Lorg/omg/PortableServer/IdAssignmentPolicyValue;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: iload 0
iflt 2
iload 0
getstatic org.omg.PortableServer.IdAssignmentPolicyValue.__size:I
if_icmpge 2
1: getstatic org.omg.PortableServer.IdAssignmentPolicyValue.__array:[Lorg/omg/PortableServer/IdAssignmentPolicyValue;
iload 0
aaload
areturn
2: StackMap locals:
StackMap stack:
new org.omg.CORBA.BAD_PARAM
dup
invokespecial org.omg.CORBA.BAD_PARAM.<init>:()V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 value I
MethodParameters:
Name Flags
value
protected void <init>(int);
descriptor: (I)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iload 1
putfield org.omg.PortableServer.IdAssignmentPolicyValue.__value:I
2: getstatic org.omg.PortableServer.IdAssignmentPolicyValue.__array:[Lorg/omg/PortableServer/IdAssignmentPolicyValue;
aload 0
getfield org.omg.PortableServer.IdAssignmentPolicyValue.__value:I
aload 0
aastore
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/omg/PortableServer/IdAssignmentPolicyValue;
0 4 1 value I
MethodParameters:
Name Flags
value
}
SourceFile: "IdAssignmentPolicyValue.java"