public class JavassistHelper extends Object
Constructor and Description |
---|
JavassistHelper() |
Modifier and Type | Method and Description |
---|---|
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.
|
public static String returnValue(CtBehavior method) throws NotFoundException
method
- descriptor of methodNotFoundException
public static String getSignature(CtBehavior method) throws NotFoundException
method
- NotFoundException
Copyright © 2013 Seam Framework. All Rights Reserved.