Verwendungen von Klasse
org.aspectj.weaver.tools.StandardPointcutParser
Packages, die StandardPointcutParser verwenden
-
Verwendungen von StandardPointcutParser in org.aspectj.weaver.tools
Methoden in org.aspectj.weaver.tools, die StandardPointcutParser zurückgebenModifizierer und TypMethodeBeschreibungstatic StandardPointcutParser
StandardPointcutParser.getPointcutParserSupportingAllPrimitives
(World world) Returns a pointcut parser that can parse the full AspectJ pointcut language with the following exceptions: Theif, 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
(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.