Package | Description |
---|---|
py4j.model |
Modifier and Type | Method and Description |
---|---|
static Py4JMethod |
Py4JMethod.buildMethod(java.lang.reflect.Method method) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Py4JMethod> |
Py4JClass.getMethods() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
HelpPageGenerator.getHelpPage(Py4JMethod method,
boolean shortName) |
Constructor and Description |
---|
Py4JClass(java.lang.String name,
java.lang.String javadoc,
java.lang.String extendType,
java.util.List<java.lang.String> implementTypes,
java.util.List<Py4JMethod> methods,
java.util.List<Py4JField> fields,
java.util.List<Py4JClass> classes) |