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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DLocalVariableImpl.java28 public class LocalVariableImpl extends MirrorImpl class in inherits:MirrorImpl,LocalVariable,ValueContainer
39 LocalVariableImpl(VirtualMachine vm, Method method, method in class:LocalVariableImpl
53 if ((obj != null) && (obj instanceof LocalVariableImpl)) {
54 LocalVariableImpl other = (LocalVariableImpl)obj;
71 LocalVariableImpl other = (LocalVariableImpl) localVar;
156 LocalVariableImpl otherImpl = (LocalVariableImpl)other;
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DLocalVariableImpl.java29 public class LocalVariableImpl extends MirrorImpl class in inherits:MirrorImpl,LocalVariable,ValueContainer
40 LocalVariableImpl(VirtualMachine vm, Method method, method in class:LocalVariableImpl
60 if ((obj != null) && (obj instanceof LocalVariableImpl)) {
61 LocalVariableImpl other = (LocalVariableImpl)obj;
79 LocalVariableImpl other = (LocalVariableImpl)object;
165 LocalVariableImpl otherImpl = (LocalVariableImpl)other;

Completed in 41 milliseconds