org.jboss.weaver.retro
Class AutoboxCodeConverter

java.lang.Object
  extended by javassist.CodeConverter
      extended by org.jboss.weaver.retro.AutoboxCodeConverter

public class AutoboxCodeConverter
extends javassist.CodeConverter

AutoboxCodeConverter.

Version:
$Revision$
Author:
Scott.Stark@jboss.org, Adrian Brock

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

AutoboxCodeConverter

public AutoboxCodeConverter(javassist.ClassPool pool)
                     throws javassist.NotFoundException,
                            javassist.CannotCompileException
Throws:
javassist.NotFoundException
javassist.CannotCompileException
Method Detail

autoBox

public void autoBox(javassist.ClassPool pool,
                    javassist.CtClass autoboxClass,
                    String boxed,
                    String unboxed)
             throws javassist.NotFoundException,
                    javassist.CannotCompileException
Throws:
javassist.NotFoundException
javassist.CannotCompileException


Copyright © 2005-2007 JBoss, a division of Red Hat, Inc. All Rights Reserved.