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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DBasicType.java36 public static final int tShort = 9; field in class:BasicType
51 public static final BasicType T_SHORT = new BasicType(tShort);
82 return tShort;
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DType.java40 * (Type.tInt, Type.tShort, ...). To create complex types use
87 public static final Type tShort = new Type(TC_SHORT, SIG_SHORT); field in class:Type

Completed in 30 milliseconds