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

/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/expr/
H A DLValue.java603 * via JDI. Instead, the arrayRef.length() method has to be
606 final ArrayReference arrayRef; field in class:LValue.LValueArrayLength
608 this.arrayRef = value;
614 jdiValue = arrayRef.virtualMachine().mirrorOf(arrayRef.length());

Completed in 38 milliseconds