@Properties(inherit=python.class) public class _expr extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
_expr()
Default native constructor.
|
_expr(long size)
Native array allocator.
|
_expr(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 _expr()
public _expr(long size)
Pointer.position(long)
.public _expr(Pointer p)
Pointer.Pointer(Pointer)
.public _expr kind(int setter)
public _expr v_BoolOp_op(int setter)
public _expr v_BinOp_op(int setter)
public _expr v_UnaryOp_op(int setter)
@Name(value="v.Lambda.args") public _arguments v_Lambda_args()
public _expr v_Lambda_args(_arguments setter)
@Name(value="v.GeneratorExp.generators") public asdl_seq v_GeneratorExp_generators()
@Name(value="v.Compare.ops") public asdl_int_seq v_Compare_ops()
public _expr v_Compare_ops(asdl_int_seq setter)
@Name(value="v.FormattedValue.conversion") public int v_FormattedValue_conversion()
public _expr v_FormattedValue_conversion(int setter)
@Name(value="v.FormattedValue.format_spec") public _expr v_FormattedValue_format_spec()
@Name(value="v.NameConstant.value") @Cast(value="singleton") public PyObject v_NameConstant_value()
@Name(value="v.Constant.value") @Cast(value="constant") public PyObject v_Constant_value()
@Name(value="v.Attribute.attr") @Cast(value="identifier") public PyObject v_Attribute_attr()
@Name(value="v.Attribute.ctx") @Cast(value="expr_context_ty") public int v_Attribute_ctx()
public _expr v_Attribute_ctx(int setter)
@Name(value="v.Subscript.ctx") @Cast(value="expr_context_ty") public int v_Subscript_ctx()
public _expr v_Subscript_ctx(int setter)
@Name(value="v.Starred.ctx") @Cast(value="expr_context_ty") public int v_Starred_ctx()
public _expr v_Starred_ctx(int setter)
public _expr v_Name_ctx(int setter)
public _expr v_List_ctx(int setter)
public _expr v_Tuple_ctx(int setter)
public int lineno()
public _expr lineno(int setter)
public int col_offset()
public _expr col_offset(int setter)
Copyright © 2020. All rights reserved.