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