@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, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic _stmt()
public _stmt(long size)
Pointer.position(long).public _stmt(Pointer p)
Pointer(Pointer).public _stmt getPointer(long i)
getPointer in class Pointerpublic _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.FunctionDef.type_comment") @Cast(value="string") public PyObject v_FunctionDef_type_comment()
@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.AsyncFunctionDef.type_comment") @Cast(value="string") public PyObject v_AsyncFunctionDef_type_comment()
@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()
@Name(value="v.Assign.type_comment") @Cast(value="string") public PyObject v_Assign_type_comment()
public _stmt v_AugAssign_op(int setter)
public _stmt v_AnnAssign_simple(int setter)
@Name(value="v.For.type_comment") @Cast(value="string") public PyObject v_For_type_comment()
@Name(value="v.AsyncFor.type_comment") @Cast(value="string") public PyObject v_AsyncFor_type_comment()
@Name(value="v.With.type_comment") @Cast(value="string") public PyObject v_With_type_comment()
@Name(value="v.AsyncWith.type_comment") @Cast(value="string") public PyObject v_AsyncWith_type_comment()
@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)
public int end_lineno()
public _stmt end_lineno(int setter)
public int end_col_offset()
public _stmt end_col_offset(int setter)
Copyright © 2021. All rights reserved.