Package com.arcadedb.query.sql.parser
Class FloatingPoint
- java.lang.Object
-
- com.arcadedb.query.sql.parser.SimpleNode
-
- com.arcadedb.query.sql.parser.PNumber
-
- com.arcadedb.query.sql.parser.FloatingPoint
-
-
Field Summary
Fields Modifier and Type Field Description protected int
sign
protected String
stringValue
-
Fields inherited from class com.arcadedb.query.sql.parser.SimpleNode
cachedStringForm, children, value
-
-
Constructor Summary
Constructors Constructor Description FloatingPoint(int id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatingPoint
copy()
protected Object[]
getIdentityElements()
int
getSign()
String
getStringValue()
Number
getValue()
void
setSign(int sign)
void
setStringValue(String stringValue)
void
toString(Map<String,Object> params, StringBuilder builder)
-
Methods inherited from class com.arcadedb.query.sql.parser.SimpleNode
equals, getCacheableElements, hashCode, isCacheable, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, refersToParent, toString, toString
-
-
-
-
Field Detail
-
sign
protected int sign
-
stringValue
protected String stringValue
-
-
Method Detail
-
getSign
public int getSign()
-
setSign
public void setSign(int sign)
-
getStringValue
public String getStringValue()
-
setStringValue
public void setStringValue(String stringValue)
-
toString
public void toString(Map<String,Object> params, StringBuilder builder)
-
copy
public FloatingPoint copy()
-
getIdentityElements
protected Object[] getIdentityElements()
- Overrides:
getIdentityElements
in classSimpleNode
-
-