|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectsofya.ed.semantic.EventListener.NewAllocationData
public static class EventListener.NewAllocationData
Provides information about an object which has been allocated
by the NEW instruction, but not yet initialized
by a constructor.
| Method Summary | |
|---|---|
java.lang.String |
getClassName()
Gets the name of the class in which the object allocation occurred. |
java.lang.String |
getMethod()
Gets the name of the method in which the object allocation occurred. |
java.lang.String |
getMethodSignature()
Gets the signature of the method in which the object allocation occurred. |
java.lang.String |
getNewAllocationClass()
Gets the class of the object which was allocated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getNewAllocationClass()
public java.lang.String getClassName()
public java.lang.String getMethod()
public java.lang.String getMethodSignature()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||