Searched refs:typeNames (Results 1 - 10 of 10) sorted by relevance

/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/model/impl/
H A DBuiltinLeafInfoImpl.java46 private final QName[] typeNames; field in class:BuiltinLeafInfoImpl
48 protected BuiltinLeafInfoImpl(TypeT type, QName... typeNames) { argument
49 super(type, typeNames.length>0?typeNames[0]:null);
50 this.typeNames = typeNames;
60 return typeNames;
H A DRuntimeBuiltinLeafInfoImpl.java113 private RuntimeBuiltinLeafInfoImpl(Class type, QName... typeNames) { argument
114 super(type, typeNames);
146 protected StringImpl(Class type, QName... typeNames) { argument
147 super(type,typeNames);
165 protected PcdataImpl(Class type, QName... typeNames) { argument
166 super(type,typeNames);
1036 public StringImplImpl(Class type, QName[] typeNames) { argument
1037 super(type, typeNames);
H A DModelBuilder.java89 private final Map<QName,TypeInfo> typeNames = new HashMap<QName,TypeInfo>(); field in class:ModelBuilder
330 TypeInfo old = typeNames.put(t,r);
/openjdk9/jdk/test/javax/imageio/plugins/png/
H A DCanEncodeShort.java45 private static final String[] typeNames = new String[] { field in class:CanEncodeShort
62 typeNames[i]);
/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/property/
H A DSingleElementNodeProperty.java68 private final Map<Class,TagAndType> typeNames = new HashMap<Class,TagAndType>(); field in class:SingleElementNodeProperty
92 typeNames.put( beanInfo.jaxbType, new TagAndType(
121 TagAndType tt=typeNames.get(vtype); // quick way that usually works
124 for (Map.Entry<Class,TagAndType> e : typeNames.entrySet()) {
139 w.startElement(typeNames.values().iterator().next().tagName,null);
/openjdk9/langtools/test/tools/javac/cast/intersection/model/
H A DModelChecker.java133 String[] typeNames = it.value();
134 for(int i = 0; i < typeNames.length; i++) {
135 TypeMirror typeFromAnnotation = nameToType(typeNames[i]);
/openjdk9/langtools/test/tools/javac/multicatch/model/
H A DModelChecker.java121 String[] typeNames = ut.value();
122 for(int i = 0; i < typeNames.length; i++) {
123 TypeMirror typeFromAnnotation = nameToType(typeNames[i]);
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/model/
H A DCBuiltinLeafInfo.java106 private final QName[] typeNames; field in class:CBuiltinLeafInfo
111 private CBuiltinLeafInfo(NType typeToken, ID id, QName... typeNames) { argument
113 this.typeName = typeNames.length>0?typeNames[0]:null;
114 this.typeNames = typeNames;
222 return typeNames.clone();
/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/
H A DJaxBeanInfo.java86 protected JaxBeanInfo(JAXBContextImpl grammar, RuntimeTypeInfo rti, Class<BeanT> jaxbType, QName[] typeNames, boolean isElement,boolean isImmutable, boolean hasLifecycleEvents) { argument
87 this(grammar,rti,jaxbType,(Object)typeNames,isElement,isImmutable,hasLifecycleEvents);
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DSimpleTypeBuilder.java477 String[] typeNames = new String[] {
480 s.addAll(Arrays.asList(typeNames));

Completed in 80 milliseconds