|
Web Site | ||||||||
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)
Patch an additional parameter into a given method descriptor. |
String |
toString()
Returns the "method descriptor" (JVMS 4.3.3). |
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)
|
Web Site | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |