sofya.ed.semantic
Class EventListener.MethodData

java.lang.Object
  extended by sofya.ed.semantic.EventListener.MethodData
Enclosing interface:
EventListener

public static class EventListener.MethodData
extends java.lang.Object

Provides information about entry into a method.


Constructor Summary
EventListener.MethodData(java.lang.String signature)
           
 
Method Summary
 java.lang.String getRawSignature()
          Gets the signature string recorded by the probe for the entered method.
 MethodSignature getSignature()
          Gets the signature of the entered method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventListener.MethodData

public EventListener.MethodData(java.lang.String signature)
Method Detail

getSignature

public MethodSignature getSignature()
Gets the signature of the entered method.

Returns:
The signature of the entered method.

getRawSignature

public java.lang.String getRawSignature()
Gets the signature string recorded by the probe for the entered method.

Returns:
The raw signature string of the entered method.