Searched defs:EagerNType (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/nav/
H A DEagerNType.java38 class EagerNType implements NType { class in inherits:NType
41 public EagerNType(Type type) { method in class:EagerNType
56 if (!(o instanceof EagerNType)) return false;
58 final EagerNType eagerNType = (EagerNType) o;

Completed in 30 milliseconds