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