Class RecordAttribute

All Implemented Interfaces:
Serializable, Processable

public class RecordAttribute extends Attribute
This Attribute represents a record attribute.
See Also:
  • Field Details

    • u2componentsCount

      public int u2componentsCount
    • components

      public RecordComponentInfo[] components
  • Constructor Details

    • RecordAttribute

      public RecordAttribute()
      Creates an uninitialized RecordAttribute.
    • RecordAttribute

      public RecordAttribute(int u2attributeNameIndex, int u2componentsCount, RecordComponentInfo[] components)
      Creates an initialized RecordAttribute.
  • Method Details