|
Web Site | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.janino.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 | |
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()
|
Web Site | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||