Package javassist.runtime
package javassist.runtime
Runtime support classes required by modified bytecode.
This package includes support classes that may be required by classes modified with Javassist. Note that most of the modified classes do not require these support classes. See the documentation of every support class to know which kind of modification needs a support class.
-
ClassesClassDescriptionA support class for implementing
$cflow
.A support class for implementing$sig
and$type
.A support class for implementing.class
notation.A support class for compiling a method declared in an inner class.