Class CompositeDataTypeElementInfo


  • public class CompositeDataTypeElementInfo
    extends DataTypeInfo
    • Constructor Detail

      • CompositeDataTypeElementInfo

        public CompositeDataTypeElementInfo​(java.lang.Object dataTypeHandle,
                                            int dataTypeOffset,
                                            int dataTypeLength,
                                            int dataTypeAlignment)
        Constructor for CompositeDataTypeElementInfo.
        Parameters:
        dataTypeHandle - any Object providing identity for this data type
        dataTypeOffset - the offset of the element within the outer composite data type
        dataTypeLength - the length of the data type
        dataTypeAlignment - the alignment of the data type
      • CompositeDataTypeElementInfo

        public CompositeDataTypeElementInfo​(DataTypeInfo dataTypeInfo,
                                            int dataTypeOffset)
        Constructor for CompositeDataTypeElementInfo (copy-ish).
        Parameters:
        dataTypeInfo - the dataType this CompositeDataTypeElementInfo is based upon
        dataTypeOffset - the offset of the element within the outer composite data type
    • Method Detail

      • getDataTypeOffset

        public int getDataTypeOffset()
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class DataTypeInfo
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object