abc.aspectj.ast
Interface Around

All Superinterfaces:
AdviceSpec
All Known Implementing Classes:
Around_c

public interface Around
extends AdviceSpec

specification part of around advice.

Author:
Oege de Moor

Method Summary
 MethodDecl proceed()
           
 void setProceed(MethodDecl proceed)
           
 
Methods inherited from interface abc.aspectj.ast.AdviceSpec
formals, kind, makeAIAdviceSpec, returnType, returnVal, setReturnType, setReturnVal
 

Method Detail

setProceed

void setProceed(MethodDecl proceed)

proceed

MethodDecl proceed()