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

/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/expr/
H A DLValue.java40 abstract class LValue { class
42 // The JDI Value object for this LValue. Once we have this Value,
43 // we have to remember it since after we return the LValue object
45 // the 'toString' value for the LValue in which case it will
48 // for the LValue. This is especially wrong when the LValue
85 void setValue(LValue lval) throws ParseException {
89 LValue memberLValue(ExpressionParser.GetFrame frameGetter,
98 LValue memberLValue(String fieldName, ThreadReference thread) throws ParseException {
108 // Return the Value for this LValue tha
[all...]

Completed in 30 milliseconds