org.codehaus.janino
public class MethodDescriptor extends Object
| Field Summary | |
|---|---|
| String[] | parameterFDs The field descriptors of the method parameters. |
| String | returnFD The field descriptor of the method return value. |
| Constructor Summary | |
|---|---|
| MethodDescriptor(String[] parameterFDs, String returnFD) | |
| MethodDescriptor(String s)
Parse a method descriptor into parameter FDs and return FDs. | |
| Method Summary | |
|---|---|
| static String | prependParameter(String md, String parameterFD)
Patch an additional parameter into a given method descriptor. |
| String | toString()
Returns the "method descriptor" (JVMS 4.3.3). |