Package | Description |
---|---|
edu.illinois.cs.cogcomp.lbjava | |
edu.illinois.cs.cogcomp.lbjava.IR |
Modifier and Type | Method and Description |
---|---|
void |
PrintAST.run(SwitchBlock node)
Runs this pass on all nodes of the indicated type.
|
void |
Pass.run(SwitchBlock node)
One of the recursive "helper" methods for
run() . |
Modifier and Type | Field and Description |
---|---|
SwitchBlock |
SwitchStatement.block
(¬ø) The various code blocks that are executed depending on the expression's
value.
|
Constructor and Description |
---|
SwitchStatement(Expression e,
SwitchBlock b,
int line,
int byteOffset)
Full constructor.
|
Copyright © 2016. All rights reserved.