org.aspectbench.eaj.lang.reflect
Interface MonitorEnterSignature

All Superinterfaces:
Signature
All Known Implementing Classes:
MonitorEnterSignatureImpl

public interface MonitorEnterSignature
extends Signature


Method Summary
 java.lang.Class getSynchronizedObjectType()
           
 
Methods inherited from interface org.aspectj.lang.Signature
getDeclaringType, getDeclaringTypeName, getModifiers, getName, toLongString, toShortString, toString
 

Method Detail

getSynchronizedObjectType

java.lang.Class getSynchronizedObjectType()