org.slf4j.instrumentation
public class JavassistHelper extends Object
Method Summary | |
---|---|
static String | getSignature(CtBehavior method)
Return javaassist source snippet which lists all the parameters and their
values. |
static String | returnValue(CtBehavior method)
Create a javaassist source snippet which either is empty (for anything
which does not return a value) or a explanatory text around the $_
javaassist return value variable.
|
Parameters: method
Returns:
Throws: NotFoundException
Parameters: method descriptor of method
Returns: source snippet
Throws: NotFoundException