public class SQLUnaryExpr extends SQLExprImpl implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
private SQLExpr |
expr |
private SQLUnaryOperator |
operator |
private static long |
serialVersionUID |
attributes, parent| 构造器和说明 |
|---|
SQLUnaryExpr() |
SQLUnaryExpr(SQLUnaryOperator operator,
SQLExpr expr) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
SQLUnaryExpr |
clone() |
boolean |
equals(Object obj) |
List<SQLObject> |
getChildren() |
SQLExpr |
getExpr() |
SQLUnaryOperator |
getOperator() |
int |
hashCode() |
void |
setExpr(SQLExpr expr) |
void |
setOperator(SQLUnaryOperator operator) |
computeDataTypeaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprivate static final long serialVersionUID
private SQLExpr expr
private SQLUnaryOperator operator
public SQLUnaryExpr()
public SQLUnaryExpr(SQLUnaryOperator operator, SQLExpr expr)
public SQLUnaryExpr clone()
public SQLUnaryOperator getOperator()
public void setOperator(SQLUnaryOperator operator)
public SQLExpr getExpr()
public void setExpr(SQLExpr expr)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic List<SQLObject> getChildren()
getChildren 在接口中 SQLExprgetChildren 在类中 SQLExprImplpublic int hashCode()
hashCode 在类中 SQLExprImplpublic boolean equals(Object obj)
equals 在类中 SQLExprImplCopyright © 2013–2019 Alibaba Group. All rights reserved.