@Override public Type union(Type t) { if (t==this) return t; if (t instanceof Value) { Object value=((Value<?>)t).value; if (values.contains(value)) ...
確定! 回上一頁