| Package | Description |
|---|---|
| edu.illinois.cs.cogcomp.lbjava | |
| edu.illinois.cs.cogcomp.lbjava.IR |
| Modifier and Type | Method and Description |
|---|---|
void |
TranslateToJava.run(CatchList l)
Runs this pass on all nodes of the indicated type.
|
void |
PrintAST.run(CatchList node)
Runs this pass on all nodes of the indicated type.
|
void |
Pass.run(CatchList node)
One of the recursive "helper" methods for
run(). |
| Modifier and Type | Field and Description |
|---|---|
CatchList |
TryStatement.catchList
(¬ø) A list of clauses for catching exceptions, if any.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CatchList.addAll(CatchList s)
Adds all the
CatchClauses in another CatchList to the end of this
CatchList. |
| Constructor and Description |
|---|
TryStatement(Block b,
CatchList l,
Block f,
int line,
int byteOffset)
Full constructor.
|
TryStatement(Block b,
CatchList l,
int line,
int byteOffset)
Initializing constructor.
|
Copyright © 2016. All rights reserved.