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

/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/expr/
H A DExpr.jj46 private static LValue lastLValue;
61 return lastLValue.getMassagedValue(lastFrameGetter);
82 lastLValue = parser.pop();
83 return lastLValue.getValue();
H A DExpressionParser.java50 private static LValue lastLValue; field in class:ExpressionParser
65 return lastLValue.getMassagedValue(lastFrameGetter);
83 lastLValue = parser.pop();
84 return lastLValue.getValue();

Completed in 743 milliseconds