Searched refs:EagerNType (Results 1 - 3 of 3) 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;
H A DNavigatorImpl.java55 if(nt instanceof EagerNType) {
56 EagerNType ent = (EagerNType) nt;
177 if (nt instanceof EagerNType) {
178 EagerNType ent = (EagerNType) nt;
190 if (nt instanceof EagerNType) {
191 EagerNType ent = (EagerNType) nt;
216 return new EagerNType(
[all...]
H A DEagerNClass.java39 public class EagerNClass extends EagerNType implements NClass {

Completed in 31 milliseconds