Package | Description |
---|---|
edu.illinois.cs.cogcomp.lbjava | |
edu.illinois.cs.cogcomp.lbjava.IR |
Modifier and Type | Method and Description |
---|---|
void |
SemanticAnalysis.run(ConstraintDeclaration c)
Runs this pass on all nodes of the indicated type.
|
void |
TranslateToJava.run(ConstraintDeclaration cd)
Generates code for all nodes of the indicated type.
|
void |
Train.run(ConstraintDeclaration cd)
Runs this pass on all nodes of the indicated type.
|
void |
RevisionAnalysis.run(ConstraintDeclaration cd)
Runs this pass on all nodes of the indicated type.
|
void |
PrintAST.run(ConstraintDeclaration node)
Runs this pass on all nodes of the indicated type.
|
void |
Pass.run(ConstraintDeclaration node)
One of the recursive "helper" methods for
run() . |
void |
Clean.run(ConstraintDeclaration c)
Runs this pass on all nodes of the indicated type.
|
void |
ClassifierCSE.run(ConstraintDeclaration c)
Runs this pass on all nodes of the indicated type.
|
Modifier and Type | Field and Description |
---|---|
ConstraintDeclaration |
InferenceDeclaration.constraint
(¬ø) The constraint that must be respected during optimization.
|
Constructor and Description |
---|
InferenceDeclaration(String com,
int line,
int byteOffset,
Name n,
Argument h,
InferenceDeclaration.HeadFinder[] f,
InferenceDeclaration.NormalizerDeclaration[] d,
ConstraintDeclaration con,
InstanceCreationExpression a)
Full constructor.
|
Copyright © 2016. All rights reserved.