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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/nav/
H A DParameterizedTypeImpl.java41 private Type ownerType; field in class:ParameterizedTypeImpl
45 Type ownerType) {
48 if (ownerType != null) {
49 this.ownerType = ownerType;
51 this.ownerType = rawType.getDeclaringClass();
77 return ownerType;
100 boolean ownerEquality = (ownerType == null ?
102 ownerType.equals(thatOwner));
120 (ownerType
43 ParameterizedTypeImpl(Class<?> rawType, Type[] actualTypeArguments, Type ownerType) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/reflect/generics/reflectiveObjects/
H A DParameterizedTypeImpl.java43 private Type ownerType; field in class:ParameterizedTypeImpl
47 Type ownerType) {
50 if (ownerType != null) {
51 this.ownerType = ownerType;
52 } else { this.ownerType = rawType.getDeclaringClass();}
74 * If the ownerType argument is null, the declaring class of the
87 * @param ownerType - the enclosing type, if known.
94 Type ownerType) {
96 ownerType);
45 ParameterizedTypeImpl(Class<?> rawType, Type[] actualTypeArguments, Type ownerType) argument
92 make(Class<?> rawType, Type[] actualTypeArguments, Type ownerType) argument
[all...]

Completed in 366 milliseconds