public class SQLDecimalExpr extends SQLNumericLiteralExpr implements SQLValuableExpr, Comparable<SQLDecimalExpr>
| 限定符和类型 | 字段和说明 |
|---|---|
static SQLDataType |
DATA_TYPE |
private String |
literal |
private BigDecimal |
value |
attributes, parent| 构造器和说明 |
|---|
SQLDecimalExpr() |
SQLDecimalExpr(BigDecimal value) |
SQLDecimalExpr(String value) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
SQLDecimalExpr |
clone() |
int |
compareTo(SQLDecimalExpr o) |
boolean |
equals(Object obj) |
List<SQLObject> |
getChildren() |
String |
getLiteral() |
Number |
getNumber() |
BigDecimal |
getValue() |
int |
hashCode() |
void |
setNumber(Number number) |
void |
setValue(BigDecimal value) |
computeDataTypeaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringcomputeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic static final SQLDataType DATA_TYPE
private BigDecimal value
private transient String literal
public SQLDecimalExpr()
public SQLDecimalExpr(BigDecimal value)
public SQLDecimalExpr(String value)
public String getLiteral()
public SQLDecimalExpr clone()
clone 在接口中 SQLLiteralExprclone 在接口中 SQLExprclone 在接口中 SQLObjectclone 在类中 SQLNumericLiteralExprpublic List<SQLObject> getChildren()
getChildren 在接口中 SQLExprgetChildren 在类中 SQLNumericLiteralExprpublic Number getNumber()
getNumber 在类中 SQLNumericLiteralExprpublic BigDecimal getValue()
getValue 在接口中 SQLValuableExprpublic void setValue(BigDecimal value)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic int hashCode()
hashCode 在类中 SQLExprImplpublic boolean equals(Object obj)
equals 在类中 SQLExprImplpublic void setNumber(Number number)
setNumber 在类中 SQLNumericLiteralExprpublic int compareTo(SQLDecimalExpr o)
compareTo 在接口中 Comparable<SQLDecimalExpr>Copyright © 2013–2019 Alibaba Group. All rights reserved.