@Properties(inherit=python.class) public class node extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
node()
Default native constructor.
|
node(long size)
Native array allocator.
|
node(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
node |
n_child() |
node |
n_child(node setter) |
int |
n_col_offset() |
node |
n_col_offset(int setter) |
int |
n_lineno() |
node |
n_lineno(int setter) |
int |
n_nchildren() |
node |
n_nchildren(int setter) |
BytePointer |
n_str() |
node |
n_str(BytePointer setter) |
short |
n_type() |
node |
n_type(short setter) |
node |
position(long position) |
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 node()
public node(long size)
Pointer.position(long)
.public node(Pointer p)
Pointer.Pointer(Pointer)
.public short n_type()
public node n_type(short setter)
@Cast(value="char*") public BytePointer n_str()
public node n_str(BytePointer setter)
public int n_lineno()
public node n_lineno(int setter)
public int n_col_offset()
public node n_col_offset(int setter)
public int n_nchildren()
public node n_nchildren(int setter)
Copyright © 2020. All rights reserved.