Package | Description |
---|---|
py4j.model |
Modifier and Type | Method and Description |
---|---|
static Py4JMethod |
Py4JMethod.buildMethod(Method method) |
Py4JMethod[] |
Py4JClass.getMethods() |
Modifier and Type | Method and Description |
---|---|
static String |
HelpPageGenerator.getHelpPage(Py4JMethod method,
boolean shortName) |
Constructor and Description |
---|
Py4JClass(String name,
String javadoc,
String extendType,
String[] implementTypes,
Py4JMethod[] methods,
Py4JField[] fields,
Py4JClass[] classes) |