|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectsofya.ed.semantic.EventListener.Arguments
public static class EventListener.Arguments
Provides access to the arguments to a method.
Information about arguments is available for method calls that are witnessed using interceptors.
| Method Summary | |
|---|---|
java.util.Map |
getAllArguments()
Gets the values of the arguments to the call. |
com.sun.jdi.ObjectReference |
getThis()
Gets the reference to " this" that will be
available in the called method, or null if the call
is static. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public com.sun.jdi.ObjectReference getThis()
this" that will be
available in the called method, or null if the call
is static.
this" reference for the called
method (the receiver object of the call, if virtual), or
null if the call is static.public java.util.Map getAllArguments()
LocalVariable argument to its
corresponding value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||