Searched refs:unboxify (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJPrimitiveType.java86 public JType unboxify() { method in class:JPrimitiveType
H A DJType.java133 public abstract JType unboxify(); method in class:JType
H A DJClass.java141 public JType unboxify() { method in class:JClass
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/bean/field/
H A DSingleField.java101 getterType = exposedType.unboxify();
106 getterType = exposedType.unboxify();
137 if(forcePrimitiveAccess) setterType = setterType.unboxify();
H A DAbstractField.java297 jtype = jtype.unboxify();
462 t = t.unboxify();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/
H A DBIConversion.java245 JType t = inMemoryType.unboxify();
258 if(inMemoryType.unboxify().isPrimitive()) {
270 if(inMemoryType.unboxify().isPrimitive()) {
274 return '('+inMemoryType.unboxify().fullName()+')'+method;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/bean/
H A DBeanGenerator.java631 JType baseExposedType = e.base.toType(this, EXPOSED).unboxify();
632 JType baseImplType = e.base.toType(this, Aspect.IMPLEMENTATION).unboxify();

Completed in 104 milliseconds