public interface TupleExpr extends QueryModelNode
Modifier and Type | Method and Description |
---|---|
TupleExpr |
clone()
Returns a (deep) clone of this query model node.
|
Set<String> |
getAssuredBindingNames()
Gets the names of the bindings that are guaranteed to be present in the results produced by this tuple
expression.
|
Set<String> |
getBindingNames()
Gets the names of the bindings that are, or can be, returned by this tuple expression when it is evaluated.
|
equals, getParentNode, getSignature, replaceChildNode, replaceWith, setParentNode, toString, visit, visitChildren
Set<String> getBindingNames()
Set<String> getAssuredBindingNames()
TupleExpr clone()
QueryModelNode
clone
in interface QueryModelNode
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.