| Modifier and Type | Field and Description |
|---|---|
| public PyObject | |
| private static final PyString[] | |
| private int | |
| private expr_contextType | |
| private List | |
| private static final PyString[] | |
| 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 PyString[] | |
| public PyString[] | |
| public int | |
| public PyObject | |
| public PyObject | |
| public PyObject | |
| public expr_contextType | |
| public List | |
| public int | |
| 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 | |
| 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 | |
| ctx | back to summary |
|---|---|
| private expr_contextType ctx | |
| elts | back to summary |
|---|---|
| private List<expr> elts | |
| fields | back to summary |
|---|---|
| private static final PyString[] fields | |
| lineno | back to summary |
|---|---|
| private int lineno | |
| TYPE | back to summary |
|---|---|
| public static final PyType TYPE | |
| Tuple | back to summary |
|---|---|
| public Tuple(PyType subType) | |
| Tuple | back to summary |
|---|---|
| public Tuple() | |
| Tuple | back to summary |
|---|---|
| public Tuple(PyObject elts, PyObject ctx) | |
| Tuple | back to summary |
|---|---|
| public Tuple(Token token, List<expr> elts, expr_contextType ctx) | |
| Tuple | back to summary |
|---|---|
| public Tuple(Integer ttype, Token token, List<expr> elts, expr_contextType ctx) | |
| Tuple | back to summary |
|---|---|
| public Tuple(PythonTree tree, List<expr> elts, expr_contextType ctx) | |
| 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.
| |
| getCol_offset | back to summary |
|---|---|
| public int getCol_offset() Overrides org.
| |
| getCtx | back to summary |
|---|---|
public PyObject getCtx()
| |
| getDict | back to summary |
|---|---|
| public PyObject getDict() Overrides org. Doc from org. xxx implements where meaningful
| |
| getElts | back to summary |
|---|---|
public PyObject getElts()
| |
| getInternalCtx | back to summary |
|---|---|
| public expr_contextType getInternalCtx() | |
| getInternalElts | 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)
| |
| setContext | back to summary |
|---|---|
| public void setContext(expr_contextType c) Implements org. | |
| setCtx | back to summary |
|---|---|
public void setCtx(PyObject ctx)
| |
| setElts | back to summary |
|---|---|
public void setElts(PyObject elts)
| |
| 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. | |
| Tuple___init__ | back to summary |
|---|---|
public void Tuple___init__(PyObject[] args, String[] keywords)
| |