Searched refs:shortType (Results 1 - 16 of 16) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/apt/mirror/type/
H A DPrimitiveTypeImpl.java75 case SHORT: return env.symtab.shortType;
/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DPrimitiveType.java45 static final PrimitiveType shortType = new PrimitiveType("short"); field in class:PrimitiveType
H A DTypeMaker.java71 case SHORT: return PrimitiveType.shortType;
/openjdk7/jaxws/src/share/jaf_classes/javax/activation/
H A DDataHandler.java105 private String shortType = null; field in class:DataHandler
635 if (shortType == null) {
639 shortType = mt.getBaseType();
641 shortType = ct;
644 return shortType;
/openjdk7/langtools/test/tools/javac/tree/
H A DMakeLiteralTest.java62 test(Short.valueOf((short) 1), SHORT, syms.shortType, Short.valueOf((short) 1));
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DSymtab.java69 public final Type shortType = new Type(TypeTags.SHORT, null); field in class:Symtab
381 initType(shortType, "short", "Short");
411 scope.enter(shortType.tsym);
544 enterUnop("++", shortType, shortType, iadd);
552 enterUnop("--", shortType, shortType, isub);
/openjdk7/langtools/test/tools/javac/types/
H A DBoxingConversionTest.java173 predef.shortType,
190 predef.shortType,
H A DPrimitiveConversionTest.java181 predef.shortType,
212 predef.shortType,
H A DTypeHarness.java280 return predef.shortType.constType(s);
H A DCastTest.java100 predef.shortType,
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/mirror/util/
H A DTypesImpl.java102 case SHORT: prim = env.symtab.shortType; break;
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/model/
H A DJavacTypes.java149 case SHORT: return syms.shortType;
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DConstFold.java345 return syms.shortType.constType(0 + (short)intValue(n));
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DItems.java639 syms.shortType,
H A DClassReader.java654 return syms.shortType;
1401 return new Attribute.Constant(syms.shortType, readPool(nextChar()));
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DTreeMaker.java711 setType(syms.shortType.constType(value));

Completed in 49 milliseconds