| Modifier and Type | Field and Description |
|---|---|
| public PyObject | |
| private static final PyString[] | |
| private int | |
| private expr | |
| private static final PyString[] | |
| private List | |
| private int | |
| 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 int | |
| public PyObject | |
| public PyObject | |
| public PyObject | |
| public expr | |
| public List | |
| public int | |
| 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 | |
| col_offset | back to summary |
|---|---|
| private int col_offset | |
| elt | back to summary |
|---|---|
| private expr elt | |
| fields | back to summary |
|---|---|
| private static final PyString[] fields | |
| generators | back to summary |
|---|---|
| private List<comprehension> generators | |
| lineno | back to summary |
|---|---|
| private int lineno | |
| TYPE | back to summary |
|---|---|
| public static final PyType TYPE | |
| GeneratorExp | back to summary |
|---|---|
| public GeneratorExp(PyType subType) | |
| GeneratorExp | back to summary |
|---|---|
| public GeneratorExp() | |
| GeneratorExp | back to summary |
|---|---|
| public GeneratorExp(PyObject elt, PyObject generators) | |
| GeneratorExp | back to summary |
|---|---|
| public GeneratorExp(Token token, expr elt, List<comprehension> generators) | |
| GeneratorExp | back to summary |
|---|---|
| public GeneratorExp(Integer ttype, Token token, expr elt, List<comprehension> generators) | |
| GeneratorExp | back to summary |
|---|---|
| public GeneratorExp(PythonTree tree, expr elt, List<comprehension> generators) | |
| 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 | |
| GeneratorExp___init__ | back to summary |
|---|---|
public void GeneratorExp___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.
| |
| 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
| |
| getElt | back to summary |
|---|---|
public PyObject getElt()
| |
| getGenerators | back to summary |
|---|---|
public PyObject getGenerators()
| |
| getInternalElt | back to summary |
|---|---|
| public expr getInternalElt() | |
| getInternalGenerators | back to summary |
|---|---|
| public List | |
| getLineno | back to summary |
|---|---|
| public int getLineno() Overrides org.
| |
| setCol_offset | back to summary |
|---|---|
public void setCol_offset(int num)
| |
| setElt | back to summary |
|---|---|
public void setElt(PyObject elt)
| |
| setGenerators | back to summary |
|---|---|
public void setGenerators(PyObject generators)
| |
| setLineno | back to summary |
|---|---|
public void setLineno(int num)
| |
| 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. | |