Uses of Package
org.aspectj.weaver.tools

Packages that use org.aspectj.weaver.tools
org.aspectj.weaver   
org.aspectj.weaver.bcel   
org.aspectj.weaver.internal.tools   
org.aspectj.weaver.loadtime   
org.aspectj.weaver.patterns   
org.aspectj.weaver.reflect   
org.aspectj.weaver.tools   
 

Classes in org.aspectj.weaver.tools used by org.aspectj.weaver
PointcutDesignatorHandler
          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.
Traceable
           
 

Classes in org.aspectj.weaver.tools used by org.aspectj.weaver.bcel
Traceable
           
 

Classes in org.aspectj.weaver.tools used by org.aspectj.weaver.internal.tools
ContextBasedMatcher
          Pointcut expression interface for pointcut expressions returned by a PointcutDesignatorHandler.
MatchingContext
          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.
PointcutExpression
          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.
PointcutParameter
           
ShadowMatch
          The result of asking a PointcutExpression to match at a shadow (method execution, handler, constructor call, and so on).
StandardPointcutExpression
          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.
TypePatternMatcher
          A compiled AspectJ type pattern that can be used to match against types at runtime.
 

Classes in org.aspectj.weaver.tools used by org.aspectj.weaver.loadtime
GeneratedClassHandler
          Interface implemented by weaving class loaders to allow classes generated by the weaving process to be defined.
WeavingAdaptor
          This adaptor allows the AspectJ compiler to be embedded in an existing system to facilitate load-time weaving.
WeavingClassLoader
          An interface for weaving class loaders to provide callbacks for a WeavingAdaptor.
 

Classes in org.aspectj.weaver.tools used by org.aspectj.weaver.patterns
PointcutDesignatorHandler
          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.
 

Classes in org.aspectj.weaver.tools used by org.aspectj.weaver.reflect
JoinPointMatch
           
MatchingContext
          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.
PointcutParameter
           
PointcutParser
          A PointcutParser can be used to build PointcutExpressions for a user-defined subset of AspectJ's pointcut language
ShadowMatch
          The result of asking a PointcutExpression to match at a shadow (method execution, handler, constructor call, and so on).
 

Classes in org.aspectj.weaver.tools used by org.aspectj.weaver.tools
AbstractTrace
           
ContextBasedMatcher
          Pointcut expression interface for pointcut expressions returned by a PointcutDesignatorHandler.
FuzzyBoolean
          This class implements a boolean that includes a "maybe"
GeneratedClassHandler
          Interface implemented by weaving class loaders to allow classes generated by the weaving process to be defined.
JoinPointMatch
           
MatchingContext
          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.
PointcutDesignatorHandler
          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.
PointcutExpression
          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.
PointcutParameter
           
PointcutParser
          A PointcutParser can be used to build PointcutExpressions for a user-defined subset of AspectJ's pointcut language
PointcutPrimitive
          An enumeration of the different kinds of pointcut primitives supported by AspectJ.
ShadowMatch
          The result of asking a PointcutExpression to match at a shadow (method execution, handler, constructor call, and so on).
StandardPointcutExpression
          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.
StandardPointcutParser
          A PointcutParser can be used to build PointcutExpressions for a user-defined subset of AspectJ's pointcut language
Trace
           
TraceFactory
           
TypePatternMatcher
          A compiled AspectJ type pattern that can be used to match against types at runtime.
UnsupportedPointcutPrimitiveException
           
WeavingClassLoader
          An interface for weaving class loaders to provide callbacks for a WeavingAdaptor.