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

/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/expr/
H A DLValue.java233 static final int ASSIGNABLE = 1; field in class:LValue
236 * Return SAME, DIFFERENT or ASSIGNABLE.
238 * ASSIGNABLE means that not all the pairs are the same, but
255 // result to ASSIGNABLE. If any pair aren't
270 result = ASSIGNABLE;

Completed in 22 milliseconds