public class XPathNumericLiteral extends XPathExpression
| Modifier and Type | Field and Description |
|---|---|
double |
d |
| Constructor and Description |
|---|
XPathNumericLiteral() |
XPathNumericLiteral(Double d) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsFunc(String name) |
boolean |
equals(Object o) |
Object |
eval(DataInstance model,
EvaluationContext evalContext) |
boolean |
isIdempotent()
Returns true if this expression is idempotent with respect to the current state of the form.
|
void |
readExternal(DataInputStream in,
PrototypeFactory pf) |
String |
toString() |
void |
writeExternal(DataOutputStream out) |
eval, hashCode, pivot, pivot, print, printParseTreepublic XPathNumericLiteral()
public XPathNumericLiteral(Double d)
public Object eval(DataInstance model, EvaluationContext evalContext)
eval in class XPathExpressionpublic boolean isIdempotent()
XPathExpressionisIdempotent in class XPathExpressionpublic boolean containsFunc(@NotNull
String name)
containsFunc in class XPathExpressionpublic void readExternal(DataInputStream in, PrototypeFactory pf) throws IOException, DeserializationException
IOExceptionDeserializationExceptionpublic void writeExternal(DataOutputStream out) throws IOException
IOExceptionCopyright © 2024. All rights reserved.