abc.aspectj.ast
Interface ProceedCall

All Superinterfaces:
MakesAspectMethods
All Known Implementing Classes:
ProceedCall_c

public interface ProceedCall
extends MakesAspectMethods

A reference to "proceed(x1,x2)" inside a piece of around advice.

Author:
Oege de Moor

Method Summary
 ProceedCall proceedMethod(MethodDecl md)
           
 
Methods inherited from interface abc.aspectj.ast.MakesAspectMethods
aspectMethodsEnter, aspectMethodsLeave
 

Method Detail

proceedMethod

ProceedCall proceedMethod(MethodDecl md)