public abstract class org.omg.CORBA.portable.ObjectImpl implements org.omg.CORBA.Object
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.omg.CORBA.portable.ObjectImpl
  super_class: java.lang.Object
{
  private transient org.omg.CORBA.portable.Delegate __delegate;
    descriptor: Lorg/omg/CORBA/portable/Delegate;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.omg.CORBA.portable.ObjectImpl this
         0: .line 46
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.omg.CORBA.portable.ObjectImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/omg/CORBA/portable/ObjectImpl;

  public org.omg.CORBA.portable.Delegate _get_delegate();
    descriptor: ()Lorg/omg/CORBA/portable/Delegate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.omg.CORBA.portable.ObjectImpl this
         0: .line 70
            aload 0 /* this */
            getfield org.omg.CORBA.portable.ObjectImpl.__delegate:Lorg/omg/CORBA/portable/Delegate;
            ifnonnull 2
         1: .line 71
            new org.omg.CORBA.BAD_OPERATION
            dup
            ldc "The delegate has not been set!"
            invokespecial org.omg.CORBA.BAD_OPERATION.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 72
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.omg.CORBA.portable.ObjectImpl.__delegate:Lorg/omg/CORBA/portable/Delegate;
            areturn
        end local 0 // org.omg.CORBA.portable.ObjectImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/omg/CORBA/portable/ObjectImpl;

  public void _set_delegate(org.omg.CORBA.portable.Delegate);
    descriptor: (Lorg/omg/CORBA/portable/Delegate;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.omg.CORBA.portable.ObjectImpl this
        start local 1 // org.omg.CORBA.portable.Delegate delegate
         0: .line 87
            aload 0 /* this */
            aload 1 /* delegate */
            putfield org.omg.CORBA.portable.ObjectImpl.__delegate:Lorg/omg/CORBA/portable/Delegate;
         1: .line 88
            return
        end local 1 // org.omg.CORBA.portable.Delegate delegate
        end local 0 // org.omg.CORBA.portable.ObjectImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/omg/CORBA/portable/ObjectImpl;
            0    2     1  delegate  Lorg/omg/CORBA/portable/Delegate;
    MethodParameters:
          Name  Flags
      delegate  

  public abstract java.lang.String[] _ids();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public org.omg.CORBA.Object _duplicate();
    descriptor: ()Lorg/omg/CORBA/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.omg.CORBA.portable.ObjectImpl this
         0: .line 109
            aload 0 /* this */
            invokevirtual org.omg.CORBA.portable.ObjectImpl._get_delegate:()Lorg/omg/CORBA/portable/Delegate;
            aload 0 /* this */
            invokevirtual org.omg.CORBA.portable.Delegate.duplicate:(Lorg/omg/CORBA/Object;)Lorg/omg/CORBA/Object;
            areturn
        end local 0 // org.omg.CORBA.portable.ObjectImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/omg/CORBA/portable/ObjectImpl;

  public void _release();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.omg.CORBA.portable.ObjectImpl this
         0: .line 116
            aload 0 /* this */
            invokevirtual org.omg.CORBA.portable.ObjectImpl._get_delegate:()Lorg/omg/CORBA/portable/Delegate;
            aload 0 /* this */
            invokevirtual org.omg.CORBA.portable.Delegate.release:(Lorg/omg/CORBA/Object;)V
         1: .line 117
            return
        end local 0 // org.omg.CORBA.portable.ObjectImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/omg/CORBA/portable/ObjectImpl;

  public boolean _is_a(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.omg.CORBA.portable.ObjectImpl this
        start local 1 // java.lang.String repository_id
         0: .line 130
            aload 0 /* this */
            invokevirtual org.omg.CORBA.portable.ObjectImpl._get_delegate:()Lorg/omg/CORBA/portable/Delegate;
            aload 0 /* this */
            aload 1 /* repository_id */
            invokevirtual org.omg.CORBA.portable.Delegate.is_a:(Lorg/omg/CORBA/Object;Ljava/lang/String;)Z
            ireturn
        end local 1 // java.lang.String repository_id
        end local 0 // org.omg.CORBA.portable.ObjectImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/omg/CORBA/portable/ObjectImpl;
            0    1     1  repository_id  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      repository_id  

  public boolean _is_equivalent(org.omg.CORBA.Object);
    descriptor: (Lorg/omg/CORBA/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.omg.CORBA.portable.ObjectImpl this
        start local 1 // org.omg.CORBA.Object that
         0: .line 144
            aload 0 /* this */
            invokevirtual org.omg.CORBA.portable.ObjectImpl._get_delegate:()Lorg/omg/CORBA/portable/Delegate;
            aload 0 /* this */
            aload 1 /* that */
            invokevirtual org.omg.CORBA.portable.Delegate.is_equivalent:(Lorg/omg/CORBA/Object;Lorg/omg/CORBA/Object;)Z
            ireturn
        end local 1 // org.omg.CORBA.Object that
        end local 0 // org.omg.CORBA.portable.ObjectImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/omg/CORBA/portable/ObjectImpl;
            0    1     1  that  Lorg/omg/CORBA/Object;
    MethodParameters:
      Name  Flags
      that  

  public boolean _non_existent();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.omg.CORBA.portable.ObjectImpl this
         0: .line 155
            aload 0 /* this */
            invokevirtual org.omg.CORBA.portable.ObjectImpl._get_delegate:()Lorg/omg/CORBA/portable/Delegate;
            aload 0 /* this */
            invokevirtual org.omg.CORBA.portable.Delegate.non_existent:(Lorg/omg/CORBA/Object;)Z
            ireturn
        end local 0 // org.omg.CORBA.portable.ObjectImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/omg/CORBA/portable/ObjectImpl;

  public int _hash(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.omg.CORBA.portable.ObjectImpl this
        start local 1 // int maximum
         0: .line 168
            aload 0 /* this */
            invokevirtual org.omg.CORBA.portable.ObjectImpl._get_delegate:()Lorg/omg/CORBA/portable/Delegate;
            aload 0 /* this */
            iload 1 /* maximum */
            invokevirtual org.omg.CORBA.portable.Delegate.hash:(Lorg/omg/CORBA/Object;I)I
            ireturn
        end local 1 // int maximum
        end local 0 // org.omg.CORBA.portable.ObjectImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/omg/CORBA/portable/ObjectImpl;
            0    1     1  maximum  I
    MethodParameters:
         Name  Flags
      maximum  

  public org.omg.CORBA.Request _request(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/omg/CORBA/Request;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.omg.CORBA.portable.ObjectImpl this
        start local 1 // java.lang.String operation
         0: .line 181
            aload 0 /* this */
            invokevirtual org.omg.CORBA.portable.ObjectImpl._get_delegate:()Lorg/omg/CORBA/portable/Delegate;
            aload 0 /* this */
            aload 1 /* operation */
            invokevirtual org.omg.CORBA.portable.Delegate.request:(Lorg/omg/CORBA/Object;Ljava/lang/String;)Lorg/omg/CORBA/Request;
            areturn
        end local 1 // java.lang.String operation
        end local 0 // org.omg.CORBA.portable.ObjectImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/omg/CORBA/portable/ObjectImpl;
            0    1     1  operation  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      operation  

  public org.omg.CORBA.Request _create_request(org.omg.CORBA.Context, java.lang.String, org.omg.CORBA.NVList, org.omg.CORBA.NamedValue);
    descriptor: (Lorg/omg/CORBA/Context;Ljava/lang/String;Lorg/omg/CORBA/NVList;Lorg/omg/CORBA/NamedValue;)Lorg/omg/CORBA/Request;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // org.omg.CORBA.portable.ObjectImpl this
        start local 1 // org.omg.CORBA.Context ctx
        start local 2 // java.lang.String operation
        start local 3 // org.omg.CORBA.NVList arg_list
        start local 4 // org.omg.CORBA.NamedValue result
         0: .line 203
            aload 0 /* this */
            invokevirtual org.omg.CORBA.portable.ObjectImpl._get_delegate:()Lorg/omg/CORBA/portable/Delegate;
            aload 0 /* this */
         1: .line 204
            aload 1 /* ctx */
         2: .line 205
            aload 2 /* operation */
         3: .line 206
            aload 3 /* arg_list */
         4: .line 207
            aload 4 /* result */
         5: .line 203
            invokevirtual org.omg.CORBA.portable.Delegate.create_request:(Lorg/omg/CORBA/Object;Lorg/omg/CORBA/Context;Ljava/lang/String;Lorg/omg/CORBA/NVList;Lorg/omg/CORBA/NamedValue;)Lorg/omg/CORBA/Request;
            areturn
        end local 4 // org.omg.CORBA.NamedValue result
        end local 3 // org.omg.CORBA.NVList arg_list
        end local 2 // java.lang.String operation
        end local 1 // org.omg.CORBA.Context ctx
        end local 0 // org.omg.CORBA.portable.ObjectImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lorg/omg/CORBA/portable/ObjectImpl;
            0    6     1        ctx  Lorg/omg/CORBA/Context;
            0    6     2  operation  Ljava/lang/String;
            0    6     3   arg_list  Lorg/omg/CORBA/NVList;
            0    6     4     result  Lorg/omg/CORBA/NamedValue;
    MethodParameters:
           Name  Flags
      ctx        
      operation  
      arg_list   
      result     

  public org.omg.CORBA.Request _create_request(org.omg.CORBA.Context, java.lang.String, org.omg.CORBA.NVList, org.omg.CORBA.NamedValue, org.omg.CORBA.ExceptionList, org.omg.CORBA.ContextList);
    descriptor: (Lorg/omg/CORBA/Context;Ljava/lang/String;Lorg/omg/CORBA/NVList;Lorg/omg/CORBA/NamedValue;Lorg/omg/CORBA/ExceptionList;Lorg/omg/CORBA/ContextList;)Lorg/omg/CORBA/Request;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=7, args_size=7
        start local 0 // org.omg.CORBA.portable.ObjectImpl this
        start local 1 // org.omg.CORBA.Context ctx
        start local 2 // java.lang.String operation
        start local 3 // org.omg.CORBA.NVList arg_list
        start local 4 // org.omg.CORBA.NamedValue result
        start local 5 // org.omg.CORBA.ExceptionList exceptions
        start local 6 // org.omg.CORBA.ContextList contexts
         0: .line 244
            aload 0 /* this */
            invokevirtual org.omg.CORBA.portable.ObjectImpl._get_delegate:()Lorg/omg/CORBA/portable/Delegate;
            aload 0 /* this */
         1: .line 245
            aload 1 /* ctx */
         2: .line 246
            aload 2 /* operation */
         3: .line 247
            aload 3 /* arg_list */
         4: .line 248
            aload 4 /* result */
         5: .line 249
            aload 5 /* exceptions */
         6: .line 250
            aload 6 /* contexts */
         7: .line 244
            invokevirtual org.omg.CORBA.portable.Delegate.create_request:(Lorg/omg/CORBA/Object;Lorg/omg/CORBA/Context;Ljava/lang/String;Lorg/omg/CORBA/NVList;Lorg/omg/CORBA/NamedValue;Lorg/omg/CORBA/ExceptionList;Lorg/omg/CORBA/ContextList;)Lorg/omg/CORBA/Request;
            areturn
        end local 6 // org.omg.CORBA.ContextList contexts
        end local 5 // org.omg.CORBA.ExceptionList exceptions
        end local 4 // org.omg.CORBA.NamedValue result
        end local 3 // org.omg.CORBA.NVList arg_list
        end local 2 // java.lang.String operation
        end local 1 // org.omg.CORBA.Context ctx
        end local 0 // org.omg.CORBA.portable.ObjectImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lorg/omg/CORBA/portable/ObjectImpl;
            0    8     1         ctx  Lorg/omg/CORBA/Context;
            0    8     2   operation  Ljava/lang/String;
            0    8     3    arg_list  Lorg/omg/CORBA/NVList;
            0    8     4      result  Lorg/omg/CORBA/NamedValue;
            0    8     5  exceptions  Lorg/omg/CORBA/ExceptionList;
            0    8     6    contexts  Lorg/omg/CORBA/ContextList;
    MethodParameters:
            Name  Flags
      ctx         
      operation   
      arg_list    
      result      
      exceptions  
      contexts    

  public org.omg.CORBA.Object _get_interface_def();
    descriptor: ()Lorg/omg/CORBA/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // org.omg.CORBA.portable.ObjectImpl this
         0: .line 268
            aload 0 /* this */
            invokevirtual org.omg.CORBA.portable.ObjectImpl._get_delegate:()Lorg/omg/CORBA/portable/Delegate;
            astore 1 /* delegate */
        start local 1 // org.omg.CORBA.portable.Delegate delegate
         1: .line 273
            aload 1 /* delegate */
            aload 0 /* this */
            invokevirtual org.omg.CORBA.portable.Delegate.get_interface_def:(Lorg/omg/CORBA/Object;)Lorg/omg/CORBA/Object;
         2: areturn
         3: .line 275
      StackMap locals: org.omg.CORBA.portable.ObjectImpl org.omg.CORBA.portable.Delegate
      StackMap stack: org.omg.CORBA.NO_IMPLEMENT
            pop
         4: .line 278
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
            ldc Lorg/omg/CORBA/Object;
            aastore
            astore 2 /* argc */
        start local 2 // java.lang.Class[] argc
         5: .line 280
            aload 1 /* delegate */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            ldc "get_interface"
            aload 2 /* argc */
            invokevirtual java.lang.Class.getMethod:(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
         6: .line 279
            astore 3 /* meth */
        start local 3 // java.lang.reflect.Method meth
         7: .line 281
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            aastore
            astore 4 /* argx */
        start local 4 // java.lang.Object[] argx
         8: .line 282
            aload 3 /* meth */
            aload 1 /* delegate */
            aload 4 /* argx */
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.omg.CORBA.Object
         9: areturn
        end local 4 // java.lang.Object[] argx
        end local 3 // java.lang.reflect.Method meth
        end local 2 // java.lang.Class[] argc
        10: .line 284
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 2 /* exs */
        start local 2 // java.lang.reflect.InvocationTargetException exs
        11: .line 285
            aload 2 /* exs */
            invokevirtual java.lang.reflect.InvocationTargetException.getTargetException:()Ljava/lang/Throwable;
            astore 3 /* t */
        start local 3 // java.lang.Throwable t
        12: .line 286
            aload 3 /* t */
            instanceof java.lang.Error
            ifeq 14
        13: .line 287
            aload 3 /* t */
            checkcast java.lang.Error
            athrow
        14: .line 289
      StackMap locals: java.lang.reflect.InvocationTargetException java.lang.Throwable
      StackMap stack:
            aload 3 /* t */
            instanceof java.lang.RuntimeException
            ifeq 16
        15: .line 290
            aload 3 /* t */
            checkcast java.lang.RuntimeException
            athrow
        16: .line 293
      StackMap locals:
      StackMap stack:
            new org.omg.CORBA.NO_IMPLEMENT
            dup
            invokespecial org.omg.CORBA.NO_IMPLEMENT.<init>:()V
            athrow
        end local 3 // java.lang.Throwable t
        end local 2 // java.lang.reflect.InvocationTargetException exs
        17: .line 295
      StackMap locals: org.omg.CORBA.portable.ObjectImpl org.omg.CORBA.portable.Delegate
      StackMap stack: java.lang.RuntimeException
            astore 2 /* rex */
        start local 2 // java.lang.RuntimeException rex
        18: .line 296
            aload 2 /* rex */
            athrow
        end local 2 // java.lang.RuntimeException rex
        19: .line 297
      StackMap locals:
      StackMap stack: java.lang.Exception
            pop
        20: .line 298
            new org.omg.CORBA.NO_IMPLEMENT
            dup
            invokespecial org.omg.CORBA.NO_IMPLEMENT.<init>:()V
            athrow
        end local 1 // org.omg.CORBA.portable.Delegate delegate
        end local 0 // org.omg.CORBA.portable.ObjectImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   21     0      this  Lorg/omg/CORBA/portable/ObjectImpl;
            1   21     1  delegate  Lorg/omg/CORBA/portable/Delegate;
            5   10     2      argc  [Ljava/lang/Class;
            7   10     3      meth  Ljava/lang/reflect/Method;
            8   10     4      argx  [Ljava/lang/Object;
           11   17     2       exs  Ljava/lang/reflect/InvocationTargetException;
           12   17     3         t  Ljava/lang/Throwable;
           18   19     2       rex  Ljava/lang/RuntimeException;
      Exception table:
        from    to  target  type
           1     2       3  Class org.omg.CORBA.NO_IMPLEMENT
           4     9      10  Class java.lang.reflect.InvocationTargetException
           4     9      17  Class java.lang.RuntimeException
           4     9      19  Class java.lang.Exception

  public org.omg.CORBA.ORB _orb();
    descriptor: ()Lorg/omg/CORBA/ORB;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.omg.CORBA.portable.ObjectImpl this
         0: .line 313
            aload 0 /* this */
            invokevirtual org.omg.CORBA.portable.ObjectImpl._get_delegate:()Lorg/omg/CORBA/portable/Delegate;
            aload 0 /* this */
            invokevirtual org.omg.CORBA.portable.Delegate.orb:(Lorg/omg/CORBA/Object;)Lorg/omg/CORBA/ORB;
            areturn
        end local 0 // org.omg.CORBA.portable.ObjectImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/omg/CORBA/portable/ObjectImpl;

  public org.omg.CORBA.Policy _get_policy(int);
    descriptor: (I)Lorg/omg/CORBA/Policy;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.omg.CORBA.portable.ObjectImpl this
        start local 1 // int policy_type
         0: .line 328
            aload 0 /* this */
            invokevirtual org.omg.CORBA.portable.ObjectImpl._get_delegate:()Lorg/omg/CORBA/portable/Delegate;
            aload 0 /* this */
            iload 1 /* policy_type */
            invokevirtual org.omg.CORBA.portable.Delegate.get_policy:(Lorg/omg/CORBA/Object;I)Lorg/omg/CORBA/Policy;
            areturn
        end local 1 // int policy_type
        end local 0 // org.omg.CORBA.portable.ObjectImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/omg/CORBA/portable/ObjectImpl;
            0    1     1  policy_type  I
    MethodParameters:
             Name  Flags
      policy_type  

  public org.omg.CORBA.DomainManager[] _get_domain_managers();
    descriptor: ()[Lorg/omg/CORBA/DomainManager;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.omg.CORBA.portable.ObjectImpl this
         0: .line 339
            aload 0 /* this */
            invokevirtual org.omg.CORBA.portable.ObjectImpl._get_delegate:()Lorg/omg/CORBA/portable/Delegate;
            aload 0 /* this */
            invokevirtual org.omg.CORBA.portable.Delegate.get_domain_managers:(Lorg/omg/CORBA/Object;)[Lorg/omg/CORBA/DomainManager;
            areturn
        end local 0 // org.omg.CORBA.portable.ObjectImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/omg/CORBA/portable/ObjectImpl;

  public org.omg.CORBA.Object _set_policy_override(org.omg.CORBA.Policy[], org.omg.CORBA.SetOverrideType);
    descriptor: ([Lorg/omg/CORBA/Policy;Lorg/omg/CORBA/SetOverrideType;)Lorg/omg/CORBA/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.omg.CORBA.portable.ObjectImpl this
        start local 1 // org.omg.CORBA.Policy[] policies
        start local 2 // org.omg.CORBA.SetOverrideType set_add
         0: .line 360
            aload 0 /* this */
            invokevirtual org.omg.CORBA.portable.ObjectImpl._get_delegate:()Lorg/omg/CORBA/portable/Delegate;
            aload 0 /* this */
            aload 1 /* policies */
         1: .line 361
            aload 2 /* set_add */
         2: .line 360
            invokevirtual org.omg.CORBA.portable.Delegate.set_policy_override:(Lorg/omg/CORBA/Object;[Lorg/omg/CORBA/Policy;Lorg/omg/CORBA/SetOverrideType;)Lorg/omg/CORBA/Object;
            areturn
        end local 2 // org.omg.CORBA.SetOverrideType set_add
        end local 1 // org.omg.CORBA.Policy[] policies
        end local 0 // org.omg.CORBA.portable.ObjectImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/omg/CORBA/portable/ObjectImpl;
            0    3     1  policies  [Lorg/omg/CORBA/Policy;
            0    3     2   set_add  Lorg/omg/CORBA/SetOverrideType;
    MethodParameters:
          Name  Flags
      policies  
      set_add   

  public boolean _is_local();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.omg.CORBA.portable.ObjectImpl this
         0: .line 372
            aload 0 /* this */
            invokevirtual org.omg.CORBA.portable.ObjectImpl._get_delegate:()Lorg/omg/CORBA/portable/Delegate;
            aload 0 /* this */
            invokevirtual org.omg.CORBA.portable.Delegate.is_local:(Lorg/omg/CORBA/Object;)Z
            ireturn
        end local 0 // org.omg.CORBA.portable.ObjectImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/omg/CORBA/portable/ObjectImpl;

  public org.omg.CORBA.portable.ServantObject _servant_preinvoke(java.lang.String, java.lang.Class);
    descriptor: (Ljava/lang/String;Ljava/lang/Class;)Lorg/omg/CORBA/portable/ServantObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.omg.CORBA.portable.ObjectImpl this
        start local 1 // java.lang.String operation
        start local 2 // java.lang.Class expectedType
         0: .line 409
            aload 0 /* this */
            invokevirtual org.omg.CORBA.portable.ObjectImpl._get_delegate:()Lorg/omg/CORBA/portable/Delegate;
            aload 0 /* this */
            aload 1 /* operation */
         1: .line 410
            aload 2 /* expectedType */
         2: .line 409
            invokevirtual org.omg.CORBA.portable.Delegate.servant_preinvoke:(Lorg/omg/CORBA/Object;Ljava/lang/String;Ljava/lang/Class;)Lorg/omg/CORBA/portable/ServantObject;
            areturn
        end local 2 // java.lang.Class expectedType
        end local 1 // java.lang.String operation
        end local 0 // org.omg.CORBA.portable.ObjectImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lorg/omg/CORBA/portable/ObjectImpl;
            0    3     1     operation  Ljava/lang/String;
            0    3     2  expectedType  Ljava/lang/Class;
    MethodParameters:
              Name  Flags
      operation     
      expectedType  

  public void _servant_postinvoke(org.omg.CORBA.portable.ServantObject);
    descriptor: (Lorg/omg/CORBA/portable/ServantObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.omg.CORBA.portable.ObjectImpl this
        start local 1 // org.omg.CORBA.portable.ServantObject servant
         0: .line 428
            aload 0 /* this */
            invokevirtual org.omg.CORBA.portable.ObjectImpl._get_delegate:()Lorg/omg/CORBA/portable/Delegate;
            aload 0 /* this */
            aload 1 /* servant */
            invokevirtual org.omg.CORBA.portable.Delegate.servant_postinvoke:(Lorg/omg/CORBA/Object;Lorg/omg/CORBA/portable/ServantObject;)V
         1: .line 429
            return
        end local 1 // org.omg.CORBA.portable.ServantObject servant
        end local 0 // org.omg.CORBA.portable.ObjectImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/omg/CORBA/portable/ObjectImpl;
            0    2     1  servant  Lorg/omg/CORBA/portable/ServantObject;
    MethodParameters:
         Name  Flags
      servant  

  public org.omg.CORBA.portable.OutputStream _request(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)Lorg/omg/CORBA/portable/OutputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.omg.CORBA.portable.ObjectImpl this
        start local 1 // java.lang.String operation
        start local 2 // boolean responseExpected
         0: .line 449
            aload 0 /* this */
            invokevirtual org.omg.CORBA.portable.ObjectImpl._get_delegate:()Lorg/omg/CORBA/portable/Delegate;
            aload 0 /* this */
            aload 1 /* operation */
            iload 2 /* responseExpected */
            invokevirtual org.omg.CORBA.portable.Delegate.request:(Lorg/omg/CORBA/Object;Ljava/lang/String;Z)Lorg/omg/CORBA/portable/OutputStream;
            areturn
        end local 2 // boolean responseExpected
        end local 1 // java.lang.String operation
        end local 0 // org.omg.CORBA.portable.ObjectImpl this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lorg/omg/CORBA/portable/ObjectImpl;
            0    1     1         operation  Ljava/lang/String;
            0    1     2  responseExpected  Z
    MethodParameters:
                  Name  Flags
      operation         
      responseExpected  

  public org.omg.CORBA.portable.InputStream _invoke(org.omg.CORBA.portable.OutputStream);
    descriptor: (Lorg/omg/CORBA/portable/OutputStream;)Lorg/omg/CORBA/portable/InputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.omg.CORBA.portable.ObjectImpl this
        start local 1 // org.omg.CORBA.portable.OutputStream output
         0: .line 475
            aload 0 /* this */
            invokevirtual org.omg.CORBA.portable.ObjectImpl._get_delegate:()Lorg/omg/CORBA/portable/Delegate;
            aload 0 /* this */
            aload 1 /* output */
            invokevirtual org.omg.CORBA.portable.Delegate.invoke:(Lorg/omg/CORBA/Object;Lorg/omg/CORBA/portable/OutputStream;)Lorg/omg/CORBA/portable/InputStream;
            areturn
        end local 1 // org.omg.CORBA.portable.OutputStream output
        end local 0 // org.omg.CORBA.portable.ObjectImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/omg/CORBA/portable/ObjectImpl;
            0    1     1  output  Lorg/omg/CORBA/portable/OutputStream;
    Exceptions:
      throws org.omg.CORBA.portable.ApplicationException, org.omg.CORBA.portable.RemarshalException
    MethodParameters:
        Name  Flags
      output  

  public void _releaseReply(org.omg.CORBA.portable.InputStream);
    descriptor: (Lorg/omg/CORBA/portable/InputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.omg.CORBA.portable.ObjectImpl this
        start local 1 // org.omg.CORBA.portable.InputStream input
         0: .line 492
            aload 0 /* this */
            invokevirtual org.omg.CORBA.portable.ObjectImpl._get_delegate:()Lorg/omg/CORBA/portable/Delegate;
            aload 0 /* this */
            aload 1 /* input */
            invokevirtual org.omg.CORBA.portable.Delegate.releaseReply:(Lorg/omg/CORBA/Object;Lorg/omg/CORBA/portable/InputStream;)V
         1: .line 493
            return
        end local 1 // org.omg.CORBA.portable.InputStream input
        end local 0 // org.omg.CORBA.portable.ObjectImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/omg/CORBA/portable/ObjectImpl;
            0    2     1  input  Lorg/omg/CORBA/portable/InputStream;
    MethodParameters:
       Name  Flags
      input  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.omg.CORBA.portable.ObjectImpl this
         0: .line 502
            aload 0 /* this */
            getfield org.omg.CORBA.portable.ObjectImpl.__delegate:Lorg/omg/CORBA/portable/Delegate;
            ifnull 2
         1: .line 503
            aload 0 /* this */
            getfield org.omg.CORBA.portable.ObjectImpl.__delegate:Lorg/omg/CORBA/portable/Delegate;
            aload 0 /* this */
            invokevirtual org.omg.CORBA.portable.Delegate.toString:(Lorg/omg/CORBA/Object;)Ljava/lang/String;
            areturn
         2: .line 505
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ": no delegate set"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.omg.CORBA.portable.ObjectImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/omg/CORBA/portable/ObjectImpl;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.omg.CORBA.portable.ObjectImpl this
         0: .line 514
            aload 0 /* this */
            getfield org.omg.CORBA.portable.ObjectImpl.__delegate:Lorg/omg/CORBA/portable/Delegate;
            ifnull 2
         1: .line 515
            aload 0 /* this */
            getfield org.omg.CORBA.portable.ObjectImpl.__delegate:Lorg/omg/CORBA/portable/Delegate;
            aload 0 /* this */
            invokevirtual org.omg.CORBA.portable.Delegate.hashCode:(Lorg/omg/CORBA/Object;)I
            ireturn
         2: .line 517
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial java.lang.Object.hashCode:()I
            ireturn
        end local 0 // org.omg.CORBA.portable.ObjectImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/omg/CORBA/portable/ObjectImpl;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.omg.CORBA.portable.ObjectImpl this
        start local 1 // java.lang.Object obj
         0: .line 529
            aload 0 /* this */
            getfield org.omg.CORBA.portable.ObjectImpl.__delegate:Lorg/omg/CORBA/portable/Delegate;
            ifnull 2
         1: .line 530
            aload 0 /* this */
            getfield org.omg.CORBA.portable.ObjectImpl.__delegate:Lorg/omg/CORBA/portable/Delegate;
            aload 0 /* this */
            aload 1 /* obj */
            invokevirtual org.omg.CORBA.portable.Delegate.equals:(Lorg/omg/CORBA/Object;Ljava/lang/Object;)Z
            ireturn
         2: .line 532
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 3
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // org.omg.CORBA.portable.ObjectImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/omg/CORBA/portable/ObjectImpl;
            0    4     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   
}
SourceFile: "ObjectImpl.java"