public class GeneratedAdvisorConstructionTransformer extends ConstructionTransformer
instrumentor| Constructor and Description |
|---|
GeneratedAdvisorConstructionTransformer(Instrumentor instrumentor) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
addInfoAsWeakReference() |
static String |
constructionFactory(String className) |
protected void |
generateConstructionInfoField(javassist.CtConstructor constructor,
int index) |
protected void |
generateNotMatchedConstructionInfoField(javassist.CtConstructor constructor,
int index) |
protected void |
insertInterception(javassist.CtConstructor constructor,
int index) |
protected boolean |
markInfoAsSynthetic() |
addConstructionInfoField, addConstructionInfoField, constructionInfoFromWeakReference, getConstructionInfoFieldName, insertConstructionInterception, isAdvisableConstructorpublic GeneratedAdvisorConstructionTransformer(Instrumentor instrumentor)
protected void generateConstructionInfoField(javassist.CtConstructor constructor,
int index)
throws javassist.NotFoundException,
javassist.CannotCompileException
generateConstructionInfoField in class ConstructionTransformerjavassist.NotFoundExceptionjavassist.CannotCompileExceptionprotected void generateNotMatchedConstructionInfoField(javassist.CtConstructor constructor,
int index)
throws javassist.NotFoundException,
javassist.CannotCompileException
generateNotMatchedConstructionInfoField in class ConstructionTransformerjavassist.NotFoundExceptionjavassist.CannotCompileExceptionprotected boolean addInfoAsWeakReference()
addInfoAsWeakReference in class ConstructionTransformerprotected boolean markInfoAsSynthetic()
markInfoAsSynthetic in class ConstructionTransformerprotected void insertInterception(javassist.CtConstructor constructor,
int index)
throws Exception
insertInterception in class ConstructionTransformerExceptionCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.