Uses of Interface
org.aspectj.weaver.tools.PointcutDesignatorHandler
-
Packages that use PointcutDesignatorHandler Package Description org.aspectj.weaver org.aspectj.weaver.patterns org.aspectj.weaver.tools -
-
Uses of PointcutDesignatorHandler in org.aspectj.weaver
Methods in org.aspectj.weaver that return types with arguments of type PointcutDesignatorHandler Modifier and Type Method Description Set<PointcutDesignatorHandler>World. getRegisteredPointcutHandlers()Methods in org.aspectj.weaver with parameters of type PointcutDesignatorHandler Modifier and Type Method Description voidWorld. registerPointcutHandler(PointcutDesignatorHandler designatorHandler) -
Uses of PointcutDesignatorHandler in org.aspectj.weaver.patterns
Method parameters in org.aspectj.weaver.patterns with type arguments of type PointcutDesignatorHandler Modifier and Type Method Description voidPatternParser. setPointcutDesignatorHandlers(Set<PointcutDesignatorHandler> handlers, World world) -
Uses of PointcutDesignatorHandler in org.aspectj.weaver.tools
Methods in org.aspectj.weaver.tools with parameters of type PointcutDesignatorHandler Modifier and Type Method Description voidPointcutParser. registerPointcutDesignatorHandler(PointcutDesignatorHandler designatorHandler)voidStandardPointcutParser. registerPointcutDesignatorHandler(PointcutDesignatorHandler designatorHandler)
-