Uses of Interface
org.aspectj.weaver.tools.PointcutDesignatorHandler
Packages that use PointcutDesignatorHandler
-
Uses of PointcutDesignatorHandler in org.aspectj.weaver
Methods in org.aspectj.weaver that return types with arguments of type PointcutDesignatorHandlerMethods in org.aspectj.weaver with parameters of type PointcutDesignatorHandlerModifier and TypeMethodDescriptionvoidWorld.registerPointcutHandler(PointcutDesignatorHandler designatorHandler)Register a new pointcut designator handler with the world - this can be used by any pointcut parsers attached to the world. -
Uses of PointcutDesignatorHandler in org.aspectj.weaver.patterns
Method parameters in org.aspectj.weaver.patterns with type arguments of type PointcutDesignatorHandlerModifier and TypeMethodDescriptionvoidPatternParser.setPointcutDesignatorHandlers(Set<PointcutDesignatorHandler> handlers, World world)only used by weaver tools API -
Uses of PointcutDesignatorHandler in org.aspectj.weaver.tools
Methods in org.aspectj.weaver.tools with parameters of type PointcutDesignatorHandlerModifier and TypeMethodDescriptionvoidPointcutParser.registerPointcutDesignatorHandler(PointcutDesignatorHandler designatorHandler)Register a new pointcut designator handler with this parser.voidStandardPointcutParser.registerPointcutDesignatorHandler(PointcutDesignatorHandler designatorHandler)Register a new pointcut designator handler with this parser.