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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/model/java/
H A DJavaSimpleType.java42 public JavaSimpleType(JAXBTypeAndAnnotation jtype) { argument
43 super(jtype);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/bean/field/
H A DAbstractField.java243 * .type(jtype)
248 * @param jtype
251 private void writeXmlElementAnnotation( JAnnotatable field, CTypeRef ctype, JType jtype, argument
297 jtype = jtype.unboxify();
302 if( !jtype.equals(exposedType) || (getOptions().runtime14 && prop.isCollection())) {
304 xew.type(jtype);
/openjdk7/jdk/src/share/native/sun/security/jgss/wrapper/
H A DGSSLibStub.c460 jobject jtype; local
478 jtype = getJavaOID(env, outNameType);
487 (*env)->SetObjectArrayElement(env, jresult, 1, jtype);

Completed in 38 milliseconds