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)
Parse a method descriptor into parameter FDs and return FDs.
|
MethodDescriptor(String[] parameterFds,
String returnFd) |
Modifier and Type | Method and 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–2016. All rights reserved.