This method is used for creating a CtClass
object directly from a class file. The qualified class name is obtained from the class file; you do not have to explicitly give the name.
@param classfile the class file.
@see #makeClass(InputStream)
@see javassist.ByteArrayClassPath
@since 3.9
|
|
|
|
|
|
|
|