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) |
public final String[] parameterFds
public final String returnFd
public MethodDescriptor(String s)
Copyright © 2001-2015. All Rights Reserved.