Searched refs:jtype (Results 1 - 4 of 4) sorted by relevance

/openjdk9/jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/processor/model/java/
H A DJavaSimpleType.java42 public JavaSimpleType(JAXBTypeAndAnnotation jtype) { argument
43 super(jtype);
/openjdk9/jdk/src/jdk.management/share/native/libmanagement_ext/
H A DDiagnosticCommandImpl.c87 jstring jname, jdesc,jtype,jdefStr; local
95 jtype = (*env)->NewStringUTF(env,dcmd_arg_info_array[i].type);
103 jname, jdesc, jtype,
/openjdk9/jaxws/src/jdk.xml.bind/share/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);
/openjdk9/jdk/src/java.security.jgss/share/native/libj2gss/
H A DGSSLibStub.c513 jobject jtype; local
539 jtype = getJavaOID(env, outNameType);
554 (*env)->SetObjectArrayElement(env, jresult, 1, jtype);

Completed in 94 milliseconds