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