////////////////////////////////////////////////////////////////////////// // Management ////////////////////////////////////////////////////////////////////////// public static Pod of(object obj) { return(Type.of(obj).pod()); }
public void verifyType(object obj, Type t) { verifyEq(Type.of(obj), t); }