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