Uses of Class
org.aspectj.weaver.tools.PointcutParser
-
Packages that use PointcutParser Package Description org.aspectj.weaver.reflect org.aspectj.weaver.tools -
-
Uses of PointcutParser in org.aspectj.weaver.reflect
Subclasses of PointcutParser in org.aspectj.weaver.reflect Modifier and Type Class Description classInternalUseOnlyPointcutParser -
Uses of PointcutParser in org.aspectj.weaver.tools
Methods in org.aspectj.weaver.tools that return PointcutParser Modifier and Type Method Description static PointcutParserPointcutParser. getPointcutParserSupportingAllPrimitivesAndUsingContextClassloaderForResolution()static PointcutParserPointcutParser. getPointcutParserSupportingAllPrimitivesAndUsingSpecifiedClassloaderForResolution(ClassLoader classLoader)static PointcutParserPointcutParser. getPointcutParserSupportingSpecifiedPrimitivesAndUsingContextClassloaderForResolution(Set<PointcutPrimitive> supportedPointcutKinds)static PointcutParserPointcutParser. getPointcutParserSupportingSpecifiedPrimitivesAndUsingSpecifiedClassLoaderForResolution(Set<PointcutPrimitive> supportedPointcutKinds, ClassLoader classLoader)
-