public class StmtAdapter extends java.lang.Object implements AstAdapter
| Constructor and Description |
|---|
StmtAdapter() |
| Modifier and Type | Method and Description |
|---|---|
PyObject |
ast2py(java.lang.Object o) |
java.util.List |
iter2ast(PyObject iter) |
java.lang.Object |
py2ast(PyObject o) |
public java.lang.Object py2ast(PyObject o)
py2ast in interface AstAdapterpublic PyObject ast2py(java.lang.Object o)
ast2py in interface AstAdapterpublic java.util.List iter2ast(PyObject iter)
iter2ast in interface AstAdapter