@Properties(inherit=python.class) public class PyTracebackObject extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
PyTracebackObject()
Default native constructor.
|
PyTracebackObject(long size)
Native array allocator.
|
PyTracebackObject(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
PyObject |
ob_base() |
PyTracebackObject |
ob_base(PyObject setter) |
PyTracebackObject |
position(long position) |
PyTracebackObject |
tb_frame(_frame setter) |
_frame |
tb_frame() |
int |
tb_lasti() |
PyTracebackObject |
tb_lasti(int setter) |
int |
tb_lineno() |
PyTracebackObject |
tb_lineno(int setter) |
PyTracebackObject |
tb_next() |
PyTracebackObject |
tb_next(PyTracebackObject setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public PyTracebackObject()
public PyTracebackObject(long size)
Pointer.position(long)
.public PyTracebackObject(Pointer p)
Pointer.Pointer(Pointer)
.public PyTracebackObject position(long position)
public PyTracebackObject ob_base(PyObject setter)
@Cast(value="_traceback*") public PyTracebackObject tb_next()
public PyTracebackObject tb_next(PyTracebackObject setter)
public _frame tb_frame()
public PyTracebackObject tb_frame(_frame setter)
public int tb_lasti()
public PyTracebackObject tb_lasti(int setter)
public int tb_lineno()
public PyTracebackObject tb_lineno(int setter)
Copyright © 2020. All rights reserved.