Searched refs:TM_SHORT (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DConstants.java313 int TM_SHORT = 1 << TC_SHORT; field in interface:Constants
323 int TM_INT32 = TM_BYTE | TM_SHORT | TM_CHAR | TM_INT;
/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DConditionalExpression.java97 } else if (((tm & TM_SHORT) != 0) && left.fitsType(env, ctx, Type.tShort) && right.fitsType(env, ctx, Type.tShort)) {

Completed in 24 milliseconds