|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoscript.compiler.CompiledNodeEvaluatorFactory
A front end for the compiler, making it match the NodeEvaluatorFactory
interface
Constructor Summary | |
CompiledNodeEvaluatorFactory()
|
Method Summary | |
NodeEvaluator |
createNodeEvaluator(java.lang.String name,
Node node)
Given a Node , generate a NodeEvaluator . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CompiledNodeEvaluatorFactory()
Method Detail |
public NodeEvaluator createNodeEvaluator(java.lang.String name, Node node)
Node
, generate a NodeEvaluator
.
createNodeEvaluator
in interface NodeEvaluatorFactory
name
- name of node to process, for debuggingnode
- the node
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |