@Properties(inherit=python.class) public class PySyntaxErrorObject extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
PySyntaxErrorObject()
Default native constructor.
|
PySyntaxErrorObject(long size)
Native array allocator.
|
PySyntaxErrorObject(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
PyObject |
args() |
PySyntaxErrorObject |
args(PyObject setter) |
PyObject |
cause() |
PySyntaxErrorObject |
cause(PyObject setter) |
PyObject |
context() |
PySyntaxErrorObject |
context(PyObject setter) |
PyObject |
dict() |
PySyntaxErrorObject |
dict(PyObject setter) |
PyObject |
filename() |
PySyntaxErrorObject |
filename(PyObject setter) |
PyObject |
lineno() |
PySyntaxErrorObject |
lineno(PyObject setter) |
PyObject |
msg() |
PySyntaxErrorObject |
msg(PyObject setter) |
PyObject |
ob_base() |
PySyntaxErrorObject |
ob_base(PyObject setter) |
PyObject |
offset() |
PySyntaxErrorObject |
offset(PyObject setter) |
PySyntaxErrorObject |
position(long position) |
PyObject |
print_file_and_line() |
PySyntaxErrorObject |
print_file_and_line(PyObject setter) |
byte |
suppress_context() |
PySyntaxErrorObject |
suppress_context(byte setter) |
PyObject |
text() |
PySyntaxErrorObject |
text(PyObject setter) |
PyObject |
traceback() |
PySyntaxErrorObject |
traceback(PyObject setter) |
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 PySyntaxErrorObject()
public PySyntaxErrorObject(long size)
Pointer.position(long)
.public PySyntaxErrorObject(Pointer p)
Pointer.Pointer(Pointer)
.public PySyntaxErrorObject position(long position)
public PySyntaxErrorObject ob_base(PyObject setter)
public PyObject dict()
public PySyntaxErrorObject dict(PyObject setter)
public PyObject args()
public PySyntaxErrorObject args(PyObject setter)
public PyObject traceback()
public PySyntaxErrorObject traceback(PyObject setter)
public PyObject context()
public PySyntaxErrorObject context(PyObject setter)
public PyObject cause()
public PySyntaxErrorObject cause(PyObject setter)
public PySyntaxErrorObject suppress_context(byte setter)
public PyObject msg()
public PySyntaxErrorObject msg(PyObject setter)
public PyObject filename()
public PySyntaxErrorObject filename(PyObject setter)
public PyObject lineno()
public PySyntaxErrorObject lineno(PyObject setter)
public PyObject offset()
public PySyntaxErrorObject offset(PyObject setter)
public PyObject text()
public PySyntaxErrorObject text(PyObject setter)
public PyObject print_file_and_line()
public PySyntaxErrorObject print_file_and_line(PyObject setter)
Copyright © 2020. All rights reserved.