| Access | Constructor and Description |
|---|---|
| public |
| Modifier and Type | Method and Description |
|---|---|
| public <R> R | |
| public int | |
| public int | |
| public String | toString()
Overrides org. Returns a string representation of the object. |
| public String | |
| public void |
| ErrorMod | back to summary |
|---|---|
| public ErrorMod(PythonTree tree) | |
| accept | back to summary |
|---|---|
| public <R> R accept(VisitorIF<R> visitor) Overrides org. | |
| getCol_offset | back to summary |
|---|---|
| public int getCol_offset() Overrides org. | |
| getLineno | back to summary |
|---|---|
| public int getLineno() Overrides org. | |
| 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<R> visitor) throws Exception Overrides org. | |