CtClass
object from the ClassPool
. After this method is called, any method cannot be called on the removed CtClass
object. If get()
in ClassPool
is called with the name of the removed method, the ClassPool
will read the class file again and constructs another CtClass
object representing the same class.
|
|
|
|