public class OracleBinaryFloatExpr extends SQLNumericLiteralExpr implements OracleExpr
Constructor and Description |
---|
OracleBinaryFloatExpr() |
OracleBinaryFloatExpr(Float value) |
Modifier and Type | Method and Description |
---|---|
void |
accept0(OracleASTVisitor visitor) |
boolean |
equals(Object obj) |
Number |
getNumber() |
Float |
getValue() |
int |
hashCode() |
void |
setNumber(Number number) |
void |
setValue(Float value) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public OracleBinaryFloatExpr()
public OracleBinaryFloatExpr(Float value)
public Number getNumber()
getNumber
in class SQLNumericLiteralExpr
public Float getValue()
public void setValue(Float value)
public void accept0(OracleASTVisitor visitor)
accept0
in interface OracleSQLObject
public int hashCode()
hashCode
in class SQLExprImpl
public boolean equals(Object obj)
equals
in class SQLExprImpl
public void setNumber(Number number)
setNumber
in class SQLNumericLiteralExpr
Copyright © 2013–2017 Alibaba Group. All rights reserved.