@Properties(inherit=python.class) public class _stmt extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
_stmt()
Default native constructor.
|
_stmt(long size)
Native array allocator.
|
_stmt(Pointer p)
Pointer cast constructor.
|
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 _stmt()
public _stmt(long size)
Pointer.position(long)
.public _stmt(Pointer p)
Pointer.Pointer(Pointer)
.public _stmt kind(int setter)
@Name(value="v.FunctionDef.name") @Cast(value="identifier") public PyObject v_FunctionDef_name()
@Name(value="v.FunctionDef.args") public _arguments v_FunctionDef_args()
public _stmt v_FunctionDef_args(_arguments setter)
@Name(value="v.FunctionDef.decorator_list") public asdl_seq v_FunctionDef_decorator_list()
@Name(value="v.AsyncFunctionDef.name") @Cast(value="identifier") public PyObject v_AsyncFunctionDef_name()
@Name(value="v.AsyncFunctionDef.args") public _arguments v_AsyncFunctionDef_args()
public _stmt v_AsyncFunctionDef_args(_arguments setter)
@Name(value="v.AsyncFunctionDef.body") public asdl_seq v_AsyncFunctionDef_body()
@Name(value="v.AsyncFunctionDef.decorator_list") public asdl_seq v_AsyncFunctionDef_decorator_list()
@Name(value="v.AsyncFunctionDef.returns") public _expr v_AsyncFunctionDef_returns()
@Name(value="v.ClassDef.name") @Cast(value="identifier") public PyObject v_ClassDef_name()
@Name(value="v.ClassDef.decorator_list") public asdl_seq v_ClassDef_decorator_list()
public _stmt v_AugAssign_op(int setter)
public _stmt v_AnnAssign_simple(int setter)
@Name(value="v.ImportFrom.module") @Cast(value="identifier") public PyObject v_ImportFrom_module()
public _stmt v_ImportFrom_level(int setter)
public int lineno()
public _stmt lineno(int setter)
public int col_offset()
public _stmt col_offset(int setter)
Copyright © 2020. All rights reserved.