public class OpExpressionNode extends ExpressionNode
children, childrenCount, parent, type
Constructor and Description |
---|
OpExpressionNode(String op) |
Modifier and Type | Method and Description |
---|---|
void |
appendChildrenSeparator(QuotingAppendable buffer,
int childInd) |
Node |
copy() |
String |
getOp() |
append, appendChildrenEnd, appendChildrenStart, toString
public OpExpressionNode(String op)
public void appendChildrenSeparator(QuotingAppendable buffer, int childInd)
appendChildrenSeparator
in class Node
public Node copy()
copy
in class ExpressionNode
public String getOp()
Copyright © 2001–2020 Apache Cayenne. All rights reserved.