public final class org.omg.CORBA.ServiceInformationHolder implements org.omg.CORBA.portable.Streamable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.omg.CORBA.ServiceInformationHolder
  super_class: java.lang.Object
{
  public org.omg.CORBA.ServiceInformation value;
    descriptor: Lorg/omg/CORBA/ServiceInformation;
    flags: (0x0001) ACC_PUBLIC

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.omg.CORBA.ServiceInformationHolder this
         0: .line 60
            aload 0 /* this */
            aconst_null
            invokespecial org.omg.CORBA.ServiceInformationHolder.<init>:(Lorg/omg/CORBA/ServiceInformation;)V
         1: .line 61
            return
        end local 0 // org.omg.CORBA.ServiceInformationHolder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/omg/CORBA/ServiceInformationHolder;

  public void <init>(org.omg.CORBA.ServiceInformation);
    descriptor: (Lorg/omg/CORBA/ServiceInformation;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.omg.CORBA.ServiceInformationHolder this
        start local 1 // org.omg.CORBA.ServiceInformation arg
         0: .line 72
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 73
            aload 0 /* this */
            aload 1 /* arg */
            putfield org.omg.CORBA.ServiceInformationHolder.value:Lorg/omg/CORBA/ServiceInformation;
         2: .line 74
            return
        end local 1 // org.omg.CORBA.ServiceInformation arg
        end local 0 // org.omg.CORBA.ServiceInformationHolder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/omg/CORBA/ServiceInformationHolder;
            0    3     1   arg  Lorg/omg/CORBA/ServiceInformation;
    MethodParameters:
      Name  Flags
      arg   

  public void _write(org.omg.CORBA.portable.OutputStream);
    descriptor: (Lorg/omg/CORBA/portable/OutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.omg.CORBA.ServiceInformationHolder this
        start local 1 // org.omg.CORBA.portable.OutputStream out
         0: .line 85
            aload 1 /* out */
            aload 0 /* this */
            getfield org.omg.CORBA.ServiceInformationHolder.value:Lorg/omg/CORBA/ServiceInformation;
            invokestatic org.omg.CORBA.ServiceInformationHelper.write:(Lorg/omg/CORBA/portable/OutputStream;Lorg/omg/CORBA/ServiceInformation;)V
         1: .line 86
            return
        end local 1 // org.omg.CORBA.portable.OutputStream out
        end local 0 // org.omg.CORBA.ServiceInformationHolder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/omg/CORBA/ServiceInformationHolder;
            0    2     1   out  Lorg/omg/CORBA/portable/OutputStream;
    MethodParameters:
      Name  Flags
      out   

  public void _read(org.omg.CORBA.portable.InputStream);
    descriptor: (Lorg/omg/CORBA/portable/InputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.omg.CORBA.ServiceInformationHolder this
        start local 1 // org.omg.CORBA.portable.InputStream in
         0: .line 96
            aload 0 /* this */
            aload 1 /* in */
            invokestatic org.omg.CORBA.ServiceInformationHelper.read:(Lorg/omg/CORBA/portable/InputStream;)Lorg/omg/CORBA/ServiceInformation;
            putfield org.omg.CORBA.ServiceInformationHolder.value:Lorg/omg/CORBA/ServiceInformation;
         1: .line 97
            return
        end local 1 // org.omg.CORBA.portable.InputStream in
        end local 0 // org.omg.CORBA.ServiceInformationHolder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/omg/CORBA/ServiceInformationHolder;
            0    2     1    in  Lorg/omg/CORBA/portable/InputStream;
    MethodParameters:
      Name  Flags
      in    

  public org.omg.CORBA.TypeCode _type();
    descriptor: ()Lorg/omg/CORBA/TypeCode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.omg.CORBA.ServiceInformationHolder this
         0: .line 108
            invokestatic org.omg.CORBA.ServiceInformationHelper.type:()Lorg/omg/CORBA/TypeCode;
            areturn
        end local 0 // org.omg.CORBA.ServiceInformationHolder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/omg/CORBA/ServiceInformationHolder;
}
SourceFile: "ServiceInformationHolder.java"