| Package | Description |
|---|---|
| edu.illinois.cs.cogcomp.lbjava | |
| edu.illinois.cs.cogcomp.lbjava.IR |
| Modifier and Type | Method and Description |
|---|---|
void |
TranslateToJava.run(SwitchGroupList l)
Runs this pass on all nodes of the indicated type.
|
void |
PrintAST.run(SwitchGroupList node)
Runs this pass on all nodes of the indicated type.
|
void |
Pass.run(SwitchGroupList node)
One of the recursive "helper" methods for
run(). |
| Modifier and Type | Field and Description |
|---|---|
SwitchGroupList |
SwitchBlock.groups
(¬ø) The list of labeled blocks of statements, if any.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SwitchGroupList.addAll(SwitchGroupList s)
Adds all the
SwitchGroups in another SwitchGroupList to the end of
this SwitchGroupList. |
| Constructor and Description |
|---|
SwitchBlock(SwitchGroupList g)
Initializing constructor.
|
SwitchBlock(SwitchGroupList g,
SwitchLabelList l)
Initializing constructor.
|
SwitchBlock(SwitchGroupList g,
SwitchLabelList l,
int line,
int byteOffset)
Full constructor.
|
Copyright © 2016. All rights reserved.