|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Mixin | |
| org.codehaus.nanning | |
| org.codehaus.nanning.config | |
| Uses of Mixin in org.codehaus.nanning |
| Methods in org.codehaus.nanning that return Mixin | |
Mixin |
AspectInstance.getMixinForInterface(java.lang.Class interfaceClass)
Returns the mixin with the specified interface. |
| Methods in org.codehaus.nanning with parameters of type Mixin | |
void |
AspectInstance.addMixin(Mixin mixin)
Adds a mixin. |
| Uses of Mixin in org.codehaus.nanning.config |
| Methods in org.codehaus.nanning.config with parameters of type Mixin | |
boolean |
Pointcut.adviseMethod(AspectInstance instance,
Mixin mixin,
java.lang.reflect.Method method)
Override this method for a pointcut that selects methods to advise. |
void |
Pointcut.introduce(AspectInstance instance,
Mixin mixin)
|
boolean |
P.And.adviseMethod(AspectInstance instance,
Mixin mixin,
java.lang.reflect.Method method)
|
boolean |
P.All.adviseMethod(AspectInstance instance,
Mixin mixin,
java.lang.reflect.Method method)
|
boolean |
P.MethodAttribute.adviseMethod(AspectInstance instance,
Mixin mixin,
java.lang.reflect.Method method)
|
boolean |
AttributePointcut.adviseMethod(AspectInstance instance,
Mixin mixin,
java.lang.reflect.Method method)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||