public final class CtCode<T extends javassist.CtBehavior>
extends Object
-
Method Summary
static <T extends javassist.CtBehavior>
CtCode<T>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
-
compile
public T compile(String... lines)
throws javassist.CannotCompileException
- Throws:
javassist.CannotCompileException
-
of
public static <T extends javassist.CtBehavior>
CtCode<T> of(T behavior)