public class SerializeFilter.Serializer extends Object implements SemanticDispatcher
| Modifier and Type | Class and Description |
|---|---|
class |
SerializeFilter.Serializer.DefaultRule |
| Constructor and Description |
|---|
Serializer(PhysicalContext pctx) |
| Modifier and Type | Method and Description |
|---|---|
Object |
dispatch(Node nd,
Stack<Node> stack,
Object... nodeOutputs)
Dispatcher function.
|
public Serializer(PhysicalContext pctx)
public Object dispatch(Node nd, Stack<Node> stack, Object... nodeOutputs) throws SemanticException
SemanticDispatcherdispatch in interface Dispatcherdispatch in interface SemanticDispatchernd - 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.SemanticExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.