Searched refs:getRawType (Results 1 - 25 of 38) sorted by relevance

12

/openjdk7/jdk/src/share/classes/java/lang/reflect/
H A DParameterizedType.java75 Type getRawType(); method in interface:ParameterizedType
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/outline/
H A DFieldOutline.java59 JType getRawType(); method in interface:FieldOutline
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/
H A DFieldSignature.java104 return fqcn(p.getRawType())+args(p);
106 assert p.getRawType() instanceof Class;
108 ((Class)p.getRawType()).getSimpleName()+args(p);
H A DWrapperBeanGenerator.java79 if (p.getRawType().equals(Holder.class)) {
305 if (pt.getRawType() instanceof Class) {
306 return Type.getType((Class)pt.getRawType());
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DPropertySeed.java59 T getRawType(); method in interface:PropertySeed
H A DFieldPropertySeed.java62 public TypeT getRawType() { method in class:FieldPropertySeed
H A DGetterSetterPropertySeed.java57 public TypeT getRawType() { method in class:GetterSetterPropertySeed
H A DMapPropertyInfoImpl.java62 T raw = getRawType();
H A DPropertyInfoImpl.java108 T t = seed.getRawType();
165 public T getRawType() { method in class:PropertyInfoImpl
166 return seed.getRawType();
172 T raw = getRawType();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/runtime/
H A DRuntimePropertyInfo.java81 Type getRawType(); method in interface:RuntimePropertyInfo
87 * values. For a non-collection field, this is the same as {@link #getRawType()}.
89 * So if {@link #getRawType()} is {@code Collection<Integer>}, this method will
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/api/impl/s2j/
H A DPropertyImpl.java50 this.codeModel = fr.getRawType().owner();
73 return fr.getRawType();
H A DElementSingleAdapter.java54 public JType getRawType() { method in class:ElementSingleAdapter
75 JVar $v = cond._then().decl(core.getRawType(), "v" + hashCode());// TODO: unique value control
H A DElementCollectionAdapter.java58 public JType getRawType() { method in class:ElementCollectionAdapter
89 JVar $col = block.decl(core.getRawType(), "col" + hashCode());
H A DElementAdapter.java127 .arg(getRawType().boxify().erasure().dotclass())
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/bean/field/
H A DIsSetField.java91 public JType getRawType() { method in class:IsSetField
92 return core.getRawType();
H A DAbstractFieldWithVar.java92 public final JType getRawType() { method in class:AbstractFieldWithVar
H A DConstField.java78 public JType getRawType() { method in class:ConstField
H A DAbstractListField.java140 public JType getRawType() { method in class:AbstractListField
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/property/
H A DArrayProperty.java52 Navigator.REFLECTION.erasure(prop.getRawType()),prop.id(),prop.getAdapter());
/openjdk7/jdk/test/java/lang/reflect/Generics/
H A DTestC2.java119 ((psc.getRawType() == C0.class) ) :
148 ((pt.getRawType() == C2.class) ) :
195 pt.getRawType() == I1.class :
208 pt.getRawType() == I2.class :
335 pt.getRawType() == C0.class :
385 pt.getRawType() == C0.class :
502 pt.getRawType() == C0.class :
H A DTestC1.java151 pt.getRawType() == cls :
271 pt.getRawType() == cls :
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/nav/
H A DParameterizedTypeImpl.java72 public Class<?> getRawType() { method in class:ParameterizedTypeImpl
97 Type thatRawType = that.getRawType();
/openjdk7/jdk/src/share/classes/sun/reflect/generics/reflectiveObjects/
H A DParameterizedTypeImpl.java128 public Class<?> getRawType() { method in class:ParameterizedTypeImpl
171 Type thatRawType = that.getRawType();
/openjdk7/jdk/src/share/classes/com/sun/beans/
H A DTypeResolver.java171 (Class<?>) fpt.getRawType(), actuals, fpt.getOwnerType());
238 return (Class<?>) pt.getRawType();
296 : ((ParameterizedType)type).getRawType());
/openjdk7/jdk/src/share/classes/com/sun/beans/finder/
H A DMethodFinder.java163 Class<?> type = (Class<?>) pt.getRawType();

Completed in 501 milliseconds

12