@Properties(inherit=python.class) public class symtable extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
symtable()
Default native constructor.
|
symtable(long size)
Native array allocator.
|
symtable(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
symtable |
position(long position) |
int |
recursion_depth() |
symtable |
recursion_depth(int setter) |
int |
recursion_limit() |
symtable |
recursion_limit(int setter) |
PyObject |
st_blocks() |
symtable |
st_blocks(PyObject setter) |
symtable |
st_cur(_symtable_entry setter) |
_symtable_entry |
st_cur() |
PyObject |
st_filename() |
symtable |
st_filename(PyObject setter) |
PyFutureFeatures |
st_future() |
symtable |
st_future(PyFutureFeatures setter) |
PyObject |
st_global() |
symtable |
st_global(PyObject setter) |
int |
st_nblocks() |
symtable |
st_nblocks(int setter) |
PyObject |
st_private() |
symtable |
st_private(PyObject setter) |
PyObject |
st_stack() |
symtable |
st_stack(PyObject setter) |
symtable |
st_top(_symtable_entry setter) |
_symtable_entry |
st_top() |
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 symtable()
public symtable(long size)
Pointer.position(long)
.public symtable(Pointer p)
Pointer.Pointer(Pointer)
.public PyObject st_filename()
public _symtable_entry st_cur()
public symtable st_cur(_symtable_entry setter)
public _symtable_entry st_top()
public symtable st_top(_symtable_entry setter)
public PyObject st_blocks()
public PyObject st_stack()
public PyObject st_global()
public int st_nblocks()
public symtable st_nblocks(int setter)
public PyObject st_private()
public PyFutureFeatures st_future()
public symtable st_future(PyFutureFeatures setter)
public int recursion_depth()
public symtable recursion_depth(int setter)
public int recursion_limit()
public symtable recursion_limit(int setter)
Copyright © 2020. All rights reserved.