public final class BasicExpressionListAnalyzer extends AbstractGenericListAnalyzer<ExpressionList,GenericExpressionList,Expression,ExpressionAnalyzer> implements ExpressionListAnalyzer
Constructor and Description |
---|
BasicExpressionListAnalyzer() |
Modifier and Type | Method and Description |
---|---|
ExpressionList |
analyze() |
Factory |
getFactory() |
void |
setFactory(Factory factory)
When a factory creates an instance of a class implementing this interface
this method is called to register the factory that created the instance.
|
analyze
public Factory getFactory()
getFactory
in class AbstractGenericListAnalyzer<ExpressionList,GenericExpressionList,Expression,ExpressionAnalyzer>
public void setFactory(Factory factory)
FactoryManaged
setFactory
in interface FactoryManaged
factory
- the factory that manages the instance.public ExpressionList analyze() throws AnalysisException
analyze
in interface Analyzer<ExpressionList>
AnalysisException
Copyright © 2013 Verhas and Verhas Software Craftsmen. All Rights Reserved.