Uses of Class
org.aspectj.weaver.tools.StandardPointcutParser
Packages that use StandardPointcutParser
-
Uses of StandardPointcutParser in org.aspectj.weaver.tools
Methods in org.aspectj.weaver.tools that return StandardPointcutParserModifier and TypeMethodDescriptionstatic StandardPointcutParserStandardPointcutParser.getPointcutParserSupportingAllPrimitives(World world)Returns a pointcut parser that can parse the full AspectJ pointcut language with the following exceptions: Theif, cflow, and cflowbelowpointcut 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 StandardPointcutParserStandardPointcutParser.getPointcutParserSupportingSpecifiedPrimitives(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.