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.patterns
Fields in org.aspectj.weaver.patterns declared as PerClause.KindModifier and TypeFieldDescriptionstatic PerClause.Kind
PerClause.FROMSUPER
static PerClause.Kind
PerClause.PERCFLOW
static PerClause.Kind
PerClause.PEROBJECT
static PerClause.Kind
PerClause.PERTYPEWITHIN
static 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