| Modifier and Type | Field and Description |
|---|---|
| public static final PyType | |
| private final boolean |
| Access | Constructor and Description |
|---|---|
| public |
| Modifier and Type | Method and Description |
|---|---|
| public PyObject | __abs__()
Overrides org. Equivalent to the standard Python __abs__ method. |
| public PyObject | __and__(PyObject
the object to perform this binary operation with (the right-hand operand). right)Overrides org. Equivalent to the standard Python __and__ method |
| public PyObject | __neg__()
Overrides org. Equivalent to the standard Python __neg__ method. |
| public boolean | __nonzero__()
Overrides org. Equivalent to the standard Python __nonzero__ method. |
| public PyObject | __or__(PyObject
the object to perform this binary operation with (the right-hand operand). right)Overrides org. Equivalent to the standard Python __or__ method |
| public PyObject | __pos__()
Overrides org. Equivalent to the standard Python __pos__ method. |
| public Object | __tojava__(Class<?>
the Class to convert this c)PyObject to.Overrides org. Equivalent to the Jython __tojava__ method. |
| public PyObject | __xor__(PyObject
the object to perform this binary operation with (the right-hand operand). right)Overrides org. Equivalent to the standard Python __xor__ method |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final int | |
| pack-priv final PyObject | |
| pack-priv final boolean | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| public static PyObject | |
| pack-priv final String | |
| public boolean | |
| public int | |
| public int | |
| public String | toString()
Overrides org. Returns a string representation of the object. |
| TYPE | back to summary |
|---|---|
| public static final PyType TYPE | |
| value | back to summary |
|---|---|
| private final boolean value | |
| PyBoolean | back to summary |
|---|---|
| public PyBoolean(boolean value) | |
| __abs__ | back to summary |
|---|---|
| public PyObject __abs__() Overrides org. Doc from org. Equivalent to the standard Python __abs__ method. | |
| __and__ | back to summary |
|---|---|
| public PyObject __and__(PyObject right) Overrides org. Doc from org. Equivalent to the standard Python __and__ method | |
| __neg__ | back to summary |
|---|---|
| public PyObject __neg__() Overrides org. Doc from org. Equivalent to the standard Python __neg__ method. | |
| __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
| |
| __or__ | back to summary |
|---|---|
| public PyObject __or__(PyObject right) Overrides org. Doc from org. Equivalent to the standard Python __or__ method | |
| __pos__ | back to summary |
|---|---|
| public PyObject __pos__() Overrides org. Doc from org. Equivalent to the standard Python __pos__ method. | |
| __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 | |
| __xor__ | back to summary |
|---|---|
| public PyObject __xor__(PyObject right) Overrides org. Doc from org. Equivalent to the standard Python __xor__ method | |
| bool___abs__ | back to summary |
|---|---|
pack-priv final PyObject bool___abs__()
| |
| bool___and__ | back to summary |
|---|---|
pack-priv final PyObject bool___and__(PyObject right)
| |
| bool___hash__ | back to summary |
|---|---|
pack-priv final int bool___hash__()
| |
| bool___neg__ | back to summary |
|---|---|
pack-priv final PyObject bool___neg__()
| |
| bool___nonzero__ | back to summary |
|---|---|
pack-priv final boolean bool___nonzero__()
| |
| bool___or__ | back to summary |
|---|---|
pack-priv final PyObject bool___or__(PyObject right)
| |
| bool___pos__ | back to summary |
|---|---|
pack-priv final PyObject bool___pos__()
| |
| bool___xor__ | back to summary |
|---|---|
pack-priv final PyObject bool___xor__(PyObject right)
| |
| bool_new | back to summary |
|---|---|
public static PyObject bool_new(PyNewWrapper new_, boolean init, PyType subtype, PyObject[] args, String[] keywords)
| |
| bool_toString | back to summary |
|---|---|
pack-priv final String bool_toString()
| |
| getBooleanValue | back to summary |
|---|---|
| public boolean getBooleanValue() | |
| getValue | back to summary |
|---|---|
| public int getValue() Overrides org.
| |
| hashCode | back to summary |
|---|---|
| public int hashCode() Overrides org. 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
| |
| 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- | |