Uses of Class
org.aspectj.weaver.tools.PointcutParser

Packages that use PointcutParser
org.aspectj.weaver.reflect   
org.aspectj.weaver.tools   
 

Uses of PointcutParser in org.aspectj.weaver.reflect
 

Subclasses of PointcutParser in org.aspectj.weaver.reflect
 class InternalUseOnlyPointcutParser
           
 

Uses of PointcutParser in org.aspectj.weaver.tools
 

Methods in org.aspectj.weaver.tools that return PointcutParser
static PointcutParser PointcutParser.getPointcutParserSupportingAllPrimitivesAndUsingContextClassloaderForResolution()
          Returns a pointcut parser that can parse the full AspectJ pointcut language with the following exceptions: The if, cflow, and cflowbelow pointcut designators are not supported Pointcut expressions must be self-contained :- they cannot contain references to other named pointcuts The pointcut expression must be anonymous with no formals allowed.
static PointcutParser PointcutParser.getPointcutParserSupportingAllPrimitivesAndUsingSpecifiedClassloaderForResolution(java.lang.ClassLoader classLoader)
          Returns a pointcut parser that can parse the full AspectJ pointcut language with the following exceptions: The if, cflow, and cflowbelow pointcut designators are not supported Pointcut expressions must be self-contained :- they cannot contain references to other named pointcuts The pointcut expression must be anonymous with no formals allowed.
static PointcutParser PointcutParser.getPointcutParserSupportingSpecifiedPrimitivesAndUsingContextClassloaderForResolution(java.util.Set supportedPointcutKinds)
          Returns a pointcut parser that can parse pointcut expressions built from a user-defined subset of AspectJ's supported pointcut primitives.
static PointcutParser PointcutParser.getPointcutParserSupportingSpecifiedPrimitivesAndUsingSpecifiedClassLoaderForResolution(java.util.Set supportedPointcutKinds, java.lang.ClassLoader classLoader)
          Returns a pointcut parser that can parse pointcut expressions built from a user-defined subset of AspectJ's supported pointcut primitives.