Uses of Class
org.aspectj.weaver.patterns.PerClause.Kind
-
Packages that use PerClause.Kind Package Description org.aspectj.weaver org.aspectj.weaver.bcel org.aspectj.weaver.patterns -
-
Uses of PerClause.Kind in org.aspectj.weaver
Methods in org.aspectj.weaver with parameters of type PerClause.Kind Modifier and Type Method Description ConcreteTypeMungerIWeavingSupport. makePerClauseAspect(ResolvedType aspect, PerClause.Kind kind) -
Uses of PerClause.Kind in org.aspectj.weaver.bcel
Methods in org.aspectj.weaver.bcel with parameters of type PerClause.Kind Modifier and Type Method Description ConcreteTypeMungerBcelWeavingSupport. makePerClauseAspect(ResolvedType aspect, PerClause.Kind kind)Constructors in org.aspectj.weaver.bcel with parameters of type PerClause.Kind Constructor Description BcelPerClauseAspectAdder(ResolvedType aspect, PerClause.Kind kind) -
Uses of PerClause.Kind in org.aspectj.weaver.patterns
Fields in org.aspectj.weaver.patterns declared as PerClause.Kind Modifier and Type Field Description static PerClause.KindPerClause. FROMSUPERstatic PerClause.KindPerClause. PERCFLOWstatic PerClause.KindPerClause. PEROBJECTstatic PerClause.KindPerClause. PERTYPEWITHINstatic PerClause.KindPerClause. SINGLETONMethods in org.aspectj.weaver.patterns that return PerClause.Kind Modifier and Type Method Description PerClause.KindPerCflow. getKind()abstract PerClause.KindPerClause. getKind()PerClause.KindPerFromSuper. getKind()PerClause.KindPerObject. getKind()PerClause.KindPerSingleton. getKind()PerClause.KindPerTypeWithin. getKind()static PerClause.KindPerClause.Kind. read(VersionedDataInputStream s)Constructors in org.aspectj.weaver.patterns with parameters of type PerClause.Kind Constructor Description PerFromSuper(PerClause.Kind kind)
-