public class PrintOpTreeProcessor extends java.lang.Object implements NodeProcessor
| Constructor and Description |
|---|
PrintOpTreeProcessor() |
PrintOpTreeProcessor(java.io.PrintStream o) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
process(Node nd,
java.util.Stack<Node> stack,
NodeProcessorCtx ctx,
java.lang.Object... nodeOutputs)
Generic process for all ops that don't have specific implementations.
|
public PrintOpTreeProcessor()
public PrintOpTreeProcessor(java.io.PrintStream o)
public java.lang.Object process(Node nd, java.util.Stack<Node> stack, NodeProcessorCtx ctx, java.lang.Object... nodeOutputs) throws SemanticException
NodeProcessorprocess in interface NodeProcessornd - operator to processctx - operator processor contextnodeOutputs - A variable argument list of outputs from other nodes in the walkSemanticExceptionCopyright © 2012 The Apache Software Foundation