Package org.aspectj.weaver.tools

Provides a set of interfaces for third-parties wishing to integrate AspectJ weaving capabilities into their environments.

See:
          Description

Interface Summary
GeneratedClassHandler Interface implemented by weaving class loaders to allow classes generated by the weaving process to be defined.
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.
WeavingClassLoader An interface for weaving class loaders to provide callbacks for a WeavingAdaptor.
 

Class Summary
FuzzyBoolean This class implements a boolean that includes a "maybe"
PointcutParser A PointcutParser can be used to build PointcutExpressions for a user-defined subset of AspectJ's pointcut language
PointcutPrimitives An enumeration of the different kinds of pointcut primitives supported by AspectJ.
WeavingAdaptor This adaptor allows the AspectJ compiler to be embedded in an existing system to facilitate load-time weaving.
 

Package org.aspectj.weaver.tools Description

Provides a set of interfaces for third-parties wishing to integrate AspectJ weaving capabilities into their environments.