Class ErrorType

  • All Implemented Interfaces:
    IErrorType, INonLoadableType, IType, Serializable

    public class ErrorType
    extends AbstractType
    implements IErrorType
    A type representing the Error state in the type system. This is used when we are unable to determine the type for a particular expression due to errors and wish to assign a universally-compatible type to it that will not cascade the compilation error.
    See Also:
    Serialized Form