ExposedMethod annotation as a method on
a builtin Python type.
| Modifier and Type | Field and Description |
|---|---|
| pack-priv MethodType |
| Access | Constructor and Description |
|---|---|
| public | |
| public | InstanceMethodExposer(Type onType, int access, String methodName, String desc, String typeName, String[] asNames, String[] defaults, MethodType type, String doc)
|
| Modifier and Type | Method and Description |
|---|---|
| private void | |
| private void | |
| protected void | |
| private static boolean | |
| protected void |
| type | back to summary |
|---|---|
| pack-priv MethodType type | |
| InstanceMethodExposer | back to summary |
|---|---|
| public InstanceMethodExposer(Type onType, int access, String methodName, String desc, String typeName) | |
| InstanceMethodExposer | back to summary |
|---|---|
| public InstanceMethodExposer(Type onType, int access, String methodName, String desc, String typeName, String[] asNames, String[] defaults, MethodType type, String doc) | |
| checkBinaryResult | back to summary |
|---|---|
| private void checkBinaryResult() Throw NotImplemented if a binary method returned null. | |
| checkCmpResult | back to summary |
|---|---|
| private void checkCmpResult() Throw a type error if a cmp method returned -2. | |
| checkSelf | back to summary |
|---|---|
| protected void checkSelf() Implements abstract org. | |
| isWide | back to summary |
|---|---|
| private static boolean isWide(String methDescriptor) | |
| makeCall | back to summary |
|---|---|
| protected void makeCall() Implements abstract org. | |