abc.aspectj.visit
Interface TransformsAspectReflection

All Known Subinterfaces:
AdviceDecl, EAJAdviceDecl, PCIf
All Known Implementing Classes:
AdviceDecl_c, EAJAdviceDecl_c, LocalDel_c, PCIf_c

public interface TransformsAspectReflection

Used on a AST node that participates in the transformation of thisJoinPoint references to thisJoinPointStaticPart

Author:
Ganesh Sittampalam

Method Summary
 void enterAspectReflectionInspect(AspectReflectionInspect v, Node parent)
           
 void enterAspectReflectionRewrite(AspectReflectionRewrite v, AJTypeSystem ts)
           
 void leaveAspectReflectionInspect(AspectReflectionInspect v)
           
 Node leaveAspectReflectionRewrite(AspectReflectionRewrite v, AJNodeFactory nf)
           
 

Method Detail

enterAspectReflectionInspect

void enterAspectReflectionInspect(AspectReflectionInspect v,
                                  Node parent)

leaveAspectReflectionInspect

void leaveAspectReflectionInspect(AspectReflectionInspect v)

enterAspectReflectionRewrite

void enterAspectReflectionRewrite(AspectReflectionRewrite v,
                                  AJTypeSystem ts)

leaveAspectReflectionRewrite

Node leaveAspectReflectionRewrite(AspectReflectionRewrite v,
                                  AJNodeFactory nf)