| Modifier and Type | Field and Description |
|---|---|
| public PyObject | |
| private static final PyString[] | |
| private List | |
| private int | |
| private static final PyString[] | |
| private int | |
| private expr | |
| public static final PyType | |
| private expr |
| Access | Constructor and Description |
|---|---|
| public | |
| public | |
| public | |
| public | |
| public | |
| public |
| Modifier and Type | Method and Description |
|---|---|
| public <R> R | |
| private void | |
| public void | |
| public PyObject | |
| public PyString[] | |
| public PyString[] | |
| public PyObject | |
| public int | |
| public PyObject | |
| public PyObject | |
| public List | |
| public expr | |
| public expr | |
| public int | |
| public PyObject | |
| 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 | |
| name | back to summary |
|---|---|
| private expr name | |
| TYPE | back to summary |
|---|---|
| public static final PyType TYPE | |
| type | back to summary |
|---|---|
| private expr type | |
| ExceptHandler | back to summary |
|---|---|
| public ExceptHandler(PyType subType) | |
| ExceptHandler | back to summary |
|---|---|
| public ExceptHandler() | |
| ExceptHandler | back to summary |
|---|---|
| public ExceptHandler(PyObject type, PyObject name, PyObject body) | |
| ExceptHandler | back to summary |
|---|---|
| public ExceptHandler(Token token, expr type, expr name, List<stmt> body) | |
| ExceptHandler | back to summary |
|---|---|
| public ExceptHandler(Integer ttype, Token token, expr type, expr name, List<stmt> body) | |
| ExceptHandler | back to summary |
|---|---|
| public ExceptHandler(PythonTree tree, expr type, expr name, List<stmt> body) | |
| accept | back to summary |
|---|---|
| public <R> R accept(VisitorIF<R> visitor) throws Exception Overrides org. | |
| ensureDict | back to summary |
|---|---|
| private void ensureDict() | |
| ExceptHandler___init__ | back to summary |
|---|---|
public void ExceptHandler___init__(PyObject[] args, String[] keywords)
| |
| 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
| |
| getExceptType | back to summary |
|---|---|
public PyObject getExceptType()
| |
| getInternalBody | back to summary |
|---|---|
| public List | |
| getInternalName | back to summary |
|---|---|
| public expr getInternalName() | |
| getInternalType | back to summary |
|---|---|
| public expr getInternalType() | |
| getLineno | back to summary |
|---|---|
| public int getLineno() Overrides org.
| |
| getName | back to summary |
|---|---|
public PyObject getName()
| |
| setBody | back to summary |
|---|---|
public void setBody(PyObject body)
| |
| setCol_offset | back to summary |
|---|---|
public void setCol_offset(int num)
| |
| setExceptType | back to summary |
|---|---|
public void setExceptType(PyObject type)
| |
| setLineno | back to summary |
|---|---|
public void setLineno(int num)
| |
| setName | back to summary |
|---|---|
public void setName(PyObject name)
| |
| 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. | |