package bluej.debugger.gentype;


| An unbounded wildcard. | | @author Davin McCall | public class GenTypeUnbounded extends GenTypeWildcard{ public GenTypeUnbounded() { super((GenTypeSolid) null, null); }
| A constructor where we recognise the real upper bound as "Object". | */ public GenTypeUnbounded(GenTypeClass objectClass) { super(objectClass, null); } @Override public String toTypeArgString(NameTransform nt) { | |
return "?"; } }
top, use, map, class GenTypeUnbounded

.   GenTypeUnbounded




11 neLoCode + 4 LoComm