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–2013. All rights reserved.