public interface Dispatcher
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
dispatch(Node nd,
java.util.Stack<Node> stack,
java.lang.Object... nodeOutputs)
Dispatcher function.
|
java.lang.Object dispatch(Node nd, java.util.Stack<Node> stack, java.lang.Object... nodeOutputs) throws SemanticException
nd
- operator to process.stack
- operator stack to process.nodeOutputs
- The argument list of outputs from processing other nodes that are
passed to this dispatcher from the walker.SemanticException
Copyright © 2012 The Apache Software Foundation