Uses of Class
org.aspectj.weaver.tools.PointcutPrimitive
Packages that use PointcutPrimitive
-
Uses of PointcutPrimitive in org.aspectj.weaver.tools
Fields in org.aspectj.weaver.tools declared as PointcutPrimitiveModifier and TypeFieldDescriptionstatic PointcutPrimitivePointcutPrimitive.ADVICE_EXECUTIONstatic PointcutPrimitivePointcutPrimitive.ARGSstatic PointcutPrimitivePointcutPrimitive.AT_ANNOTATIONstatic PointcutPrimitivePointcutPrimitive.AT_ARGSstatic PointcutPrimitivePointcutPrimitive.AT_TARGETstatic PointcutPrimitivePointcutPrimitive.AT_THISstatic PointcutPrimitivePointcutPrimitive.AT_WITHINstatic PointcutPrimitivePointcutPrimitive.AT_WITHINCODEstatic PointcutPrimitivePointcutPrimitive.CALLstatic PointcutPrimitivePointcutPrimitive.CFLOWstatic PointcutPrimitivePointcutPrimitive.CFLOW_BELOWstatic PointcutPrimitivePointcutPrimitive.EXECUTIONstatic PointcutPrimitivePointcutPrimitive.GETstatic PointcutPrimitivePointcutPrimitive.HANDLERstatic PointcutPrimitivePointcutPrimitive.IFstatic PointcutPrimitivePointcutPrimitive.INITIALIZATIONstatic PointcutPrimitivePointcutPrimitive.PRE_INITIALIZATIONstatic PointcutPrimitivePointcutPrimitive.REFERENCEstatic PointcutPrimitivePointcutPrimitive.SETstatic PointcutPrimitivePointcutPrimitive.STATIC_INITIALIZATIONstatic PointcutPrimitivePointcutPrimitive.TARGETstatic PointcutPrimitivePointcutPrimitive.THISstatic PointcutPrimitivePointcutPrimitive.WITHINstatic PointcutPrimitivePointcutPrimitive.WITHIN_CODEMethods in org.aspectj.weaver.tools that return PointcutPrimitiveModifier and TypeMethodDescriptionUnsupportedPointcutPrimitiveException.getUnsupportedPrimitive()Methods in org.aspectj.weaver.tools that return types with arguments of type PointcutPrimitiveModifier and TypeMethodDescriptionstatic Set<PointcutPrimitive>PointcutParser.getAllSupportedPointcutPrimitives()static Set<PointcutPrimitive>StandardPointcutParser.getAllSupportedPointcutPrimitives()Method parameters in org.aspectj.weaver.tools with type arguments of type PointcutPrimitiveModifier and TypeMethodDescriptionstatic PointcutParserPointcutParser.getPointcutParserSupportingSpecifiedPrimitivesAndUsingContextClassloaderForResolution(Set<PointcutPrimitive> supportedPointcutKinds)Returns a pointcut parser that can parse pointcut expressions built from a user-defined subset of AspectJ's supported pointcut primitives.static PointcutParserPointcutParser.getPointcutParserSupportingSpecifiedPrimitivesAndUsingSpecifiedClassLoaderForResolution(Set<PointcutPrimitive> supportedPointcutKinds, ClassLoader classLoader)Returns a pointcut parser that can parse pointcut expressions built from a user-defined subset of AspectJ's supported pointcut primitives.Constructors in org.aspectj.weaver.tools with parameters of type PointcutPrimitiveModifierConstructorDescriptionUnsupportedPointcutPrimitiveException(String pcExpression, PointcutPrimitive primitive)