Class StructType

All Implemented Interfaces:
ASTLocusTag.ASTLocusTagProvider, AliasedSymbol, TypeComparator.SemanticEqualityOp, Cloneable

public class StructType extends CompoundType
  • Method Details

    • 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