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

Packages that use StandardPointcutParser
org.aspectj.weaver.tools   
 

Uses of StandardPointcutParser in org.aspectj.weaver.tools
 

Methods in org.aspectj.weaver.tools that return StandardPointcutParser
static StandardPointcutParser StandardPointcutParser.getPointcutParserSupportingAllPrimitives(World world)
          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 StandardPointcutParser StandardPointcutParser.getPointcutParserSupportingSpecifiedPrimitives(java.util.Set supportedPointcutKinds, World world)
          Returns a pointcut parser that can parse pointcut expressions built from a user-defined subset of AspectJ's supported pointcut primitives.