| Modifier and Type | Field and Description |
|---|---|
| public PyObject | |
| private static final PyString[] | |
| private List | |
| private int | |
| private static final PyString[] | |
| private expr | |
| 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 void | |
| public PyString[] | |
| public PyString[] | |
| public PyObject | |
| public int | |
| public PyObject | |
| public List | |
| public expr | |
| public List | |
| public expr | |
| public PyObject | |
| 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 | |
| iter | back to summary |
|---|---|
| private expr iter | |
| lineno | back to summary |
|---|---|
| private int lineno | |
| orelse | back to summary |
|---|---|
| private List<stmt> orelse | |
| target | back to summary |
|---|---|
| private expr target | |
| TYPE | back to summary |
|---|---|
| public static final PyType TYPE | |
| For | back to summary |
|---|---|
| public For(PyType subType) | |
| For | back to summary |
|---|---|
| public For() | |
| For | back to summary |
|---|---|
| public For(PyObject target, PyObject iter, PyObject body, PyObject orelse) | |
| For | back to summary |
|---|---|
| public For(Token token, expr target, expr iter, List<stmt> body, List<stmt> orelse) | |
| For | back to summary |
|---|---|
| public For(Integer ttype, Token token, expr target, expr iter, List<stmt> body, List<stmt> orelse) | |
| For | back to summary |
|---|---|
| public For(PythonTree tree, expr target, expr iter, 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 | |
| For___init__ | back to summary |
|---|---|
public void For___init__(PyObject[] args, String[] keywords)
| |
| 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 | |
| getInternalIter | back to summary |
|---|---|
| public expr getInternalIter() | |
| getInternalOrelse | back to summary |
|---|---|
| public List | |
| getInternalTarget | back to summary |
|---|---|
| public expr getInternalTarget() | |
| getIter | back to summary |
|---|---|
public PyObject getIter()
| |
| getLineno | back to summary |
|---|---|
| public int getLineno() Overrides org.
| |
| getOrelse | back to summary |
|---|---|
public PyObject getOrelse()
| |
| getTarget | back to summary |
|---|---|
public PyObject getTarget()
| |
| setBody | back to summary |
|---|---|
public void setBody(PyObject body)
| |
| setCol_offset | back to summary |
|---|---|
public void setCol_offset(int num)
| |
| setIter | back to summary |
|---|---|
public void setIter(PyObject iter)
| |
| setLineno | back to summary |
|---|---|
public void setLineno(int num)
| |
| setOrelse | back to summary |
|---|---|
public void setOrelse(PyObject orelse)
| |
| setTarget | back to summary |
|---|---|
public void setTarget(PyObject target)
| |
| 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. | |