public abstract class SQLNumericLiteralExpr extends SQLExprImpl implements SQLLiteralExpr
| Constructor and Description |
|---|
SQLNumericLiteralExpr() |
| Modifier and Type | Method and Description |
|---|---|
abstract SQLNumericLiteralExpr |
clone() |
List |
getChildren() |
abstract Number |
getNumber() |
abstract void |
setNumber(Number number) |
computeDataType, equals, hashCodeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringcomputeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic abstract Number getNumber()
public abstract void setNumber(Number number)
public abstract SQLNumericLiteralExpr clone()
clone in interface SQLLiteralExprclone in interface SQLExprclone in interface SQLObjectclone in class SQLExprImplpublic List getChildren()
getChildren in interface SQLExprgetChildren in class SQLExprImplCopyright © 2013–2018 Alibaba Group. All rights reserved.