org.sourceforge.jemm.util
Class ConstructorContext
java.lang.Object
org.sourceforge.jemm.util.ConstructorContext
public class ConstructorContext
- extends java.lang.Object
A constructor/object frame reference which uniquely identifies
both the object and the level of hierarchy that the constructor
is in.
- Author:
- Paul Keeble
- See Also:
org.sourceforce.jemm.client.LifecycleListenerImpl
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ConstructorContext
public ConstructorContext(java.lang.String clazz)
associateObject
public void associateObject(java.lang.Object fObj)
getClazz
public java.lang.String getClazz()
getObject
public java.lang.Object getObject()
hasObject
public boolean hasObject()
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2009. All Rights Reserved.