| Modifier and Type | Field and Description |
|---|---|
| public PyObject | |
| private static final PyString[] | |
| private List | |
| private int | |
| private static final PyString[] | |
| private int | |
| private List | |
| private expr | |
| public static final PyType |
| Access | Constructor and Description |
|---|---|
| public | |
| public | |
| public | |
| public | |
| public | |
| public |
| Modifier and Type | Method and Description |
|---|---|
| public <R> R | |
| private void | |
| public PyObject | |
| public PyString[] | |
| public PyString[] | |
| public PyObject | |
| public int | |
| public PyObject | |
| public List | |
| public List | |
| public expr | |
| public int | |
| public PyObject | |
| public PyObject | |
| public void | |
| public void | |
| public void | |
| public void | |
| public void | |
| public void | |
| public String | toString()
Overrides org. Returns a string representation of the object. |
| public String | |
| public void |
| __dict__ | back to summary |
|---|---|
| public PyObject __dict__ | |
| attributes | back to summary |
|---|---|
| private static final PyString[] attributes | |
| body | back to summary |
|---|---|
| private List<stmt> body | |
| col_offset | back to summary |
|---|---|
| private int col_offset | |
| fields | back to summary |
|---|---|
| private static final PyString[] fields | |
| lineno | back to summary |
|---|---|
| private int lineno | |
| orelse | back to summary |
|---|---|
| private List<stmt> orelse | |
| test | back to summary |
|---|---|
| private expr test | |
| TYPE | back to summary |
|---|---|
| public static final PyType TYPE | |
| If | back to summary |
|---|---|
| public If(PyType subType) | |
| If | back to summary |
|---|---|
| public If() | |
| If | back to summary |
|---|---|
| public If(PyObject test, PyObject body, PyObject orelse) | |
| If | back to summary |
|---|---|
| public If(Token token, expr test, List<stmt> body, List<stmt> orelse) | |
| If | back to summary |
|---|---|
| public If(Integer ttype, Token token, expr test, List<stmt> body, List<stmt> orelse) | |
| If | back to summary |
|---|---|
| public If(PythonTree tree, expr test, List<stmt> body, List<stmt> orelse) | |
| accept | back to summary |
|---|---|
| public <R> R accept(VisitorIF<R> visitor) throws Exception Overrides org. | |
| ensureDict | back to summary |
|---|---|
| private void ensureDict() | |
| fastGetDict | back to summary |
|---|---|
| public PyObject fastGetDict() Overrides org. Doc from org. xxx implements where meaningful | |
| get_attributes | back to summary |
|---|---|
| public PyString[] get_attributes() Overrides org.
| |
| get_fields | back to summary |
|---|---|
| public PyString[] get_fields() Overrides org.
| |
| getBody | back to summary |
|---|---|
public PyObject getBody()
| |
| getCol_offset | back to summary |
|---|---|
| public int getCol_offset() Overrides org.
| |
| getDict | back to summary |
|---|---|
| public PyObject getDict() Overrides org. Doc from org. xxx implements where meaningful
| |
| getInternalBody | back to summary |
|---|---|
| public List | |
| getInternalOrelse | back to summary |
|---|---|
| public List | |
| getInternalTest | back to summary |
|---|---|
| public expr getInternalTest() | |
| getLineno | back to summary |
|---|---|
| public int getLineno() Overrides org.
| |
| getOrelse | back to summary |
|---|---|
public PyObject getOrelse()
| |
| getTest | back to summary |
|---|---|
public PyObject getTest()
| |
| If___init__ | back to summary |
|---|---|
public void If___init__(PyObject[] args, String[] keywords)
| |
| setBody | back to summary |
|---|---|
public void setBody(PyObject body)
| |
| setCol_offset | back to summary |
|---|---|
public void setCol_offset(int num)
| |
| setLineno | back to summary |
|---|---|
public void setLineno(int num)
| |
| setOrelse | back to summary |
|---|---|
public void setOrelse(PyObject orelse)
| |
| setTest | back to summary |
|---|---|
public void setTest(PyObject test)
| |
| toString | back to summary |
|---|---|
| public String toString() Overrides org. Doc from java. Returns a string representation of the object.
Satisfying this method's contract implies a non-
| |
| toStringTree | back to summary |
|---|---|
| public String toStringTree() Overrides org. | |
| traverse | back to summary |
|---|---|
| public void traverse(VisitorIF<?> visitor) throws Exception Overrides org. | |