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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DConstFold.java64 static Integer minusOne = -1; field in class:ConstFold
254 return syms.intType.constType(minusOne);
276 return syms.intType.constType(minusOne);
284 return syms.intType.constType(minusOne);
302 return syms.intType.constType(minusOne);
310 return syms.intType.constType(minusOne);

Completed in 42 milliseconds