Package iota
Class Method
java.lang.Object
iota.Method
This class provides a wrapper for a method.
-
Constructor Details
-
Method
Constructs a method given its internal representation.- Parameters:
method
- the internal representation.
-
-
Method Details
-
returnType
Returns this method's return type.- Returns:
- this method's return type.
-
name
Returns this method's (simple) name.- Returns:
- this method's (simple) name.
-
toDescriptor
Returns the JVM descriptor for this method.- Returns:
- the JVM descriptor for this method.
-
member
Returns this method's internal representation.- Returns:
- this method's internal representation.
-