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, toStringpublic OpExpressionNode(String op)
public void appendChildrenSeparator(QuotingAppendable buffer, int childInd)
appendChildrenSeparator in class Nodepublic Node copy()
copy in class ExpressionNodepublic String getOp()
Copyright © 2001–2021 Apache Cayenne. All rights reserved.