public class FunctionEvaluator extends Object implements ConfigurationEvaluator
| Constructor and Description |
|---|
FunctionEvaluator() |
| Modifier and Type | Method and Description |
|---|---|
TreeNode |
evaluate(TreeNode rootNode,
TreeNode valueNode) |
FunctionEvaluator |
fork() |
void |
initialize(Coffig coffig) |
void |
invalidate() |
boolean |
isDirty() |
void |
registerFunction(String name,
Method method,
Object instance) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitname, watcherspublic void initialize(Coffig coffig)
initialize in interface ConfigurationComponentpublic void invalidate()
invalidate in interface ConfigurationComponentpublic boolean isDirty()
isDirty in interface ConfigurationComponentpublic FunctionEvaluator fork()
fork in interface ConfigurationComponentpublic TreeNode evaluate(TreeNode rootNode, TreeNode valueNode)
evaluate in interface ConfigurationEvaluatorCopyright © 2013-2018–2019 SeedStack. All rights reserved.