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