net.sf.staccatocommons.instrument.context
Interface MethodAnnotationContext

All Superinterfaces:
AnnotationContext
All Known Implementing Classes:
DefaultMethodAnnotationContext

public interface MethodAnnotationContext
extends AnnotationContext

The context of an annotated method

Author:
flbulgarelli

Method Summary
 javassist.CtMethod getMethod()
           
 String getReturnIdentifier()
           
 boolean isVoid()
           
 
Methods inherited from interface net.sf.staccatocommons.instrument.context.AnnotationContext
getClass, getClassPool, getDeclaringClass, getElementType, getPackage, isPublic, logDebugMessage, logErrorMessage, logInfoMessage, logWarnMessage
 

Method Detail

getMethod

javassist.CtMethod getMethod()
Returns:
the annoted method

getReturnIdentifier

String getReturnIdentifier()
Returns:
The name of the pseudo-variable that represents the return value

isVoid

boolean isVoid()
Returns:
if the annotated method is void


Copyright © 2010-2012 Staccatocommons. All Rights Reserved.