Package | Description |
---|---|
org.bytedeco.cpython | |
org.bytedeco.cpython.global |
Modifier and Type | Method and Description |
---|---|
node |
node.n_child() |
node |
node.n_child(node setter) |
node |
node.n_col_offset(int setter) |
node |
node.n_lineno(int setter) |
node |
node.n_nchildren(int setter) |
node |
node.n_str(BytePointer setter) |
node |
node.n_type(short setter) |
node |
node.position(long position) |
Modifier and Type | Method and Description |
---|---|
node |
node.n_child(node setter) |
Modifier and Type | Method and Description |
---|---|
static node |
python.PyNode_New(int type) |
static node |
python.PyParser_SimpleParseFileFlags(Pointer arg0,
BytePointer arg1,
int arg2,
int arg3) |
static node |
python.PyParser_SimpleParseFileFlags(Pointer arg0,
String arg1,
int arg2,
int arg3) |
static node |
python.PyParser_SimpleParseStringFlags(BytePointer arg0,
int arg1,
int arg2) |
static node |
python.PyParser_SimpleParseStringFlags(String arg0,
int arg1,
int arg2) |
static node |
python.PyParser_SimpleParseStringFlagsFilename(BytePointer arg0,
BytePointer arg1,
int arg2,
int arg3) |
static node |
python.PyParser_SimpleParseStringFlagsFilename(String arg0,
String arg1,
int arg2,
int arg3) |
Modifier and Type | Method and Description |
---|---|
static long |
python._PyNode_SizeOf(node n) |
static int |
python.PyNode_AddChild(node n,
int type,
byte[] str,
int lineno,
int col_offset) |
static int |
python.PyNode_AddChild(node n,
int type,
ByteBuffer str,
int lineno,
int col_offset) |
static int |
python.PyNode_AddChild(node n,
int type,
BytePointer str,
int lineno,
int col_offset) |
static PyCodeObject |
python.PyNode_Compile(node arg0,
BytePointer arg1) |
static PyCodeObject |
python.PyNode_Compile(node arg0,
String arg1) |
static void |
python.PyNode_Free(node n) |
static void |
python.PyNode_ListTree(node arg0) |
Copyright © 2020. All rights reserved.