Module dev.civl.abc

Interface UnqualifiedObjectType

All Superinterfaces:
ObjectType, Type
All Known Subinterfaces:
ArithmeticType, ArrayType, AtomicType, DomainType, EnumerationType, FloatingType, IntegerType, LambdaType, MemType, PointerType, SignedIntegerType, SignedOrUnsignedIntegerType, StandardBasicType, StandardSignedIntegerType, StandardUnsignedIntegerType, StructureOrUnionType, UnsignedIntegerType

public interface UnqualifiedObjectType extends ObjectType
An unqualified object type is an object type without any qualifier (const, volatile, etc.). This is a marker interface; it does not provide any methods. It is used to create a sub-type of ObjectType.