abc.aspectj.ast
Interface PerClause

All Superinterfaces:
MakesAspectMethods
All Known Subinterfaces:
IsSingleton, PerCflow, PerCflowBelow, PerTarget, PerThis
All Known Implementing Classes:
IsSingleton_c, PerCflow_c, PerCflowBelow_c, PerClause_c, PerTarget_c, PerThis_c

public interface PerClause
extends MakesAspectMethods

A PerClause represents the per-clause of an aspect declaration.

Author:
Oege de Moor

Method Summary
 int kind()
           
 Per makeAIPer()
           
 
Methods inherited from interface abc.aspectj.ast.MakesAspectMethods
aspectMethodsEnter, aspectMethodsLeave
 

Method Detail

kind

int kind()

makeAIPer

Per makeAIPer()