Package | Description |
---|---|
edu.illinois.cs.cogcomp.lbjava | |
edu.illinois.cs.cogcomp.lbjava.IR |
Modifier and Type | Method and Description |
---|---|
void |
PrintAST.run(ClassifierExpressionList node)
Runs this pass on all nodes of the indicated type.
|
void |
Pass.run(ClassifierExpressionList node)
One of the recursive "helper" methods for
run() . |
Modifier and Type | Field and Description |
---|---|
ClassifierExpressionList |
CompositeGenerator.components
(¬ø) The list of classifiers composing this classifier.
|
Modifier and Type | Method and Description |
---|---|
void |
ClassifierExpressionList.addAll(ClassifierExpressionList e)
Adds all the
ClassifierExpression s in another
ClassifierExpressionList to the end of this
ClassifierExpressionList . |
Constructor and Description |
---|
CompositeGenerator(ClassifierExpressionList c)
Full constructor.
|
Copyright © 2016. All rights reserved.