public abstract class NestedSpecBaseOperation<Node,Result,Context> extends NestedBaseOperation<Node,Result,Context>
nestedCoercibleType
fieldDeclaration, numArgs, trace
Constructor and Description |
---|
NestedSpecBaseOperation(NestedCoercibleType<Node,Result> nestedCoercibleType,
Fields fieldDeclaration) |
NestedSpecBaseOperation(NestedCoercibleType<Node,Result> nestedCoercibleType,
int numArgs,
Fields fieldDeclaration) |
Modifier and Type | Method and Description |
---|---|
protected Node |
getArgument(OperationCall<?> operationCall) |
protected Node |
getResultNode(OperationCall<?> operationCall) |
protected abstract boolean |
isInto() |
deepCopy, getCoercibleType, getLiteralNode, getNestedPointerCompiler, getRootNode, iterable
cleanup, equals, flush, getFieldDeclaration, getNumArgs, getTrace, hashCode, isSafe, prepare, printOperationInternal, toString, toStringInternal
public NestedSpecBaseOperation(NestedCoercibleType<Node,Result> nestedCoercibleType, Fields fieldDeclaration)
public NestedSpecBaseOperation(NestedCoercibleType<Node,Result> nestedCoercibleType, int numArgs, Fields fieldDeclaration)
protected abstract boolean isInto()
protected Node getResultNode(OperationCall<?> operationCall)
protected Node getArgument(OperationCall<?> operationCall)
Copyright © 2007-2017 Cascading Maintainers. All Rights Reserved.