Package | Description |
---|---|
edu.illinois.cs.cogcomp.lbjava | |
edu.illinois.cs.cogcomp.lbjava.IR |
Modifier and Type | Method and Description |
---|---|
void |
SemanticAnalysis.run(InferenceDeclaration.HeadFinder h)
Runs this pass on all nodes of the indicated type.
|
void |
TranslateToJava.run(InferenceDeclaration.HeadFinder h)
Runs this pass on all nodes of the indicated type.
|
void |
PrintAST.run(InferenceDeclaration.HeadFinder node)
Runs this pass on all nodes of the indicated type.
|
void |
Pass.run(InferenceDeclaration.HeadFinder node)
One of the recursive "helper" methods for
run() . |
Modifier and Type | Field and Description |
---|---|
InferenceDeclaration.HeadFinder[] |
InferenceDeclaration.headFinders
(¬ø) The methods used to find the head object given objects of different types.
|
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.
|
InferenceType(Type h,
InferenceDeclaration.HeadFinder[] f)
Initializing constructor.
|
Copyright © 2016. All rights reserved.