public class SQLCastExpr extends SQLExprImpl implements SQLObjectWithDataType, SQLReplaceable
| 限定符和类型 | 字段和说明 |
|---|---|
protected SQLDataType |
dataType |
protected SQLExpr |
expr |
attributes, parent| 构造器和说明 |
|---|
SQLCastExpr() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
SQLCastExpr |
clone() |
SQLDataType |
computeDataType() |
boolean |
equals(Object obj) |
List |
getChildren() |
SQLDataType |
getDataType() |
SQLExpr |
getExpr() |
int |
hashCode() |
boolean |
replace(SQLExpr expr,
SQLExpr target) |
void |
setDataType(SQLDataType dataType) |
void |
setExpr(SQLExpr expr) |
accept, 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, setParentprotected SQLExpr expr
protected SQLDataType dataType
public SQLExpr getExpr()
public void setExpr(SQLExpr expr)
public SQLDataType getDataType()
getDataType 在接口中 SQLObjectWithDataTypepublic void setDataType(SQLDataType dataType)
setDataType 在接口中 SQLObjectWithDataTypeprotected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic boolean replace(SQLExpr expr, SQLExpr target)
replace 在接口中 SQLReplaceablepublic List getChildren()
getChildren 在接口中 SQLExprgetChildren 在类中 SQLExprImplpublic int hashCode()
hashCode 在类中 SQLExprImplpublic boolean equals(Object obj)
equals 在类中 SQLExprImplpublic SQLDataType computeDataType()
computeDataType 在接口中 SQLExprcomputeDataType 在类中 SQLExprImplpublic SQLCastExpr clone()
Copyright © 2013–2019 Alibaba Group. All rights reserved.