Class OFloatingPoint
java.lang.Object
com.orientechnologies.orient.core.sql.parser.SimpleNode
com.orientechnologies.orient.core.sql.parser.ONumber
com.orientechnologies.orient.core.sql.parser.OFloatingPoint
- All Implemented Interfaces:
Node
-
Field Summary
FieldsFields inherited from class com.orientechnologies.orient.core.sql.parser.SimpleNode
children, firstToken, id, lastToken, PARAMETER_PLACEHOLDER, parent, parser, value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()voiddeserialize(OResult fromResult) booleanintgetSign()getValue()inthashCode()voidsetSign(int sign) voidsetStringValue(String stringValue) voidtoString(Map<Object, Object> params, StringBuilder builder) Methods inherited from class com.orientechnologies.orient.core.sql.parser.ONumber
toGenericStatementMethods inherited from class com.orientechnologies.orient.core.sql.parser.SimpleNode
dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toGenericStatement, toString, toString
-
Field Details
-
sign
protected int sign -
stringValue
-
-
Constructor Details
-
OFloatingPoint
public OFloatingPoint(int id) -
OFloatingPoint
-
-
Method Details
-
getValue
-
getSign
public int getSign() -
setSign
public void setSign(int sign) -
getStringValue
-
setStringValue
-
toString
-
copy
-
equals
-
hashCode
public int hashCode() -
serialize
-
deserialize
- Overrides:
deserializein classONumber
-