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

/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DFieldImpl.java31 public class FieldImpl extends TypeComponentImpl class in inherits:TypeComponentImpl,Field,ValueContainer
34 FieldImpl(VirtualMachine vm, ReferenceTypeImpl declaringType, method in class:FieldImpl
43 if ((obj != null) && (obj instanceof FieldImpl)) {
44 FieldImpl other = (FieldImpl)obj;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DFieldImpl.java40 public class FieldImpl extends TypeComponentImpl implements Field { class in inherits:TypeComponentImpl,Field
44 FieldImpl( VirtualMachine vm, ReferenceTypeImpl declaringType, method in class:FieldImpl
110 if ((obj != null) && (obj instanceof FieldImpl)) {
111 FieldImpl other = (FieldImpl)obj;

Completed in 36 milliseconds