Package org.javarosa.xpath.expr
Class XPathNumericLiteral
java.lang.Object
org.javarosa.xpath.expr.XPathExpression
org.javarosa.xpath.expr.XPathNumericLiteral
- All Implemented Interfaces:
Serializable,Externalizable
public class XPathNumericLiteral extends XPathExpression
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description doubled -
Constructor Summary
Constructors Constructor Description XPathNumericLiteral()XPathNumericLiteral(Double d) -
Method Summary
Modifier and Type Method Description booleanequals(Object o)Objecteval(DataInstance model, EvaluationContext evalContext)voidreadExternal(DataInputStream in, PrototypeFactory pf)StringtoString()voidwriteExternal(DataOutputStream out)Methods inherited from class org.javarosa.xpath.expr.XPathExpression
eval, hashCode, pivot, pivot, print, printParseTree
-
Field Details
-
d
public double d
-
-
Constructor Details
-
XPathNumericLiteral
public XPathNumericLiteral() -
XPathNumericLiteral
-
-
Method Details
-
eval
- Specified by:
evalin classXPathExpression
-
toString
-
equals
-
readExternal
public void readExternal(DataInputStream in, PrototypeFactory pf) throws IOException, DeserializationException- Throws:
IOExceptionDeserializationException
-
writeExternal
- Throws:
IOException
-