public final class com.sun.org.omg.CORBA.ExceptionDescriptionHelper
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.org.omg.CORBA.ExceptionDescriptionHelper
  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

  private static boolean __active;
    descriptor: Z
    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/ExceptionDescription:1.0"
            putstatic com.sun.org.omg.CORBA.ExceptionDescriptionHelper._id:Ljava/lang/String;
         1: .line 56
            aconst_null
            putstatic com.sun.org.omg.CORBA.ExceptionDescriptionHelper.__typeCode:Lorg/omg/CORBA/TypeCode;
         2: .line 57
            iconst_0
            putstatic com.sun.org.omg.CORBA.ExceptionDescriptionHelper.__active:Z
            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.ExceptionDescriptionHelper 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.ExceptionDescriptionHelper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/omg/CORBA/ExceptionDescriptionHelper;

  public static void insert(org.omg.CORBA.Any, com.sun.org.omg.CORBA.ExceptionDescription);
    descriptor: (Lorg/omg/CORBA/Any;Lcom/sun/org/omg/CORBA/ExceptionDescription;)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.ExceptionDescription 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.ExceptionDescriptionHelper.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.ExceptionDescriptionHelper.write:(Lorg/omg/CORBA/portable/OutputStream;Lcom/sun/org/omg/CORBA/ExceptionDescription;)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.ExceptionDescriptionHelper.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.ExceptionDescription 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/ExceptionDescription;
            1    5     2   out  Lorg/omg/CORBA/portable/OutputStream;
    MethodParameters:
      Name  Flags
      a     
      that  

  public static com.sun.org.omg.CORBA.ExceptionDescription extract(org.omg.CORBA.Any);
    descriptor: (Lorg/omg/CORBA/Any;)Lcom/sun/org/omg/CORBA/ExceptionDescription;
    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.ExceptionDescriptionHelper.read:(Lorg/omg/CORBA/portable/InputStream;)Lcom/sun/org/omg/CORBA/ExceptionDescription;
            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=7, locals=3, args_size=0
         0: .line 60
            getstatic com.sun.org.omg.CORBA.ExceptionDescriptionHelper.__typeCode:Lorg/omg/CORBA/TypeCode;
            ifnonnull 49
         1: .line 62
            ldc Lorg/omg/CORBA/TypeCode;
            dup
            astore 0
            monitorenter
         2: .line 64
            getstatic com.sun.org.omg.CORBA.ExceptionDescriptionHelper.__typeCode:Lorg/omg/CORBA/TypeCode;
            ifnonnull 45
         3: .line 66
            getstatic com.sun.org.omg.CORBA.ExceptionDescriptionHelper.__active:Z
            ifeq 6
         4: .line 68
            invokestatic org.omg.CORBA.ORB.init:()Lorg/omg/CORBA/ORB;
            getstatic com.sun.org.omg.CORBA.ExceptionDescriptionHelper._id:Ljava/lang/String;
            invokevirtual org.omg.CORBA.ORB.create_recursive_tc:(Ljava/lang/String;)Lorg/omg/CORBA/TypeCode;
            aload 0
            monitorexit
         5: areturn
         6: .line 70
      StackMap locals: java.lang.Class
      StackMap stack:
            iconst_1
            putstatic com.sun.org.omg.CORBA.ExceptionDescriptionHelper.__active:Z
         7: .line 71
            iconst_5
            anewarray org.omg.CORBA.StructMember
            astore 1 /* _members0 */
        start local 1 // org.omg.CORBA.StructMember[] _members0
         8: .line 72
            aconst_null
            astore 2 /* _tcOf_members0 */
        start local 2 // org.omg.CORBA.TypeCode _tcOf_members0
         9: .line 73
            invokestatic org.omg.CORBA.ORB.init:()Lorg/omg/CORBA/ORB;
            iconst_0
            invokevirtual org.omg.CORBA.ORB.create_string_tc:(I)Lorg/omg/CORBA/TypeCode;
            astore 2 /* _tcOf_members0 */
        10: .line 74
            invokestatic org.omg.CORBA.ORB.init:()Lorg/omg/CORBA/ORB;
            invokestatic com.sun.org.omg.CORBA.IdentifierHelper.id:()Ljava/lang/String;
            ldc "Identifier"
            aload 2 /* _tcOf_members0 */
            invokevirtual org.omg.CORBA.ORB.create_alias_tc:(Ljava/lang/String;Ljava/lang/String;Lorg/omg/CORBA/TypeCode;)Lorg/omg/CORBA/TypeCode;
            astore 2 /* _tcOf_members0 */
        11: .line 75
            aload 1 /* _members0 */
            iconst_0
            new org.omg.CORBA.StructMember
            dup
        12: .line 76
            ldc "name"
        13: .line 77
            aload 2 /* _tcOf_members0 */
        14: .line 78
            aconst_null
            invokespecial org.omg.CORBA.StructMember.<init>:(Ljava/lang/String;Lorg/omg/CORBA/TypeCode;Lorg/omg/CORBA/IDLType;)V
        15: .line 75
            aastore
        16: .line 79
            invokestatic org.omg.CORBA.ORB.init:()Lorg/omg/CORBA/ORB;
            iconst_0
            invokevirtual org.omg.CORBA.ORB.create_string_tc:(I)Lorg/omg/CORBA/TypeCode;
            astore 2 /* _tcOf_members0 */
        17: .line 80
            invokestatic org.omg.CORBA.ORB.init:()Lorg/omg/CORBA/ORB;
            invokestatic com.sun.org.omg.CORBA.RepositoryIdHelper.id:()Ljava/lang/String;
            ldc "RepositoryId"
            aload 2 /* _tcOf_members0 */
            invokevirtual org.omg.CORBA.ORB.create_alias_tc:(Ljava/lang/String;Ljava/lang/String;Lorg/omg/CORBA/TypeCode;)Lorg/omg/CORBA/TypeCode;
            astore 2 /* _tcOf_members0 */
        18: .line 81
            aload 1 /* _members0 */
            iconst_1
            new org.omg.CORBA.StructMember
            dup
        19: .line 82
            ldc "id"
        20: .line 83
            aload 2 /* _tcOf_members0 */
        21: .line 84
            aconst_null
            invokespecial org.omg.CORBA.StructMember.<init>:(Ljava/lang/String;Lorg/omg/CORBA/TypeCode;Lorg/omg/CORBA/IDLType;)V
        22: .line 81
            aastore
        23: .line 85
            invokestatic org.omg.CORBA.ORB.init:()Lorg/omg/CORBA/ORB;
            iconst_0
            invokevirtual org.omg.CORBA.ORB.create_string_tc:(I)Lorg/omg/CORBA/TypeCode;
            astore 2 /* _tcOf_members0 */
        24: .line 86
            invokestatic org.omg.CORBA.ORB.init:()Lorg/omg/CORBA/ORB;
            invokestatic com.sun.org.omg.CORBA.RepositoryIdHelper.id:()Ljava/lang/String;
            ldc "RepositoryId"
            aload 2 /* _tcOf_members0 */
            invokevirtual org.omg.CORBA.ORB.create_alias_tc:(Ljava/lang/String;Ljava/lang/String;Lorg/omg/CORBA/TypeCode;)Lorg/omg/CORBA/TypeCode;
            astore 2 /* _tcOf_members0 */
        25: .line 87
            aload 1 /* _members0 */
            iconst_2
            new org.omg.CORBA.StructMember
            dup
        26: .line 88
            ldc "defined_in"
        27: .line 89
            aload 2 /* _tcOf_members0 */
        28: .line 90
            aconst_null
            invokespecial org.omg.CORBA.StructMember.<init>:(Ljava/lang/String;Lorg/omg/CORBA/TypeCode;Lorg/omg/CORBA/IDLType;)V
        29: .line 87
            aastore
        30: .line 91
            invokestatic org.omg.CORBA.ORB.init:()Lorg/omg/CORBA/ORB;
            iconst_0
            invokevirtual org.omg.CORBA.ORB.create_string_tc:(I)Lorg/omg/CORBA/TypeCode;
            astore 2 /* _tcOf_members0 */
        31: .line 92
            invokestatic org.omg.CORBA.ORB.init:()Lorg/omg/CORBA/ORB;
            invokestatic com.sun.org.omg.CORBA.VersionSpecHelper.id:()Ljava/lang/String;
            ldc "VersionSpec"
            aload 2 /* _tcOf_members0 */
            invokevirtual org.omg.CORBA.ORB.create_alias_tc:(Ljava/lang/String;Ljava/lang/String;Lorg/omg/CORBA/TypeCode;)Lorg/omg/CORBA/TypeCode;
            astore 2 /* _tcOf_members0 */
        32: .line 93
            aload 1 /* _members0 */
            iconst_3
            new org.omg.CORBA.StructMember
            dup
        33: .line 94
            ldc "version"
        34: .line 95
            aload 2 /* _tcOf_members0 */
        35: .line 96
            aconst_null
            invokespecial org.omg.CORBA.StructMember.<init>:(Ljava/lang/String;Lorg/omg/CORBA/TypeCode;Lorg/omg/CORBA/IDLType;)V
        36: .line 93
            aastore
        37: .line 97
            invokestatic org.omg.CORBA.ORB.init:()Lorg/omg/CORBA/ORB;
            getstatic org.omg.CORBA.TCKind.tk_TypeCode:Lorg/omg/CORBA/TCKind;
            invokevirtual org.omg.CORBA.ORB.get_primitive_tc:(Lorg/omg/CORBA/TCKind;)Lorg/omg/CORBA/TypeCode;
            astore 2 /* _tcOf_members0 */
        38: .line 98
            aload 1 /* _members0 */
            iconst_4
            new org.omg.CORBA.StructMember
            dup
        39: .line 99
            ldc "type"
        40: .line 100
            aload 2 /* _tcOf_members0 */
        41: .line 101
            aconst_null
            invokespecial org.omg.CORBA.StructMember.<init>:(Ljava/lang/String;Lorg/omg/CORBA/TypeCode;Lorg/omg/CORBA/IDLType;)V
        42: .line 98
            aastore
        43: .line 102
            invokestatic org.omg.CORBA.ORB.init:()Lorg/omg/CORBA/ORB;
            invokestatic com.sun.org.omg.CORBA.ExceptionDescriptionHelper.id:()Ljava/lang/String;
            ldc "ExceptionDescription"
            aload 1 /* _members0 */
            invokevirtual org.omg.CORBA.ORB.create_struct_tc:(Ljava/lang/String;Ljava/lang/String;[Lorg/omg/CORBA/StructMember;)Lorg/omg/CORBA/TypeCode;
            putstatic com.sun.org.omg.CORBA.ExceptionDescriptionHelper.__typeCode:Lorg/omg/CORBA/TypeCode;
        44: .line 103
            iconst_0
            putstatic com.sun.org.omg.CORBA.ExceptionDescriptionHelper.__active:Z
        end local 2 // org.omg.CORBA.TypeCode _tcOf_members0
        end local 1 // org.omg.CORBA.StructMember[] _members0
        45: .line 62
      StackMap locals:
      StackMap stack:
            aload 0
            monitorexit
        46: goto 49
      StackMap locals:
      StackMap stack: java.lang.Throwable
        47: aload 0
            monitorexit
        48: athrow
        49: .line 107
      StackMap locals:
      StackMap stack:
            getstatic com.sun.org.omg.CORBA.ExceptionDescriptionHelper.__typeCode:Lorg/omg/CORBA/TypeCode;
            areturn
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            8   45     1       _members0  [Lorg/omg/CORBA/StructMember;
            9   45     2  _tcOf_members0  Lorg/omg/CORBA/TypeCode;
      Exception table:
        from    to  target  type
           2     5      47  any
           6    46      47  any
          47    48      47  any

  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 112
            getstatic com.sun.org.omg.CORBA.ExceptionDescriptionHelper._id:Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.sun.org.omg.CORBA.ExceptionDescription read(org.omg.CORBA.portable.InputStream);
    descriptor: (Lorg/omg/CORBA/portable/InputStream;)Lcom/sun/org/omg/CORBA/ExceptionDescription;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.omg.CORBA.portable.InputStream istream
         0: .line 117
            new com.sun.org.omg.CORBA.ExceptionDescription
            dup
            invokespecial com.sun.org.omg.CORBA.ExceptionDescription.<init>:()V
            astore 1 /* value */
        start local 1 // com.sun.org.omg.CORBA.ExceptionDescription value
         1: .line 118
            aload 1 /* value */
            aload 0 /* istream */
            invokevirtual org.omg.CORBA.portable.InputStream.read_string:()Ljava/lang/String;
            putfield com.sun.org.omg.CORBA.ExceptionDescription.name:Ljava/lang/String;
         2: .line 119
            aload 1 /* value */
            aload 0 /* istream */
            invokevirtual org.omg.CORBA.portable.InputStream.read_string:()Ljava/lang/String;
            putfield com.sun.org.omg.CORBA.ExceptionDescription.id:Ljava/lang/String;
         3: .line 120
            aload 1 /* value */
            aload 0 /* istream */
            invokevirtual org.omg.CORBA.portable.InputStream.read_string:()Ljava/lang/String;
            putfield com.sun.org.omg.CORBA.ExceptionDescription.defined_in:Ljava/lang/String;
         4: .line 121
            aload 1 /* value */
            aload 0 /* istream */
            invokevirtual org.omg.CORBA.portable.InputStream.read_string:()Ljava/lang/String;
            putfield com.sun.org.omg.CORBA.ExceptionDescription.version:Ljava/lang/String;
         5: .line 122
            aload 1 /* value */
            aload 0 /* istream */
            invokevirtual org.omg.CORBA.portable.InputStream.read_TypeCode:()Lorg/omg/CORBA/TypeCode;
            putfield com.sun.org.omg.CORBA.ExceptionDescription.type:Lorg/omg/CORBA/TypeCode;
         6: .line 123
            aload 1 /* value */
            areturn
        end local 1 // com.sun.org.omg.CORBA.ExceptionDescription value
        end local 0 // org.omg.CORBA.portable.InputStream istream
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0  istream  Lorg/omg/CORBA/portable/InputStream;
            1    7     1    value  Lcom/sun/org/omg/CORBA/ExceptionDescription;
    MethodParameters:
         Name  Flags
      istream  

  public static void write(org.omg.CORBA.portable.OutputStream, com.sun.org.omg.CORBA.ExceptionDescription);
    descriptor: (Lorg/omg/CORBA/portable/OutputStream;Lcom/sun/org/omg/CORBA/ExceptionDescription;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.omg.CORBA.portable.OutputStream ostream
        start local 1 // com.sun.org.omg.CORBA.ExceptionDescription value
         0: .line 128
            aload 0 /* ostream */
            aload 1 /* value */
            getfield com.sun.org.omg.CORBA.ExceptionDescription.name:Ljava/lang/String;
            invokevirtual org.omg.CORBA.portable.OutputStream.write_string:(Ljava/lang/String;)V
         1: .line 129
            aload 0 /* ostream */
            aload 1 /* value */
            getfield com.sun.org.omg.CORBA.ExceptionDescription.id:Ljava/lang/String;
            invokevirtual org.omg.CORBA.portable.OutputStream.write_string:(Ljava/lang/String;)V
         2: .line 130
            aload 0 /* ostream */
            aload 1 /* value */
            getfield com.sun.org.omg.CORBA.ExceptionDescription.defined_in:Ljava/lang/String;
            invokevirtual org.omg.CORBA.portable.OutputStream.write_string:(Ljava/lang/String;)V
         3: .line 131
            aload 0 /* ostream */
            aload 1 /* value */
            getfield com.sun.org.omg.CORBA.ExceptionDescription.version:Ljava/lang/String;
            invokevirtual org.omg.CORBA.portable.OutputStream.write_string:(Ljava/lang/String;)V
         4: .line 132
            aload 0 /* ostream */
            aload 1 /* value */
            getfield com.sun.org.omg.CORBA.ExceptionDescription.type:Lorg/omg/CORBA/TypeCode;
            invokevirtual org.omg.CORBA.portable.OutputStream.write_TypeCode:(Lorg/omg/CORBA/TypeCode;)V
         5: .line 133
            return
        end local 1 // com.sun.org.omg.CORBA.ExceptionDescription value
        end local 0 // org.omg.CORBA.portable.OutputStream ostream
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0  ostream  Lorg/omg/CORBA/portable/OutputStream;
            0    6     1    value  Lcom/sun/org/omg/CORBA/ExceptionDescription;
    MethodParameters:
         Name  Flags
      ostream  
      value    
}
SourceFile: "ExceptionDescriptionHelper.java"