super("null", void.class); //NOI18N
An NullType object is compatible to - the errorType object - an object of type NullType (to itself) - an object of type ClassType return (type.equals(TypeTable.errorType) || (type instanceof NullType) || (type instanceof ClassType));
return (type.equals(TypeTable.errorType) || (type instanceof NullType) || (type instanceof ClassType));