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, hashCode
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
computeDataType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public abstract Number getNumber()
public abstract void setNumber(Number number)
public abstract SQLNumericLiteralExpr clone()
clone
in interface SQLLiteralExpr
clone
in interface SQLExpr
clone
in interface SQLObject
clone
in class SQLExprImpl
public List getChildren()
getChildren
in interface SQLExpr
Copyright © 2013–2017 Alibaba Group. All rights reserved.