Package | Description |
---|---|
edu.illinois.cs.cogcomp.lbjava | |
edu.illinois.cs.cogcomp.lbjava.IR |
Modifier and Type | Method and Description |
---|---|
void |
TranslateToJava.run(CatchClause c)
Runs this pass on all nodes of the indicated type.
|
void |
PrintAST.run(CatchClause node)
Runs this pass on all nodes of the indicated type.
|
void |
Pass.run(CatchClause node)
One of the recursive "helper" methods for
run() . |
Modifier and Type | Method and Description |
---|---|
CatchClause |
CatchList.CatchListIterator.nextItem()
Returns the next AST node in the list.
|
CatchClause |
CatchList.CatchListIterator.previousItem()
Returns the previous element in the list.
|
CatchClause[] |
CatchList.toArray()
Transforms the list into an array of statements.
|
Modifier and Type | Method and Description |
---|---|
void |
CatchList.add(CatchClause s)
Adds another
CatchClause to the end of the list. |
Constructor and Description |
---|
CatchList(CatchClause s)
Initializing constructor.
|
Copyright © 2016. All rights reserved.