Interface IQualifierType

  • All Superinterfaces:
    Cloneable, IType
    All Known Subinterfaces:
    ICQualifierType, IGPPQualifierType

    public interface IQualifierType
    extends IType
    Interface used to qualify types.
    Restriction:
    This interface is not intended to be implemented by clients.
    Restriction:
    This interface is not intended to be extended by clients.
    • Method Detail

      • isConst

        boolean isConst()
        Returns whether this is a const type
      • isVolatile

        boolean isVolatile()
        Returns whether this is a volatile type
      • getType

        IType getType()
        Returns the type that this is qualifying