Package com.grammatech.gtirb
Class TypeTableEntry.StructField
- java.lang.Object
-
- com.grammatech.gtirb.tuple.Tuple2<java.lang.Long,java.util.UUID>
-
- com.grammatech.gtirb.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.
-