|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectleodbc.javaagent.transformations.MethodTransformer
public abstract class MethodTransformer
Funzionalitą comuni alla trasformazione di metodi e di costruttori
Constructor Summary | |
---|---|
MethodTransformer()
|
Method Summary | |
---|---|
void |
checkAnnotation(java.lang.Object ld)
Controllo di validitą della annotazione |
abstract void |
handleConstructor(javassist.CtConstructor method)
Gestione di un costruttore. |
abstract void |
handleMethod(javassist.CtMethod method)
Gestione di un metodo. |
void |
transform(javassist.CtClass clazz)
Trasformatore generico |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MethodTransformer()
Method Detail |
---|
public void checkAnnotation(java.lang.Object ld) throws javassist.CannotCompileException
ld
- Annotazione da controllare
javassist.CannotCompileException
public abstract void handleConstructor(javassist.CtConstructor method) throws java.lang.ClassNotFoundException, javassist.CannotCompileException, javassist.NotFoundException
method
- Metodo da gestire
java.lang.ClassNotFoundException
javassist.CannotCompileException
javassist.NotFoundException
public abstract void handleMethod(javassist.CtMethod method) throws java.lang.ClassNotFoundException, javassist.CannotCompileException, javassist.NotFoundException
method
- Metodo da gestire
java.lang.ClassNotFoundException
javassist.CannotCompileException
javassist.NotFoundException
public void transform(javassist.CtClass clazz) throws javassist.CannotCompileException, java.lang.ClassNotFoundException, javassist.NotFoundException
transform
in interface ClassTransformer
clazz
- Classe da trasformare
javassist.CannotCompileException
- Eventuale errore in compilazione
java.lang.ClassNotFoundException
javassist.NotFoundException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |