public class MethodDescriptor extends Object
Modifier and Type | Field | Description |
---|---|---|
String[] |
parameterFds |
The field descriptors of the method parameters.
|
String |
returnFd |
The field descriptor of the method return value.
|
Constructor | Description |
---|---|
MethodDescriptor(String s) |
Parse a method descriptor into parameter FDs and return FDs.
|
MethodDescriptor(String[] parameterFds,
String returnFd) |
Modifier and Type | Method | Description |
---|---|---|
static String |
prependParameter(String md,
String parameterFd) |
Patches an additional parameter into a given method descriptor.
|
String |
toString() |
public final String[] parameterFds
public final String returnFd
public MethodDescriptor(String s)
Copyright © 2001–2019. All rights reserved.