public final class org.omg.CORBA.CompletionStatus implements org.omg.CORBA.portable.IDLEntity
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: org.omg.CORBA.CompletionStatus
super_class: java.lang.Object
{
public static final int _COMPLETED_YES;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 0
public static final int _COMPLETED_NO;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 1
public static final int _COMPLETED_MAYBE;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 2
public static final org.omg.CORBA.CompletionStatus COMPLETED_YES;
descriptor: Lorg/omg/CORBA/CompletionStatus;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final org.omg.CORBA.CompletionStatus COMPLETED_NO;
descriptor: Lorg/omg/CORBA/CompletionStatus;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final org.omg.CORBA.CompletionStatus COMPLETED_MAYBE;
descriptor: Lorg/omg/CORBA/CompletionStatus;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
private int _value;
descriptor: I
flags: (0x0002) ACC_PRIVATE
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: new org.omg.CORBA.CompletionStatus
dup
iconst_0
invokespecial org.omg.CORBA.CompletionStatus.<init>:(I)V
putstatic org.omg.CORBA.CompletionStatus.COMPLETED_YES:Lorg/omg/CORBA/CompletionStatus;
1: new org.omg.CORBA.CompletionStatus
dup
iconst_1
invokespecial org.omg.CORBA.CompletionStatus.<init>:(I)V
putstatic org.omg.CORBA.CompletionStatus.COMPLETED_NO:Lorg/omg/CORBA/CompletionStatus;
2: new org.omg.CORBA.CompletionStatus
dup
iconst_2
invokespecial org.omg.CORBA.CompletionStatus.<init>:(I)V
putstatic org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE:Lorg/omg/CORBA/CompletionStatus;
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.CORBA.CompletionStatus._value:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/omg/CORBA/CompletionStatus;
public static org.omg.CORBA.CompletionStatus from_int(int);
descriptor: (I)Lorg/omg/CORBA/CompletionStatus;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: iload 0
tableswitch { // 0 - 2
0: 1
1: 2
2: 3
default: 4
}
1: StackMap locals:
StackMap stack:
getstatic org.omg.CORBA.CompletionStatus.COMPLETED_YES:Lorg/omg/CORBA/CompletionStatus;
areturn
2: StackMap locals:
StackMap stack:
getstatic org.omg.CORBA.CompletionStatus.COMPLETED_NO:Lorg/omg/CORBA/CompletionStatus;
areturn
3: StackMap locals:
StackMap stack:
getstatic org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE:Lorg/omg/CORBA/CompletionStatus;
areturn
4: 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 5 0 i I
MethodParameters:
Name Flags
i
private void <init>(int);
descriptor: (I)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, 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.CORBA.CompletionStatus._value:I
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/omg/CORBA/CompletionStatus;
0 3 1 _value I
MethodParameters:
Name Flags
_value
}
SourceFile: "CompletionStatus.java"