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

/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/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 DRuntimeElementInfoImpl.java81 public Type getRawType() { method in class:RuntimeElementInfoImpl.RuntimePropertyImpl
H A DPropertyInfoImpl.java108 T t = seed.getRawType();
165 public T getRawType() { method in class:PropertyInfoImpl
166 return seed.getRawType();
172 T raw = getRawType();
H A DRuntimeClassInfoImpl.java313 public Type getRawType() { method in class:RuntimeClassInfoImpl.RuntimePropertySeed
314 return core.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/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/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/api/impl/s2j/
H A DElementCollectionAdapter.java58 public JType getRawType() { method in class:ElementCollectionAdapter
89 JVar $col = block.decl(core.getRawType(), "col" + hashCode());
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
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/bean/field/
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 DIsSetField.java91 public JType getRawType() { method in class:IsSetField
92 return core.getRawType();
H A DAbstractListField.java140 public JType getRawType() { method in class:AbstractListField
H A DArrayField.java206 public JType getRawType() { method in class:ArrayField

Completed in 94 milliseconds