Class StructType

    • Method Detail

      • isStruct

        public final boolean isStruct()
        Description copied from class: CompoundType
        Indicates whether this type was declared as a struct.
        Specified by:
        isStruct in class CompoundType
      • isUnion

        public final boolean isUnion()
        Description copied from class: CompoundType
        Indicates whether this type was declared as a union.
        Specified by:
        isUnion in class CompoundType