public final class com.sun.org.omg.CORBA.ParDescriptionSeqHelper
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.org.omg.CORBA.ParDescriptionSeqHelper
  super_class: java.lang.Object
{
  private static java.lang.String _id;
    descriptor: Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static org.omg.CORBA.TypeCode __typeCode;
    descriptor: Lorg/omg/CORBA/TypeCode;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 37
            ldc "IDL:omg.org/CORBA/ParDescriptionSeq:1.0"
            putstatic com.sun.org.omg.CORBA.ParDescriptionSeqHelper._id:Ljava/lang/String;
         1: .line 56
            aconst_null
            putstatic com.sun.org.omg.CORBA.ParDescriptionSeqHelper.__typeCode:Lorg/omg/CORBA/TypeCode;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public static void insert(org.omg.CORBA.Any, com.sun.org.omg.CORBA.ParameterDescription[]);
    descriptor: (Lorg/omg/CORBA/Any;[Lcom/sun/org/omg/CORBA/ParameterDescription;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.omg.CORBA.Any a
        start local 1 // com.sun.org.omg.CORBA.ParameterDescription[] that
         0: .line 45
            aload 0 /* a */
            invokevirtual org.omg.CORBA.Any.create_output_stream:()Lorg/omg/CORBA/portable/OutputStream;
            astore 2 /* out */
        start local 2 // org.omg.CORBA.portable.OutputStream out
         1: .line 46
            aload 0 /* a */
            invokestatic com.sun.org.omg.CORBA.ParDescriptionSeqHelper.type:()Lorg/omg/CORBA/TypeCode;
            invokevirtual org.omg.CORBA.Any.type:(Lorg/omg/CORBA/TypeCode;)V
         2: .line 47
            aload 2 /* out */
            aload 1 /* that */
            invokestatic com.sun.org.omg.CORBA.ParDescriptionSeqHelper.write:(Lorg/omg/CORBA/portable/OutputStream;[Lcom/sun/org/omg/CORBA/ParameterDescription;)V
         3: .line 48
            aload 0 /* a */
            aload 2 /* out */
            invokevirtual org.omg.CORBA.portable.OutputStream.create_input_stream:()Lorg/omg/CORBA/portable/InputStream;
            invokestatic com.sun.org.omg.CORBA.ParDescriptionSeqHelper.type:()Lorg/omg/CORBA/TypeCode;
            invokevirtual org.omg.CORBA.Any.read_value:(Lorg/omg/CORBA/portable/InputStream;Lorg/omg/CORBA/TypeCode;)V
         4: .line 49
            return
        end local 2 // org.omg.CORBA.portable.OutputStream out
        end local 1 // com.sun.org.omg.CORBA.ParameterDescription[] that
        end local 0 // org.omg.CORBA.Any a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0     a  Lorg/omg/CORBA/Any;
            0    5     1  that  [Lcom/sun/org/omg/CORBA/ParameterDescription;
            1    5     2   out  Lorg/omg/CORBA/portable/OutputStream;
    MethodParameters:
      Name  Flags
      a     
      that  

  public static com.sun.org.omg.CORBA.ParameterDescription[] extract(org.omg.CORBA.Any);
    descriptor: (Lorg/omg/CORBA/Any;)[Lcom/sun/org/omg/CORBA/ParameterDescription;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.omg.CORBA.Any a
         0: .line 53
            aload 0 /* a */
            invokevirtual org.omg.CORBA.Any.create_input_stream:()Lorg/omg/CORBA/portable/InputStream;
            invokestatic com.sun.org.omg.CORBA.ParDescriptionSeqHelper.read:(Lorg/omg/CORBA/portable/InputStream;)[Lcom/sun/org/omg/CORBA/ParameterDescription;
            areturn
        end local 0 // org.omg.CORBA.Any a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     a  Lorg/omg/CORBA/Any;
    MethodParameters:
      Name  Flags
      a     

  public static synchronized org.omg.CORBA.TypeCode type();
    descriptor: ()Lorg/omg/CORBA/TypeCode;
    flags: (0x0029) ACC_PUBLIC, ACC_STATIC, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=0, args_size=0
         0: .line 59
            getstatic com.sun.org.omg.CORBA.ParDescriptionSeqHelper.__typeCode:Lorg/omg/CORBA/TypeCode;
            ifnonnull 4
         1: .line 61
            invokestatic com.sun.org.omg.CORBA.ParameterDescriptionHelper.type:()Lorg/omg/CORBA/TypeCode;
            putstatic com.sun.org.omg.CORBA.ParDescriptionSeqHelper.__typeCode:Lorg/omg/CORBA/TypeCode;
         2: .line 62
            invokestatic org.omg.CORBA.ORB.init:()Lorg/omg/CORBA/ORB;
            iconst_0
            getstatic com.sun.org.omg.CORBA.ParDescriptionSeqHelper.__typeCode:Lorg/omg/CORBA/TypeCode;
            invokevirtual org.omg.CORBA.ORB.create_sequence_tc:(ILorg/omg/CORBA/TypeCode;)Lorg/omg/CORBA/TypeCode;
            putstatic com.sun.org.omg.CORBA.ParDescriptionSeqHelper.__typeCode:Lorg/omg/CORBA/TypeCode;
         3: .line 63
            invokestatic org.omg.CORBA.ORB.init:()Lorg/omg/CORBA/ORB;
            invokestatic com.sun.org.omg.CORBA.ParDescriptionSeqHelper.id:()Ljava/lang/String;
            ldc "ParDescriptionSeq"
            getstatic com.sun.org.omg.CORBA.ParDescriptionSeqHelper.__typeCode:Lorg/omg/CORBA/TypeCode;
            invokevirtual org.omg.CORBA.ORB.create_alias_tc:(Ljava/lang/String;Ljava/lang/String;Lorg/omg/CORBA/TypeCode;)Lorg/omg/CORBA/TypeCode;
            putstatic com.sun.org.omg.CORBA.ParDescriptionSeqHelper.__typeCode:Lorg/omg/CORBA/TypeCode;
         4: .line 65
      StackMap locals:
      StackMap stack:
            getstatic com.sun.org.omg.CORBA.ParDescriptionSeqHelper.__typeCode:Lorg/omg/CORBA/TypeCode;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static java.lang.String id();
    descriptor: ()Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 70
            getstatic com.sun.org.omg.CORBA.ParDescriptionSeqHelper._id:Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.sun.org.omg.CORBA.ParameterDescription[] read(org.omg.CORBA.portable.InputStream);
    descriptor: (Lorg/omg/CORBA/portable/InputStream;)[Lcom/sun/org/omg/CORBA/ParameterDescription;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // org.omg.CORBA.portable.InputStream istream
         0: .line 75
            aconst_null
            astore 1 /* value */
        start local 1 // com.sun.org.omg.CORBA.ParameterDescription[] value
         1: .line 76
            aload 0 /* istream */
            invokevirtual org.omg.CORBA.portable.InputStream.read_long:()I
            istore 2 /* _len0 */
        start local 2 // int _len0
         2: .line 77
            iload 2 /* _len0 */
            anewarray com.sun.org.omg.CORBA.ParameterDescription
            astore 1 /* value */
         3: .line 78
            iconst_0
            istore 3 /* _o1 */
        start local 3 // int _o1
         4: goto 7
         5: .line 79
      StackMap locals: com.sun.org.omg.CORBA.ParameterDescription[] int int
      StackMap stack:
            aload 1 /* value */
            iload 3 /* _o1 */
            aload 0 /* istream */
            invokestatic com.sun.org.omg.CORBA.ParameterDescriptionHelper.read:(Lorg/omg/CORBA/portable/InputStream;)Lcom/sun/org/omg/CORBA/ParameterDescription;
            aastore
         6: .line 78
            iinc 3 /* _o1 */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* _o1 */
            aload 1 /* value */
            arraylength
            if_icmplt 5
        end local 3 // int _o1
         8: .line 80
            aload 1 /* value */
            areturn
        end local 2 // int _len0
        end local 1 // com.sun.org.omg.CORBA.ParameterDescription[] value
        end local 0 // org.omg.CORBA.portable.InputStream istream
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0  istream  Lorg/omg/CORBA/portable/InputStream;
            1    9     1    value  [Lcom/sun/org/omg/CORBA/ParameterDescription;
            2    9     2    _len0  I
            4    8     3      _o1  I
    MethodParameters:
         Name  Flags
      istream  

  public static void write(org.omg.CORBA.portable.OutputStream, com.sun.org.omg.CORBA.ParameterDescription[]);
    descriptor: (Lorg/omg/CORBA/portable/OutputStream;[Lcom/sun/org/omg/CORBA/ParameterDescription;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.omg.CORBA.portable.OutputStream ostream
        start local 1 // com.sun.org.omg.CORBA.ParameterDescription[] value
         0: .line 85
            aload 0 /* ostream */
            aload 1 /* value */
            arraylength
            invokevirtual org.omg.CORBA.portable.OutputStream.write_long:(I)V
         1: .line 86
            iconst_0
            istore 2 /* _i0 */
        start local 2 // int _i0
         2: goto 5
         3: .line 87
      StackMap locals: int
      StackMap stack:
            aload 0 /* ostream */
            aload 1 /* value */
            iload 2 /* _i0 */
            aaload
            invokestatic com.sun.org.omg.CORBA.ParameterDescriptionHelper.write:(Lorg/omg/CORBA/portable/OutputStream;Lcom/sun/org/omg/CORBA/ParameterDescription;)V
         4: .line 86
            iinc 2 /* _i0 */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* _i0 */
            aload 1 /* value */
            arraylength
            if_icmplt 3
        end local 2 // int _i0
         6: .line 88
            return
        end local 1 // com.sun.org.omg.CORBA.ParameterDescription[] value
        end local 0 // org.omg.CORBA.portable.OutputStream ostream
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0  ostream  Lorg/omg/CORBA/portable/OutputStream;
            0    7     1    value  [Lcom/sun/org/omg/CORBA/ParameterDescription;
            2    6     2      _i0  I
    MethodParameters:
         Name  Flags
      ostream  
      value    
}
SourceFile: "ParDescriptionSeqHelper.java"