Uses of Class
org.jboss.aop.instrument.Instrumentor

Packages that use Instrumentor
org.jboss.aop.instrument   
 

Uses of Instrumentor in org.jboss.aop.instrument
 

Subclasses of Instrumentor in org.jboss.aop.instrument
 class ClassicInstrumentor
          Comment
 class GeneratedAdvisorInstrumentor
          Comment
 

Fields in org.jboss.aop.instrument declared as Instrumentor
protected  Instrumentor MethodExecutionTransformer.instrumentor
           
protected  Instrumentor ConstructorExecutionTransformer.instrumentor
           
protected  Instrumentor ConstructionTransformer.instrumentor
           
 

Methods in org.jboss.aop.instrument that return Instrumentor
 Instrumentor MethodExecutionTransformer.MethodTransformation.getInstrumentor()
           
protected  Instrumentor ConstructorExecutionTransformer.getInstrumentor()
           
static Instrumentor InstrumentorFactory.getInstrumentor(AOPClassPool pool, AspectManager manager, JoinpointClassifier joinpointClassifier, DynamicTransformationObserver observer)
           
static Instrumentor InstrumentorFactory.getInstrumentor(AspectManager manager, JoinpointClassifier joinpointClassifier)
           
 

Methods in org.jboss.aop.instrument with parameters of type Instrumentor
protected static void TransformerCommon.addInfoField(Instrumentor instrumentor, String infoClassName, String infoName, int modifiers, javassist.CtClass addTo, boolean weak, javassist.CtField.Initializer init, boolean synthetic)
           
protected static void JoinPointGenerator.addUntransformableInterface(Instrumentor instrumentor, javassist.CtClass clazz)
           
protected static String OptimizedCallerInvocations.createOptimizedConCalledByConInvocationClass(Instrumentor instrumentor, String className, javassist.CtClass callingClass, javassist.CtConstructor con, int callingIndex, long calledHash)
           
protected static String OptimizedCallerInvocations.createOptimizedConCalledByMethodInvocationClass(Instrumentor instrumentor, String className, javassist.CtClass callingClass, javassist.CtConstructor con, long callingHash, long calledHash)
           
protected static String OptimizedConstructorInvocations.createOptimizedInvocationClass(Instrumentor instrumentor, javassist.CtClass clazz, javassist.CtConstructor con, int index)
           
protected static String OptimizedConstructionInvocations.createOptimizedInvocationClass(Instrumentor instrumentor, javassist.CtClass clazz, javassist.CtConstructor con, int index)
           
protected static String OptimizedFieldInvocations.createOptimizedInvocationClass(Instrumentor instrumentor, javassist.CtClass clazz, javassist.CtField field, boolean get)
           
protected static String OptimizedMethodInvocations.createOptimizedInvocationClass(Instrumentor instrumentor, javassist.CtClass clazz, javassist.CtMethod method, javassist.CtMethod notAdvisedMethod)
           
protected static String OptimizedCallerInvocations.createOptimizedMethodCalledByConInvocationClass(Instrumentor instrumentor, String className, javassist.CtClass callingClass, javassist.CtMethod method, int callingIndex, long calledHash)
           
protected static String OptimizedCallerInvocations.createOptimizedMethodCalledByMethodInvocationClass(Instrumentor instrumentor, String className, javassist.CtClass callingClass, javassist.CtMethod method, long callingHash, long calledHash)
           
static MethodExecutionTransformer TransformerFactory.getMethodExecutionTransformer(Instrumentor instrumentor)
           
 

Constructors in org.jboss.aop.instrument with parameters of type Instrumentor
CallerInfoAdder(Instrumentor instrumentor)
           
CallerInfoAdder(Instrumentor instrumentor, int mod)
           
CallerTransformer(Instrumentor instrumentor, AspectManager manager, boolean optimize, CallerInfoAdder callerInfoAdder)
           
ClassicCallerInfoAdder(Instrumentor instrumentor)
           
ConstructionTransformer(Instrumentor instrumentor)
           
ConstructorExecutionTransformer(Instrumentor instrumentor)
           
FieldAccessTransformer(Instrumentor instrumentor)
           
GeneratedAdvisorCallerInfoAdder(Instrumentor instrumentor)
           
GeneratedAdvisorCallerTransformer(Instrumentor instrumentor, AspectManager manager)
           
GeneratedAdvisorConstructionTransformer(Instrumentor instrumentor)
           
GeneratedAdvisorConstructorExecutionTransformer(Instrumentor instrumentor)
           
GeneratedAdvisorFieldAccessTransformer(Instrumentor instrumentor)
           
MethodExecutionTransformer.MethodTransformation(Instrumentor instrumentor, javassist.CtClass clazz, javassist.CtMethod method)
           
MethodExecutionTransformer.MethodTransformation(Instrumentor instrumentor, javassist.CtClass clazz, javassist.CtMethod method, String originalName, javassist.CtMethod wmethod, String wrappedName)
           
MethodExecutionTransformer.MethodTransformation(Instrumentor instrumentor, javassist.CtClass clazz, javassist.CtMethod method, String originalName, javassist.CtMethod wmethod, String wrappedName, long hash)
           
MethodExecutionTransformer(Instrumentor instrumentor)
           
NonOptimizedCallerTransformer(Instrumentor instrumentor, AspectManager manager)
           
NonOptimizedConstructionTransformer(Instrumentor instrumentor)
           
NonOptimizedConstructorExecutionTransformer(Instrumentor instrumentor)
           
NonOptimizedFieldAccessTransformer(Instrumentor instrumentor)
           
NonOptimizedMethodExecutionTransformer(Instrumentor instrumentor)
           
OptimizedCallerTransformer(Instrumentor instrumentor, AspectManager manager)
           
OptimizedConstructionTransformer(Instrumentor instrumentor)
           
OptimizedConstructorExecutionTransformer(Instrumentor instrumentor)
           
OptimizedFieldAccessTransformer(Instrumentor instrumentor)
           
OptimizedMethodExecutionTransformer(Instrumentor instrumentor)
           
 



Copyright © 2008 JBoss, a division of Red Hat, Inc.. All Rights Reserved.