public final class com.sun.org.omg.CORBA.AttributeDescription implements org.omg.CORBA.portable.IDLEntity
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.org.omg.CORBA.AttributeDescription
  super_class: java.lang.Object
{
  public java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public java.lang.String id;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public java.lang.String defined_in;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public java.lang.String version;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public org.omg.CORBA.TypeCode type;
    descriptor: Lorg/omg/CORBA/TypeCode;
    flags: (0x0001) ACC_PUBLIC

  public com.sun.org.omg.CORBA.AttributeMode mode;
    descriptor: Lcom/sun/org/omg/CORBA/AttributeMode;
    flags: (0x0001) ACC_PUBLIC

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.omg.CORBA.AttributeDescription this
         0: .line 44
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 37
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.omg.CORBA.AttributeDescription.name:Ljava/lang/String;
         2: .line 38
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.omg.CORBA.AttributeDescription.id:Ljava/lang/String;
         3: .line 39
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.omg.CORBA.AttributeDescription.defined_in:Ljava/lang/String;
         4: .line 40
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.omg.CORBA.AttributeDescription.version:Ljava/lang/String;
         5: .line 41
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.omg.CORBA.AttributeDescription.type:Lorg/omg/CORBA/TypeCode;
         6: .line 42
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.omg.CORBA.AttributeDescription.mode:Lcom/sun/org/omg/CORBA/AttributeMode;
         7: .line 46
            return
        end local 0 // com.sun.org.omg.CORBA.AttributeDescription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/org/omg/CORBA/AttributeDescription;

  public void <init>(java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.omg.CORBA.TypeCode, com.sun.org.omg.CORBA.AttributeMode);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/omg/CORBA/TypeCode;Lcom/sun/org/omg/CORBA/AttributeMode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=7
        start local 0 // com.sun.org.omg.CORBA.AttributeDescription this
        start local 1 // java.lang.String _name
        start local 2 // java.lang.String _id
        start local 3 // java.lang.String _defined_in
        start local 4 // java.lang.String _version
        start local 5 // org.omg.CORBA.TypeCode _type
        start local 6 // com.sun.org.omg.CORBA.AttributeMode _mode
         0: .line 48
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 37
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.omg.CORBA.AttributeDescription.name:Ljava/lang/String;
         2: .line 38
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.omg.CORBA.AttributeDescription.id:Ljava/lang/String;
         3: .line 39
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.omg.CORBA.AttributeDescription.defined_in:Ljava/lang/String;
         4: .line 40
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.omg.CORBA.AttributeDescription.version:Ljava/lang/String;
         5: .line 41
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.omg.CORBA.AttributeDescription.type:Lorg/omg/CORBA/TypeCode;
         6: .line 42
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.omg.CORBA.AttributeDescription.mode:Lcom/sun/org/omg/CORBA/AttributeMode;
         7: .line 50
            aload 0 /* this */
            aload 1 /* _name */
            putfield com.sun.org.omg.CORBA.AttributeDescription.name:Ljava/lang/String;
         8: .line 51
            aload 0 /* this */
            aload 2 /* _id */
            putfield com.sun.org.omg.CORBA.AttributeDescription.id:Ljava/lang/String;
         9: .line 52
            aload 0 /* this */
            aload 3 /* _defined_in */
            putfield com.sun.org.omg.CORBA.AttributeDescription.defined_in:Ljava/lang/String;
        10: .line 53
            aload 0 /* this */
            aload 4 /* _version */
            putfield com.sun.org.omg.CORBA.AttributeDescription.version:Ljava/lang/String;
        11: .line 54
            aload 0 /* this */
            aload 5 /* _type */
            putfield com.sun.org.omg.CORBA.AttributeDescription.type:Lorg/omg/CORBA/TypeCode;
        12: .line 55
            aload 0 /* this */
            aload 6 /* _mode */
            putfield com.sun.org.omg.CORBA.AttributeDescription.mode:Lcom/sun/org/omg/CORBA/AttributeMode;
        13: .line 56
            return
        end local 6 // com.sun.org.omg.CORBA.AttributeMode _mode
        end local 5 // org.omg.CORBA.TypeCode _type
        end local 4 // java.lang.String _version
        end local 3 // java.lang.String _defined_in
        end local 2 // java.lang.String _id
        end local 1 // java.lang.String _name
        end local 0 // com.sun.org.omg.CORBA.AttributeDescription this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   14     0         this  Lcom/sun/org/omg/CORBA/AttributeDescription;
            0   14     1        _name  Ljava/lang/String;
            0   14     2          _id  Ljava/lang/String;
            0   14     3  _defined_in  Ljava/lang/String;
            0   14     4     _version  Ljava/lang/String;
            0   14     5        _type  Lorg/omg/CORBA/TypeCode;
            0   14     6        _mode  Lcom/sun/org/omg/CORBA/AttributeMode;
    MethodParameters:
             Name  Flags
      _name        
      _id          
      _defined_in  
      _version     
      _type        
      _mode        
}
SourceFile: "AttributeDescription.java"