Searched refs:primitiveType (Results 1 - 8 of 8) sorted by relevance

/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/query/util/type/
H A DWrapperClassType.java61 protected PrimitiveType primitiveType; field in class:WrapperClassType
67 PrimitiveType primitiveType, TypeTable typetab)
70 this.primitiveType = primitiveType;
78 return primitiveType;
66 WrapperClassType(String name, Class clazz, int enumType, PrimitiveType primitiveType, TypeTable typetab) argument
H A DNumericWrapperClassType.java62 PrimitiveType primitiveType, TypeTable typetab)
64 super(name, clazz, enumType, primitiveType, typetab);
84 return ((NumericType)primitiveType).getValue(value);
94 return ((NumericType)primitiveType).negate(value);
61 NumericWrapperClassType(String name, Class clazz, int enumType, PrimitiveType primitiveType, TypeTable typetab) argument
/glassfish-3.1.2/common/glassfish-naming/src/main/java/com/sun/enterprise/naming/util/
H A DObjectInputStreamWithLoader.java78 private Class primitiveType(char type) { method in class:ObjectInputStreamWithLoader
123 component = primitiveType(cname.charAt(dcount));
/glassfish-3.1.2/persistence/cmp/utility/src/main/java/com/sun/jdo/spi/persistence/utility/generator/
H A DJavaClassWriterHelper.java186 * @param primitiveType the class object of the primitive type.
189 public static String getUnwrapMethodName(Class primitiveType) argument
191 return primitiveType.getName() + "Value()"; //NOI18N
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/antlr/
H A DJQL.g857 | primitiveType
861 primitiveType
H A DOptimizer.g1694 | primitiveType
1697 primitiveType
H A DCodeGeneration.g1889 | primitiveType
1892 primitiveType
H A DSemantic.g2054 | p:primitiveType
2061 primitiveType

Completed in 36 milliseconds