public class Py4JMethod extends Py4JMember
Model of a Java method used to create a help page.
Constructor and Description |
---|
Py4JMethod(String name,
String javadoc,
String[] parameterTypes,
String[] parameterNames,
String returnType,
String container) |
Modifier and Type | Method and Description |
---|---|
static Py4JMethod |
buildMethod(Method method) |
String |
getContainer() |
String[] |
getParameterNames() |
String[] |
getParameterTypes() |
String |
getReturnType() |
String |
getSignature(boolean shortName) |
compareTo, getJavadoc, getName
public static final Py4JMethod buildMethod(Method method)
public String getContainer()
public String[] getParameterNames()
public String[] getParameterTypes()
public String getReturnType()
public String getSignature(boolean shortName)
getSignature
in class Py4JMember