abc.aspectj.types
Interface AspectType

All Known Implementing Classes:
AspectType_c

public interface AspectType

Author:
Oege de Moor

Field Summary
static int PER_CFLOW
           
static int PER_CFLOWBELOW
           
static int PER_NONE
           
static int PER_SINGLETON
           
static int PER_TARGET
           
static int PER_THIS
           
 
Method Summary
 AccessorMethods getAccessorMethods()
           
 int perKind()
           
 boolean perObject()
           
 

Field Detail

PER_NONE

static final int PER_NONE
See Also:
Constant Field Values

PER_SINGLETON

static final int PER_SINGLETON
See Also:
Constant Field Values

PER_THIS

static final int PER_THIS
See Also:
Constant Field Values

PER_TARGET

static final int PER_TARGET
See Also:
Constant Field Values

PER_CFLOW

static final int PER_CFLOW
See Also:
Constant Field Values

PER_CFLOWBELOW

static final int PER_CFLOWBELOW
See Also:
Constant Field Values
Method Detail

perKind

int perKind()

perObject

boolean perObject()

getAccessorMethods

AccessorMethods getAccessorMethods()