|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.slf4j.instrumentation.JavassistHelper
public class JavassistHelper
Helper methods for Javassist functionality.
| Constructor Summary | |
|---|---|
JavassistHelper()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
getSignature(javassist.CtBehavior method)
Return javaassist source snippet which lists all the parameters and their values. |
static java.lang.String |
returnValue(javassist.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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JavassistHelper()
| Method Detail |
|---|
public static java.lang.String returnValue(javassist.CtBehavior method)
throws javassist.NotFoundException
method - descriptor of method
javassist.NotFoundException
public static java.lang.String getSignature(javassist.CtBehavior method)
throws javassist.NotFoundException
method -
javassist.NotFoundException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||