public class Py4JMethod extends Py4JMember
Model of a Java method used to create a help page.
| Constructor and Description |
|---|
Py4JMethod(String name,
String javadoc,
List<String> parameterTypes,
List<String> parameterNames,
String returnType,
String container) |
| Modifier and Type | Method and Description |
|---|---|
static Py4JMethod |
buildMethod(Method method) |
String |
getContainer() |
List<String> |
getParameterNames() |
List<String> |
getParameterTypes() |
String |
getReturnType() |
String |
getSignature(boolean shortName) |
compareTo, equals, getJavadoc, getName, hashCodepublic static final Py4JMethod buildMethod(Method method)
public String getContainer()
public String getReturnType()
public String getSignature(boolean shortName)
getSignature in class Py4JMemberCopyright © 2018. All rights reserved.