org.jboss.aop.util
Class ReflectToJavassist
java.lang.Object
org.jboss.aop.util.ReflectToJavassist
- public class ReflectToJavassist
- extends Object
Comment
- Version:
- $Revision: 1.5 $
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReflectToJavassist
public ReflectToJavassist()
fieldToJavassist
public static javassist.CtField fieldToJavassist(Field field)
throws Exception
- Throws:
Exception
constructorToJavassist
public static javassist.CtConstructor constructorToJavassist(Constructor con)
throws Exception
- Throws:
Exception
simpleType
protected static String simpleType(Class type)
methodToJavassist
public static javassist.CtMethod methodToJavassist(Method method)
throws Exception
- Throws:
Exception
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.