Uses of Class
org.aspectj.weaver.patterns.PerClause.Kind
Packages that use PerClause.Kind
-
Uses of PerClause.Kind in org.aspectj.weaver
Methods in org.aspectj.weaver with parameters of type PerClause.KindModifier and TypeMethodDescriptionIWeavingSupport.makePerClauseAspect
(ResolvedType aspect, PerClause.Kind kind) Register a munger for perclause @AJ aspect so that we add aspectOf(..) to them as needed -
Uses of PerClause.Kind in org.aspectj.weaver.bcel
Methods in org.aspectj.weaver.bcel with parameters of type PerClause.KindModifier and TypeMethodDescriptionBcelWeavingSupport.makePerClauseAspect
(ResolvedType aspect, PerClause.Kind kind) Register a munger for perclause @AJ aspect so that we add aspectOf(..) to them as neededConstructors in org.aspectj.weaver.bcel with parameters of type PerClause.Kind -
Uses of PerClause.Kind in org.aspectj.weaver.patterns
Fields in org.aspectj.weaver.patterns declared as PerClause.KindModifier and TypeFieldDescriptionstatic final PerClause.Kind
PerClause.FROMSUPER
static final PerClause.Kind
PerClause.PERCFLOW
static final PerClause.Kind
PerClause.PEROBJECT
static final PerClause.Kind
PerClause.PERTYPEWITHIN
static final PerClause.Kind
PerClause.SINGLETON
Methods in org.aspectj.weaver.patterns that return PerClause.KindModifier and TypeMethodDescriptionPerCflow.getKind()
abstract PerClause.Kind
PerClause.getKind()
PerFromSuper.getKind()
PerObject.getKind()
PerSingleton.getKind()
PerTypeWithin.getKind()
static PerClause.Kind
PerClause.Kind.read
(VersionedDataInputStream s) Constructors in org.aspectj.weaver.patterns with parameters of type PerClause.Kind