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

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/generator/
H A DWrapperGenerator.java87 private static class AtomicType extends BaseType { class in class:WrapperGenerator
109 type = AtomicType.TYPE_INT;
111 type = AtomicType.TYPE_LONG;
113 type = AtomicType.TYPE_BYTE;
115 type = AtomicType.TYPE_CHAR;
117 type = AtomicType.TYPE_LONG_LONG;
119 type = AtomicType.TYPE_DOUBLE;
121 type = AtomicType.TYPE_FLOAT;
123 type = AtomicType.TYPE_PTR;
125 type = AtomicType
351 public AtomicType(int _type,String _name, String _real_type) { method in class:WrapperGenerator.AtomicType
[all...]

Completed in 32 milliseconds