Package | Description |
---|---|
edu.illinois.cs.cogcomp.lbjava | |
edu.illinois.cs.cogcomp.lbjava.IR |
Modifier and Type | Method and Description |
---|---|
void |
TranslateToJava.run(StatementList l)
Runs this pass on all nodes of the indicated type.
|
void |
PrintAST.run(StatementList node)
Runs this pass on all nodes of the indicated type.
|
void |
Pass.run(StatementList node)
One of the recursive "helper" methods for
run() . |
Modifier and Type | Field and Description |
---|---|
StatementList |
SwitchGroup.statements
(¬ø) The list of statements in the group.
|
Modifier and Type | Method and Description |
---|---|
StatementList |
Block.statementList()
Returns the statement list.
|
Modifier and Type | Method and Description |
---|---|
void |
StatementList.addAll(StatementList s)
Adds all the
Statement s in another StatementList to the end of this
StatementList . |
Constructor and Description |
---|
Block(StatementList list)
Initializing constructor.
|
SwitchGroup(SwitchLabelList l,
StatementList s)
Full constructor.
|
Copyright © 2016. All rights reserved.