oscript.compiler
Class CompiledNodeEvaluatorFactory

java.lang.Object
  extended byoscript.compiler.CompiledNodeEvaluatorFactory
All Implemented Interfaces:
NodeEvaluatorFactory

public class CompiledNodeEvaluatorFactory
extends java.lang.Object
implements NodeEvaluatorFactory

A front end for the compiler, making it match the NodeEvaluatorFactory interface

Author:
Rob Clark (rob@ti.com)

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

CompiledNodeEvaluatorFactory

public CompiledNodeEvaluatorFactory()
Method Detail

createNodeEvaluator

public NodeEvaluator createNodeEvaluator(java.lang.String name,
                                         Node node)
Given a Node, generate a NodeEvaluator.

Specified by:
createNodeEvaluator in interface NodeEvaluatorFactory
Parameters:
name - name of node to process, for debugging
node - the node
Returns:
the node-evaluator