|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavassist.CodeConverter
org.jboss.weaver.retro.AutoboxCodeConverter
public class AutoboxCodeConverter
AutoboxCodeConverter.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javassist.CodeConverter |
|---|
javassist.CodeConverter.ArrayAccessReplacementMethodNames, javassist.CodeConverter.DefaultArrayAccessReplacementMethodNames |
| Field Summary |
|---|
| Fields inherited from class javassist.CodeConverter |
|---|
transformers |
| Constructor Summary | |
|---|---|
AutoboxCodeConverter(javassist.ClassPool pool)
|
|
| Method Summary | |
|---|---|
void |
autoBox(javassist.ClassPool pool,
javassist.CtClass autoboxClass,
String boxed,
String unboxed)
|
| Methods inherited from class javassist.CodeConverter |
|---|
doit, insertAfterMethod, insertBeforeMethod, redirectFieldAccess, redirectMethodCall, redirectMethodCall, replaceArrayAccess, replaceFieldRead, replaceFieldWrite, replaceNew |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AutoboxCodeConverter(javassist.ClassPool pool)
throws javassist.NotFoundException,
javassist.CannotCompileException
javassist.NotFoundException
javassist.CannotCompileException| Method Detail |
|---|
public void autoBox(javassist.ClassPool pool,
javassist.CtClass autoboxClass,
String boxed,
String unboxed)
throws javassist.NotFoundException,
javassist.CannotCompileException
javassist.NotFoundException
javassist.CannotCompileException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||