|
janino.net | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.janino.MethodDescriptor
public class MethodDescriptor
Representation of a "method descriptor" (JVMS 4.3.3).
| 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 s)
Parse a method descriptor into parameter FDs and return FDs. |
|
MethodDescriptor(String[] parameterFds,
String returnFd)
|
|
| Method Summary | |
|---|---|
static String |
prependParameter(String md,
String parameterFd)
Patches an additional parameter into a given method descriptor. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final String[] parameterFds
public final String returnFd
| Constructor Detail |
|---|
public MethodDescriptor(String[] parameterFds,
String returnFd)
public MethodDescriptor(String s)
| Method Detail |
|---|
public String toString()
toString in class Object
public static String prependParameter(String md,
String parameterFd)
|
janino.net | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||