public class MethodDescriptor extends Object
| Modifier and Type | Field and Description |
|---|---|
String[] |
parameterFds
The field descriptors of the method parameters.
|
String |
returnFd
The field descriptor of the method return value.
|
| Constructor and Description |
|---|
MethodDescriptor(String s)
Parses a method descriptor into parameter FDs and return FDs.
|
MethodDescriptor(String returnFd,
String... parameterFds) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
MethodDescriptor |
prependParameter(String parameterFd) |
String |
toString() |
public final String[] parameterFds
public final String returnFd
public MethodDescriptor(String s)
public String toString()
public MethodDescriptor prependParameter(String parameterFd)
MethodDescriptor equal to this, but with another parameter inserted at position zeroCopyright © 2019. All rights reserved.