Interface IProblemType

All Superinterfaces:
Cloneable, ISemanticProblem, IType

public interface IProblemType extends IType, ISemanticProblem
Represents an type that cannot be determined or is illegal. Reasons include
  • A type depends on a name that cannot be resolved (resolves to a IProblemBinding).
  • The construction of a type is illegal.
Since:
5.3
Restriction:
This interface is not intended to be implemented by clients.
Restriction:
This interface is not intended to be extended by clients.