Package | Description |
---|---|
edu.illinois.cs.cogcomp.lbjava |
Modifier and Type | Method and Description |
---|---|
void |
SemanticAnalysis.run(CompositeGenerator cg)
Runs this pass on all nodes of the indicated type.
|
void |
TranslateToJava.run(CompositeGenerator cg)
Generates code for all nodes of the indicated type.
|
void |
RevisionAnalysis.run(CompositeGenerator cg)
Runs this pass on all nodes of the indicated type.
|
void |
PrintAST.run(CompositeGenerator node)
Runs this pass on all nodes of the indicated type.
|
void |
Pass.run(CompositeGenerator node)
One of the recursive "helper" methods for
run() . |
void |
Clean.run(CompositeGenerator cg)
Runs this pass on all nodes of the indicated type.
|
void |
ClassifierCSE.run(CompositeGenerator cg)
Runs this pass on all nodes of the indicated type.
|
Copyright © 2016. All rights reserved.