public final class com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription 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.ValueDefPackage.FullValueDescription
  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 boolean is_abstract;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

  public boolean is_custom;
    descriptor: Z
    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 com.sun.org.omg.CORBA.OperationDescription[] operations;
    descriptor: [Lcom/sun/org/omg/CORBA/OperationDescription;
    flags: (0x0001) ACC_PUBLIC

  public com.sun.org.omg.CORBA.AttributeDescription[] attributes;
    descriptor: [Lcom/sun/org/omg/CORBA/AttributeDescription;
    flags: (0x0001) ACC_PUBLIC

  public org.omg.CORBA.ValueMember[] members;
    descriptor: [Lorg/omg/CORBA/ValueMember;
    flags: (0x0001) ACC_PUBLIC

  public com.sun.org.omg.CORBA.Initializer[] initializers;
    descriptor: [Lcom/sun/org/omg/CORBA/Initializer;
    flags: (0x0001) ACC_PUBLIC

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

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

  public boolean is_truncatable;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

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

  public org.omg.CORBA.TypeCode type;
    descriptor: Lorg/omg/CORBA/TypeCode;
    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.ValueDefPackage.FullValueDescription this
         0: .line 59
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 39
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription.name:Ljava/lang/String;
         2: .line 40
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription.id:Ljava/lang/String;
         3: .line 41
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription.is_abstract:Z
         4: .line 42
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription.is_custom:Z
         5: .line 43
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription.defined_in:Ljava/lang/String;
         6: .line 44
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription.version:Ljava/lang/String;
         7: .line 45
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription.operations:[Lcom/sun/org/omg/CORBA/OperationDescription;
         8: .line 46
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription.attributes:[Lcom/sun/org/omg/CORBA/AttributeDescription;
         9: .line 50
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription.members:[Lorg/omg/CORBA/ValueMember;
        10: .line 52
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription.initializers:[Lcom/sun/org/omg/CORBA/Initializer;
        11: .line 53
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription.supported_interfaces:[Ljava/lang/String;
        12: .line 54
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription.abstract_base_values:[Ljava/lang/String;
        13: .line 55
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription.is_truncatable:Z
        14: .line 56
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription.base_value:Ljava/lang/String;
        15: .line 57
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription.type:Lorg/omg/CORBA/TypeCode;
        16: .line 61
            return
        end local 0 // com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  this  Lcom/sun/org/omg/CORBA/ValueDefPackage/FullValueDescription;

  public void <init>(java.lang.String, java.lang.String, boolean, boolean, java.lang.String, java.lang.String, com.sun.org.omg.CORBA.OperationDescription[], com.sun.org.omg.CORBA.AttributeDescription[], org.omg.CORBA.ValueMember[], com.sun.org.omg.CORBA.Initializer[], java.lang.String[], java.lang.String[], boolean, java.lang.String, org.omg.CORBA.TypeCode);
    descriptor: (Ljava/lang/String;Ljava/lang/String;ZZLjava/lang/String;Ljava/lang/String;[Lcom/sun/org/omg/CORBA/OperationDescription;[Lcom/sun/org/omg/CORBA/AttributeDescription;[Lorg/omg/CORBA/ValueMember;[Lcom/sun/org/omg/CORBA/Initializer;[Ljava/lang/String;[Ljava/lang/String;ZLjava/lang/String;Lorg/omg/CORBA/TypeCode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=16, args_size=16
        start local 0 // com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription this
        start local 1 // java.lang.String _name
        start local 2 // java.lang.String _id
        start local 3 // boolean _is_abstract
        start local 4 // boolean _is_custom
        start local 5 // java.lang.String _defined_in
        start local 6 // java.lang.String _version
        start local 7 // com.sun.org.omg.CORBA.OperationDescription[] _operations
        start local 8 // com.sun.org.omg.CORBA.AttributeDescription[] _attributes
        start local 9 // org.omg.CORBA.ValueMember[] _members
        start local 10 // com.sun.org.omg.CORBA.Initializer[] _initializers
        start local 11 // java.lang.String[] _supported_interfaces
        start local 12 // java.lang.String[] _abstract_base_values
        start local 13 // boolean _is_truncatable
        start local 14 // java.lang.String _base_value
        start local 15 // org.omg.CORBA.TypeCode _type
         0: .line 65
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 39
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription.name:Ljava/lang/String;
         2: .line 40
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription.id:Ljava/lang/String;
         3: .line 41
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription.is_abstract:Z
         4: .line 42
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription.is_custom:Z
         5: .line 43
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription.defined_in:Ljava/lang/String;
         6: .line 44
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription.version:Ljava/lang/String;
         7: .line 45
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription.operations:[Lcom/sun/org/omg/CORBA/OperationDescription;
         8: .line 46
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription.attributes:[Lcom/sun/org/omg/CORBA/AttributeDescription;
         9: .line 50
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription.members:[Lorg/omg/CORBA/ValueMember;
        10: .line 52
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription.initializers:[Lcom/sun/org/omg/CORBA/Initializer;
        11: .line 53
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription.supported_interfaces:[Ljava/lang/String;
        12: .line 54
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription.abstract_base_values:[Ljava/lang/String;
        13: .line 55
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription.is_truncatable:Z
        14: .line 56
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription.base_value:Ljava/lang/String;
        15: .line 57
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription.type:Lorg/omg/CORBA/TypeCode;
        16: .line 67
            aload 0 /* this */
            aload 1 /* _name */
            putfield com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription.name:Ljava/lang/String;
        17: .line 68
            aload 0 /* this */
            aload 2 /* _id */
            putfield com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription.id:Ljava/lang/String;
        18: .line 69
            aload 0 /* this */
            iload 3 /* _is_abstract */
            putfield com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription.is_abstract:Z
        19: .line 70
            aload 0 /* this */
            iload 4 /* _is_custom */
            putfield com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription.is_custom:Z
        20: .line 71
            aload 0 /* this */
            aload 5 /* _defined_in */
            putfield com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription.defined_in:Ljava/lang/String;
        21: .line 72
            aload 0 /* this */
            aload 6 /* _version */
            putfield com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription.version:Ljava/lang/String;
        22: .line 73
            aload 0 /* this */
            aload 7 /* _operations */
            putfield com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription.operations:[Lcom/sun/org/omg/CORBA/OperationDescription;
        23: .line 74
            aload 0 /* this */
            aload 8 /* _attributes */
            putfield com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription.attributes:[Lcom/sun/org/omg/CORBA/AttributeDescription;
        24: .line 75
            aload 0 /* this */
            aload 9 /* _members */
            putfield com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription.members:[Lorg/omg/CORBA/ValueMember;
        25: .line 76
            aload 0 /* this */
            aload 10 /* _initializers */
            putfield com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription.initializers:[Lcom/sun/org/omg/CORBA/Initializer;
        26: .line 77
            aload 0 /* this */
            aload 11 /* _supported_interfaces */
            putfield com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription.supported_interfaces:[Ljava/lang/String;
        27: .line 78
            aload 0 /* this */
            aload 12 /* _abstract_base_values */
            putfield com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription.abstract_base_values:[Ljava/lang/String;
        28: .line 79
            aload 0 /* this */
            iload 13 /* _is_truncatable */
            putfield com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription.is_truncatable:Z
        29: .line 80
            aload 0 /* this */
            aload 14 /* _base_value */
            putfield com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription.base_value:Ljava/lang/String;
        30: .line 81
            aload 0 /* this */
            aload 15 /* _type */
            putfield com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription.type:Lorg/omg/CORBA/TypeCode;
        31: .line 82
            return
        end local 15 // org.omg.CORBA.TypeCode _type
        end local 14 // java.lang.String _base_value
        end local 13 // boolean _is_truncatable
        end local 12 // java.lang.String[] _abstract_base_values
        end local 11 // java.lang.String[] _supported_interfaces
        end local 10 // com.sun.org.omg.CORBA.Initializer[] _initializers
        end local 9 // org.omg.CORBA.ValueMember[] _members
        end local 8 // com.sun.org.omg.CORBA.AttributeDescription[] _attributes
        end local 7 // com.sun.org.omg.CORBA.OperationDescription[] _operations
        end local 6 // java.lang.String _version
        end local 5 // java.lang.String _defined_in
        end local 4 // boolean _is_custom
        end local 3 // boolean _is_abstract
        end local 2 // java.lang.String _id
        end local 1 // java.lang.String _name
        end local 0 // com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   32     0                   this  Lcom/sun/org/omg/CORBA/ValueDefPackage/FullValueDescription;
            0   32     1                  _name  Ljava/lang/String;
            0   32     2                    _id  Ljava/lang/String;
            0   32     3           _is_abstract  Z
            0   32     4             _is_custom  Z
            0   32     5            _defined_in  Ljava/lang/String;
            0   32     6               _version  Ljava/lang/String;
            0   32     7            _operations  [Lcom/sun/org/omg/CORBA/OperationDescription;
            0   32     8            _attributes  [Lcom/sun/org/omg/CORBA/AttributeDescription;
            0   32     9               _members  [Lorg/omg/CORBA/ValueMember;
            0   32    10          _initializers  [Lcom/sun/org/omg/CORBA/Initializer;
            0   32    11  _supported_interfaces  [Ljava/lang/String;
            0   32    12  _abstract_base_values  [Ljava/lang/String;
            0   32    13        _is_truncatable  Z
            0   32    14            _base_value  Ljava/lang/String;
            0   32    15                  _type  Lorg/omg/CORBA/TypeCode;
    MethodParameters:
                       Name  Flags
      _name                  
      _id                    
      _is_abstract           
      _is_custom             
      _defined_in            
      _version               
      _operations            
      _attributes            
      _members               
      _initializers          
      _supported_interfaces  
      _abstract_base_values  
      _is_truncatable        
      _base_value            
      _type                  
}
SourceFile: "FullValueDescription.java"