| Modifier and Type | Class and Description |
|---|---|
| private static class |
| Modifier and Type | Field and Description |
|---|---|
| public static final PyType |
| Access | Constructor and Description |
|---|---|
| private |
| Modifier and Type | Method and Description |
|---|---|
| public boolean | __nonzero__()
Overrides org. Equivalent to the standard Python __nonzero__ method. |
| public Object | __tojava__(Class<?>
the Class to convert this c)PyObject to.Overrides org. Equivalent to the Jython __tojava__ method. |
| public String | |
| public String | |
| pack-priv static PyNone | |
| pack-priv final String | |
| public String | toString()
Overrides org. Returns a string representation of the object. |
| private Object |
| TYPE | back to summary |
|---|---|
| public static final PyType TYPE | |
| PyNone | back to summary |
|---|---|
| private PyNone() | |
| __nonzero__ | back to summary |
|---|---|
| public boolean __nonzero__() Overrides org. Doc from org. Equivalent to the standard Python __nonzero__ method. Returns whether of not a given
| |
| __tojava__ | back to summary |
|---|---|
| public Object __tojava__(Class<?> c) Overrides org. Doc from org. Equivalent to the Jython __tojava__ method. Tries to coerce this object to an instance of the
requested Java class. Returns the special object | |
| asStringOrNull | back to summary |
|---|---|
| public String asStringOrNull(int index) Overrides org.
| |
| asStringOrNull | back to summary |
|---|---|
| public String asStringOrNull() Overrides org.
| |
| getInstance | back to summary |
|---|---|
| pack-priv static PyNone getInstance() | |
| NoneType_toString | back to summary |
|---|---|
pack-priv final String NoneType_toString()
| |
| toString | back to summary |
|---|---|
| public String toString() Overrides org. Doc from java. Returns a string representation of the object.
Satisfying this method's contract implies a non- | |
| writeReplace | back to summary |
|---|---|
| private Object writeReplace() | |
| Modifier and Type | Field and Description |
|---|---|
| pack-priv static final PyNone | INSTANCE
The unique instance of PyNone. |
| Access | Constructor and Description |
|---|---|
| private |
| INSTANCE | back to summary |
|---|---|
| pack-priv static final PyNone INSTANCE The unique instance of PyNone. | |
| Holder | back to summary |
|---|---|
| private Holder() | |