$_
pseudo variable. The method may be declared in the class, or may be inherited from a super-class. For inherited methods, a method is added that first invokes the super implementation. Use {@link #addMethod(MethodSignature,String)} when it is necessary to control when thesuper-class method is invoked. @param signature the signature of the method to extend @param methodBody the body of code @throws IllegalArgumentException if the provided Javassist method body can not be compiled
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|