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
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.