Uses of Class
org.aspectj.weaver.tools.PointcutPrimitive
-
Packages that use PointcutPrimitive Package Description org.aspectj.weaver.tools -
-
Uses of PointcutPrimitive in org.aspectj.weaver.tools
Fields in org.aspectj.weaver.tools declared as PointcutPrimitive Modifier and Type Field Description static 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 PointcutPrimitive Modifier and Type Method Description PointcutPrimitiveUnsupportedPointcutPrimitiveException. getUnsupportedPrimitive()Methods in org.aspectj.weaver.tools that return types with arguments of type PointcutPrimitive Modifier and Type Method Description static Set<PointcutPrimitive>PointcutParser. getAllSupportedPointcutPrimitives()static Set<PointcutPrimitive>StandardPointcutParser. getAllSupportedPointcutPrimitives()Method parameters in org.aspectj.weaver.tools with type arguments of type PointcutPrimitive Modifier and Type Method Description static PointcutParserPointcutParser. getPointcutParserSupportingSpecifiedPrimitivesAndUsingContextClassloaderForResolution(Set<PointcutPrimitive> supportedPointcutKinds)static PointcutParserPointcutParser. getPointcutParserSupportingSpecifiedPrimitivesAndUsingSpecifiedClassLoaderForResolution(Set<PointcutPrimitive> supportedPointcutKinds, ClassLoader classLoader)Constructors in org.aspectj.weaver.tools with parameters of type PointcutPrimitive Constructor Description UnsupportedPointcutPrimitiveException(String pcExpression, PointcutPrimitive primitive)
-