Package org.codehaus.janino
Class MethodDescriptor
java.lang.Object
org.codehaus.janino.MethodDescriptor
Representation of a "method descriptor" (JVMS 4.3.3).
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionParse a method descriptor into parameter FDs and return FDs.MethodDescriptor
(String[] parameterFds, String returnFd) -
Method Summary
-
Field Details
-
parameterFDs
The field descriptors of the method parameters. -
returnFD
The field descriptor of the method return value.
-
-
Constructor Details
-
MethodDescriptor
-
MethodDescriptor
Parse a method descriptor into parameter FDs and return FDs.
-
-
Method Details