public class SQLDoubleExpr extends SQLNumericLiteralExpr implements SQLValuableExpr, Comparable<SQLDoubleExpr>
| 限定符和类型 | 字段和说明 |
|---|---|
static SQLDataType |
DATA_TYPE |
attributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
SQLDoubleExpr() |
SQLDoubleExpr(double value) |
SQLDoubleExpr(String value) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
SQLDoubleExpr |
clone() |
int |
compareTo(SQLDoubleExpr o) |
boolean |
equals(Object o) |
List<SQLObject> |
getChildren() |
Double |
getNumber() |
Double |
getValue() |
int |
hashCode() |
void |
setNumber(Number number) |
void |
setValue(double value) |
computeDataTypeaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringcomputeDataType, getHintaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic static final SQLDataType DATA_TYPE
public SQLDoubleExpr()
public SQLDoubleExpr(String value)
public SQLDoubleExpr(double value)
public SQLDoubleExpr clone()
clone 在接口中 SQLLiteralExprclone 在接口中 SQLExprclone 在接口中 SQLObjectclone 在类中 SQLNumericLiteralExprpublic List<SQLObject> getChildren()
getChildren 在接口中 SQLExprgetChildren 在类中 SQLNumericLiteralExprpublic Double getNumber()
getNumber 在类中 SQLNumericLiteralExprpublic Double getValue()
getValue 在接口中 SQLValuableExprpublic void setValue(double value)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic boolean equals(Object o)
equals 在类中 SQLExprImplpublic int hashCode()
hashCode 在类中 SQLExprImplpublic void setNumber(Number number)
setNumber 在类中 SQLNumericLiteralExprpublic int compareTo(SQLDoubleExpr o)
compareTo 在接口中 Comparable<SQLDoubleExpr>Copyright © 2013–2023. All rights reserved.