public class BNodeGenerator extends QueryModelNodeBase implements ValueExpr
Constructor and Description |
---|
BNodeGenerator() |
BNodeGenerator(ValueExpr nodeIdExpr) |
Modifier and Type | Method and Description |
---|---|
BNodeGenerator |
clone()
Returns a (deep) clone of this query model node.
|
boolean |
equals(Object other)
Returns true if this query model node and its children are
recursively equal to o and its children.
|
ValueExpr |
getNodeIdExpr() |
int |
hashCode() |
void |
setNodeIdExpr(ValueExpr nodeIdExpr) |
<X extends Exception> |
visit(QueryModelVisitor<X> visitor)
Visits this node.
|
getParentNode, getSignature, nullEquals, replaceChildNode, replaceNodeInList, replaceWith, setParentNode, toString, visitChildren
finalize, getClass, notify, notifyAll, wait, wait, wait
getParentNode, getSignature, replaceChildNode, replaceWith, setParentNode, toString, visitChildren
public BNodeGenerator()
public BNodeGenerator(ValueExpr nodeIdExpr)
public ValueExpr getNodeIdExpr()
public void setNodeIdExpr(ValueExpr nodeIdExpr)
public <X extends Exception> void visit(QueryModelVisitor<X> visitor) throws X extends Exception
QueryModelNode
visit
in interface QueryModelNode
X extends Exception
public boolean equals(Object other)
QueryModelNode
equals
in interface QueryModelNode
equals
in class Object
public BNodeGenerator clone()
QueryModelNode
clone
in interface QueryModelNode
clone
in interface ValueExpr
clone
in class QueryModelNodeBase
Copyright © 2001-2016 Aduna. All Rights Reserved.