Modifier and Type | Field and Description |
---|---|
protected int |
sign |
protected String |
stringValue |
children, firstToken, id, lastToken, parent, parser, value
Constructor and Description |
---|
OFloatingPoint(int id) |
OFloatingPoint(OrientSql p,
int id) |
Modifier and Type | Method and Description |
---|---|
OFloatingPoint |
copy() |
void |
deserialize(OResult fromResult) |
boolean |
equals(Object o) |
int |
getSign() |
String |
getStringValue() |
Number |
getValue() |
int |
hashCode() |
OResult |
serialize() |
void |
setSign(int sign) |
void |
setStringValue(String stringValue) |
void |
toString(Map<Object,Object> params,
StringBuilder builder) |
childrenAccept, dump, getDatabase, jjtAccept, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toString, toString
protected int sign
protected String stringValue
public OFloatingPoint(int id)
public OFloatingPoint(OrientSql p, int id)
public int getSign()
public void setSign(int sign)
public String getStringValue()
public void setStringValue(String stringValue)
public void toString(Map<Object,Object> params, StringBuilder builder)
public OFloatingPoint copy()
public void deserialize(OResult fromResult)
deserialize
in class ONumber
Copyright © 2009–2020 OrientDB. All rights reserved.