| Modifier and Type | Class and Description |
|---|---|
| public static class | |
| public static class | |
| public static class |
| Modifier and Type | Field and Description |
|---|---|
| public static final int | |
| public static final int | |
| public static final int | |
| public static final int | |
| public static final int | |
| public static final int | |
| public static final int | |
| public static final int | |
| public static final int | |
| public static final int | |
| public static final int | |
| public static Map |
| Access | Constructor and Description |
|---|---|
| public |
| Modifier and Type | Method and Description |
|---|---|
| public static void | |
| public static void | |
| public static Map | |
| public static PyObject | findPython(PyProxy proxy, String name)
Retrieves |
| public static int | |
| public static String | |
| public static String | |
| public static String | |
| public static String[] | |
| public static String[] | |
| public static String | |
| public static PyException |
| tBoolean | back to summary |
|---|---|
| public static final int tBoolean | |
| tByte | back to summary |
|---|---|
| public static final int tByte | |
| tCharacter | back to summary |
|---|---|
| public static final int tCharacter | |
| tDouble | back to summary |
|---|---|
| public static final int tDouble | |
| tFloat | back to summary |
|---|---|
| public static final int tFloat | |
| tInteger | back to summary |
|---|---|
| public static final int tInteger | |
| tLong | back to summary |
|---|---|
| public static final int tLong | |
| tNone | back to summary |
|---|---|
| public static final int tNone | |
| tOther | back to summary |
|---|---|
| public static final int tOther | |
| tShort | back to summary |
|---|---|
| public static final int tShort | |
| tVoid | back to summary |
|---|---|
| public static final int tVoid | |
| types | back to summary |
|---|---|
| public static Map<Class<?>, Integer> types | |
| ProxyCodeHelpers | back to summary |
|---|---|
| public ProxyCodeHelpers() | |
| doNullReturn | back to summary |
|---|---|
| public static void doNullReturn(Code code, Class<?> type) throws Exception | |
| doReturn | back to summary |
|---|---|
| public static void doReturn(Code code, Class<?> type) throws Exception | |
| fillTypes | back to summary |
|---|---|
| public static Map | |
| findPython | back to summary |
|---|---|
| public static PyObject findPython(PyProxy proxy, String name) Retrieves | |
| getType | back to summary |
|---|---|
| public static int getType(Class<?> c) | |
| makeSig | back to summary |
|---|---|
| public static String makeSig(Class<?> ret, Class<?>... sig) | |
| makeSig | back to summary |
|---|---|
| public static String makeSig(String returnType, String... parameterTypes) | |
| mapClass | back to summary |
|---|---|
| public static String mapClass(Class<?> c) | |
| mapClasses | back to summary |
|---|---|
| public static String[] mapClasses(Class<?>[] classes) | |
| mapExceptions | back to summary |
|---|---|
| public static String[] mapExceptions(Class<?>[] classes) | |
| mapType | back to summary |
|---|---|
| public static String mapType(Class<?> type) | |
| notImplementedAbstractMethod | back to summary |
|---|---|
| public static PyException notImplementedAbstractMethod(PyProxy proxy, String name, String superClass) | |
| Modifier and Type | Field and Description |
|---|---|
| public final Class | |
| public final Map |
| Access | Constructor and Description |
|---|---|
| public | |
| public |
| Modifier and Type | Method and Description |
|---|---|
| public Map | |
| public String | |
| public boolean | |
| public int |
| annotation | back to summary |
|---|---|
| public final Class<?> annotation | |
| fields | back to summary |
|---|---|
| public final Map<String, Object> fields | |
| AnnotationDescr | back to summary |
|---|---|
| public AnnotationDescr(Class<?> annotation) | |
| AnnotationDescr | back to summary |
|---|---|
| public AnnotationDescr(Class<?> annotation, Map<String, Object> fields) | |
| getFields | back to summary |
|---|---|
| public Map | |
| getName | back to summary |
|---|---|
| public String getName() | |
| hasFields | back to summary |
|---|---|
| public boolean hasFields() | |
| hashCode | back to summary |
|---|---|
| public int hashCode() Overrides java. Doc from java. Returns a hash code value for this object. This method is
supported for the benefit of hash tables such as those provided by
The general contract of
| |
| Access | Constructor and Description |
|---|---|
| public | |
| public |
| ConstructorDescr | back to summary |
|---|---|
| public ConstructorDescr(Constructor<?> cons) | |
| ConstructorDescr | back to summary |
|---|---|
| public ConstructorDescr(Class<?>[] parameters, Class<?>[] exceptions) | |
| Modifier and Type | Field and Description |
|---|---|
| public final Class | |
| public final Map | |
| public final String | |
| public final Map | |
| public final Class | |
| public final Class |
| Access | Constructor and Description |
|---|---|
| public | |
| public | |
| public |
| Modifier and Type | Method and Description |
|---|---|
| public boolean | equals(Object
the reference object with which to compare. obj)Overrides java. Indicates whether some other object is "equal to" this one. |
| public int |
| exceptions | back to summary |
|---|---|
| public final Class<?>[] exceptions | |
| methodAnnotations | back to summary |
|---|---|
| public final Map<String, Object> methodAnnotations | |
| name | back to summary |
|---|---|
| public final String name | |
| parameterAnnotations | back to summary |
|---|---|
| public final Map<String, Object>[] parameterAnnotations | |
| parameters | back to summary |
|---|---|
| public final Class<?>[] parameters | |
| returnType | back to summary |
|---|---|
| public final Class<?> returnType | |
| MethodDescr | back to summary |
|---|---|
| public MethodDescr(Method m) | |
| MethodDescr | back to summary |
|---|---|
| public MethodDescr(String name, Class<?> returnType, Class<?>[] parameters, Class<?>[] exceptions) | |
| MethodDescr | back to summary |
|---|---|
| public MethodDescr(String name, Class<?> returnType, Class<?>[] parameters, Class<?>[] exceptions, Map<String, Object> methodAnnotations, Map<String, Object>[] parameterAnnotations) | |
| equals | back to summary |
|---|---|
| public boolean equals(Object obj) Overrides java. Doc from java. Indicates whether some other object is "equal to" this one.
The
An equivalence relation partitions the elements it operates on into equivalence classes; all the members of an equivalence class are equal to each other. Members of an equivalence class are substitutable for each other, at least for some purposes. | |
| hashCode | back to summary |
|---|---|
| public int hashCode() Overrides java. Doc from java. Returns a hash code value for this object. This method is
supported for the benefit of hash tables such as those provided by
The general contract of
| |