| Modifier and Type | Field and Description |
|---|---|
| public static final PyType |
| Access | Constructor and Description |
|---|---|
| public |
| Modifier and Type | Method and Description |
|---|---|
| public String | |
| public static final PyObject | |
| public PyObject | |
| public void | |
| public static PyObject | StringCData_new(PyNewWrapper new_, boolean init, PyType subtype, PyObject[] args, String[] keywords)
|
| public final String | toString()
Overrides org. Returns a string representation of the object. |
| TYPE | back to summary |
|---|---|
| public static final PyType TYPE | |
| StringCData | back to summary |
|---|---|
| public StringCData(PyType pytype, CType ctype, DirectMemory m) | |
| asString | back to summary |
|---|---|
| public String asString() Overrides org.
| |
| from_address | back to summary |
|---|---|
public static final PyObject from_address(PyType subtype, PyObject address)
| |
| getValue | back to summary |
|---|---|
public PyObject getValue()
| |
| setValue | back to summary |
|---|---|
public void setValue(PyObject value)
| |
| StringCData_new | back to summary |
|---|---|
public static PyObject StringCData_new(PyNewWrapper new_, boolean init, PyType subtype, PyObject[] args, String[] keywords)
| |
| toString | back to summary |
|---|---|
| public final String toString() Overrides org. Doc from java. Returns a string representation of the object.
Satisfying this method's contract implies a non- | |