Top Fields Constructors Methods
org.python.modules.jffi

public Class StringCData

extends AbstractMemoryCData
Class Inheritance
Annotations
@ExposedType
name:jffi.StringCData
base:CData
Imports
org.python.core.Py, .PyNewWrapper, .PyObject, .PyType, org.python.expose.ExposedClassMethod, .ExposedGet, .ExposedNew, .ExposedSet, .ExposedType

Field Summary

Modifier and TypeField and Description
public static final PyType
Inherited from org.python.modules.jffi.AbstractMemoryCData:
memory

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
public String
public static final PyObject
from_address(PyType subtype, PyObject address)

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.python.core.PyObject.toString.

Returns a string representation of the object.

Inherited from org.python.modules.jffi.AbstractMemoryCData:
__nonzero__getMemoryinitReferenceMemory

Field Detail

TYPEback to summary
public static final PyType TYPE

Hides org.python.modules.jffi.CData.TYPE.

Constructor Detail

StringCDataback to summary
public StringCData(PyType pytype, CType ctype, DirectMemory m)

Method Detail

asStringback to summary
public String asString()

Overrides org.python.core.PyObject.asString.

Annotations
@Override
from_addressback to summary
public static final PyObject from_address(PyType subtype, PyObject address)
Annotations
@ExposedClassMethod
names:from_address
getValueback to summary
public PyObject getValue()
Annotations
@ExposedGet
name:value
setValueback to summary
public void setValue(PyObject value)
Annotations
@ExposedSet
name:value
StringCData_newback to summary
public static PyObject StringCData_new(PyNewWrapper new_, boolean init, PyType subtype, PyObject[] args, String[] keywords)
Annotations
@ExposedNew
toStringback to summary
public final String toString()

Overrides org.python.core.PyObject.toString.

Doc from java.lang.Object.toString.

Returns a string representation of the object. Satisfying this method's contract implies a non-null result must be returned.

Returns:String

a string representation of the object

Annotations
@Override