Uses of Package
org.aspectj.weaver.tools

Packages that use org.aspectj.weaver.tools
  • Class
    Description
    The PointcutDesignator interface allows extension of the AspectJ pointcut language so that third-party tools integrating with AspectJ can add easily their own custom domain-specific designators and have them interoperate seamlessly with the standard AspectJ designators.
     
  • Class
    Description
     
  • Class
    Description
    Pointcut expression interface for pointcut expressions returned by a PointcutDesignatorHandler.
    When extending AspectJ's pointcut parsing and matching with custom PointcutDesignatorHandlers, it may be necessary to match based on context information at a join point not exposed simply by java.lang.reflect member information or argument values.
    Represents an AspectJ pointcut expression and provides convenience methods to determine whether or not the pointcut matches join points specified in terms of the java.lang.reflect interfaces.
     
    The result of asking a PointcutExpression to match at a shadow (method execution, handler, constructor call, and so on).
    Represents an AspectJ pointcut expression and provides convenience methods to determine whether or not the pointcut matches join points specified in terms of the java.lang.reflect interfaces.
    A compiled AspectJ type pattern that can be used to match against types at runtime.
  • Class
    Description
    Interface implemented by weaving class loaders to allow classes generated by the weaving process to be defined.
    This adaptor allows the AspectJ compiler to be embedded in an existing system to facilitate load-time weaving.
    An interface for weaving class loaders to provide callbacks for a WeavingAdaptor.
  • Class
    Description
    The PointcutDesignator interface allows extension of the AspectJ pointcut language so that third-party tools integrating with AspectJ can add easily their own custom domain-specific designators and have them interoperate seamlessly with the standard AspectJ designators.
  • Class
    Description
     
    When extending AspectJ's pointcut parsing and matching with custom PointcutDesignatorHandlers, it may be necessary to match based on context information at a join point not exposed simply by java.lang.reflect member information or argument values.
     
    A PointcutParser can be used to build PointcutExpressions for a user-defined subset of AspectJ's pointcut language
    The result of asking a PointcutExpression to match at a shadow (method execution, handler, constructor call, and so on).
  • Class
    Description
     
    Pointcut expression interface for pointcut expressions returned by a PointcutDesignatorHandler.
    This class implements a boolean that includes a "maybe"
    Interface implemented by weaving class loaders to allow classes generated by the weaving process to be defined.
     
    When extending AspectJ's pointcut parsing and matching with custom PointcutDesignatorHandlers, it may be necessary to match based on context information at a join point not exposed simply by java.lang.reflect member information or argument values.
    The PointcutDesignator interface allows extension of the AspectJ pointcut language so that third-party tools integrating with AspectJ can add easily their own custom domain-specific designators and have them interoperate seamlessly with the standard AspectJ designators.
    Represents an AspectJ pointcut expression and provides convenience methods to determine whether or not the pointcut matches join points specified in terms of the java.lang.reflect interfaces.
     
    A PointcutParser can be used to build PointcutExpressions for a user-defined subset of AspectJ's pointcut language
    An enumeration of the different kinds of pointcut primitives supported by AspectJ.
    The result of asking a PointcutExpression to match at a shadow (method execution, handler, constructor call, and so on).
    Represents an AspectJ pointcut expression and provides convenience methods to determine whether or not the pointcut matches join points specified in terms of the java.lang.reflect interfaces.
    A PointcutParser can be used to build PointcutExpressions for a user-defined subset of AspectJ's pointcut language
     
     
    A compiled AspectJ type pattern that can be used to match against types at runtime.
     
    An interface for weaving class loaders to provide callbacks for a WeavingAdaptor.
  • Class
    Description
    Interface implemented by weaving class loaders to allow classes generated by the weaving process to be defined.