Package | Description |
---|---|
edu.illinois.cs.cogcomp.lbjava | |
edu.illinois.cs.cogcomp.lbjava.IR |
Modifier and Type | Method and Description |
---|---|
void |
SemanticAnalysis.run(WhileStatement s)
Runs this pass on all nodes of the indicated type.
|
void |
TranslateToJava.run(WhileStatement s)
Runs this pass on all nodes of the indicated type.
|
void |
PrintAST.run(WhileStatement node)
Runs this pass on all nodes of the indicated type.
|
void |
Pass.run(WhileStatement node)
One of the recursive "helper" methods for
run() . |
Modifier and Type | Class and Description |
---|---|
class |
DoStatement
Represents a while loop.
|
Copyright © 2016. All rights reserved.