public class NestedBaseOperation<Node,Result,Context> extends BaseOperation<Context>
Modifier and Type | Field and Description |
---|---|
protected NestedCoercibleType<Node,Result> |
nestedCoercibleType |
fieldDeclaration, numArgs, trace
Constructor and Description |
---|
NestedBaseOperation(NestedCoercibleType<Node,Result> nestedCoercibleType) |
NestedBaseOperation(NestedCoercibleType<Node,Result> nestedCoercibleType,
Fields fieldDeclaration) |
NestedBaseOperation(NestedCoercibleType<Node,Result> nestedCoercibleType,
int numArgs,
Fields fieldDeclaration) |
Modifier and Type | Method and Description |
---|---|
protected Node |
deepCopy(Node node) |
protected CoercibleType<Node> |
getCoercibleType() |
protected Node |
getLiteralNode(java.lang.Object value) |
protected heretical.pointer.path.NestedPointerCompiler<Node,Result> |
getNestedPointerCompiler() |
protected Node |
getRootNode() |
protected java.lang.Iterable<Node> |
iterable(Result node) |
cleanup, equals, flush, getFieldDeclaration, getNumArgs, getTrace, hashCode, isSafe, prepare, printOperationInternal, toString, toStringInternal
protected final NestedCoercibleType<Node,Result> nestedCoercibleType
public NestedBaseOperation(NestedCoercibleType<Node,Result> nestedCoercibleType)
public NestedBaseOperation(NestedCoercibleType<Node,Result> nestedCoercibleType, Fields fieldDeclaration)
public NestedBaseOperation(NestedCoercibleType<Node,Result> nestedCoercibleType, int numArgs, Fields fieldDeclaration)
protected heretical.pointer.path.NestedPointerCompiler<Node,Result> getNestedPointerCompiler()
protected CoercibleType<Node> getCoercibleType()
protected Node getRootNode()
protected Node getLiteralNode(java.lang.Object value)
Copyright © 2007-2017 Cascading Maintainers. All Rights Reserved.