public class SQLRealExpr extends SQLNumericLiteralExpr implements SQLValuableExpr
attributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
SQLRealExpr() |
SQLRealExpr(float value) |
SQLRealExpr(String value) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
SQLRealExpr |
clone() |
boolean |
equals(Object o) |
List<SQLObject> |
getChildren() |
Number |
getNumber() |
Float |
getValue() |
int |
hashCode() |
void |
setNumber(Number number) |
void |
setValue(float value) |
void |
setValue(Float 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 SQLRealExpr()
public SQLRealExpr(float value)
public SQLRealExpr(String value)
public SQLRealExpr clone()
clone 在接口中 SQLLiteralExprclone 在接口中 SQLExprclone 在接口中 SQLObjectclone 在类中 SQLNumericLiteralExprpublic List<SQLObject> getChildren()
getChildren 在接口中 SQLExprgetChildren 在类中 SQLNumericLiteralExprpublic Number getNumber()
getNumber 在类中 SQLNumericLiteralExprpublic Float getValue()
getValue 在接口中 SQLValuableExprpublic void setValue(Float value)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic void setValue(float value)
public boolean equals(Object o)
equals 在类中 SQLExprImplpublic int hashCode()
hashCode 在类中 SQLExprImplpublic void setNumber(Number number)
setNumber 在类中 SQLNumericLiteralExprCopyright © 2013–2023. All rights reserved.