Uses of Interface
org.aopalliance.reflect.ClassLocator
Packages that use ClassLocator
Package
Description
This package provides an API for program instrumentation.
This package provides a set of interfaces for implementing a
generic reflection API.
-
Uses of ClassLocator in org.aopalliance.instrument
Methods in org.aopalliance.instrument that return ClassLocatorMethods in org.aopalliance.instrument with parameters of type ClassLocatorModifier and TypeMethodDescriptionInstrumentor.addClass(ClassLocator location, String className) Introduces a class into the class location (mixin).Instrumentor.addField(ClassLocator location, String name, String typeName, Code initializator) Adds a new field to the target class.Instrumentor.addInterface(ClassLocator location, String newInterfaceName) Adds a new implemented interface to a given class location.Instrumentor.addMethod(ClassLocator location, String name, String[] parameterTypeNames, String[] parameterNames, Code body) Adds a new method to the class location.Instrumentor.setSuperClass(ClassLocator location, String newSuperClassName) Sets or replaces the current superclass of a class location. -
Uses of ClassLocator in org.aopalliance.reflect
Methods in org.aopalliance.reflect that return ClassLocatorModifier and TypeMethodDescriptionClass.getClassLocator()Returns the class locator that corresponds to this class.