Class TypeTableEntry.StructField

  • Enclosing class:
    TypeTableEntry

    public static class TypeTableEntry.StructField
    extends Tuple2<java.lang.Long,​java.util.UUID>
    A tuple representing a structure field.
    • Constructor Summary

      Constructors 
      Constructor Description
      StructField​(java.lang.Long offset, java.util.UUID type)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Long getOffset()
      Get the offset of the field.
      java.util.UUID getType()
      Get the type of the field.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StructField

        public StructField​(java.lang.Long offset,
                           java.util.UUID type)
        Constructor.
        Parameters:
        offset - The offset within the struct this field is at.
        type - The UUID of the type stored in this field.
    • Method Detail

      • getOffset

        public java.lang.Long getOffset()
        Get the offset of the field.
      • getType

        public java.util.UUID getType()
        Get the type of the field.