public class XPathNumNegExpr extends XPathUnaryOpExpr
a| Constructor and Description |
|---|
XPathNumNegExpr() |
XPathNumNegExpr(XPathExpression a) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Object |
eval(DataInstance model,
EvaluationContext evalContext) |
void |
readExternal(DataInputStream in,
PrototypeFactory pf) |
String |
toString() |
void |
writeExternal(DataOutputStream out) |
containsFunc, isIdempotenteval, hashCode, pivot, pivot, print, printParseTreepublic XPathNumNegExpr()
public XPathNumNegExpr(XPathExpression a)
public Object eval(DataInstance model, EvaluationContext evalContext)
eval in class XPathExpressionpublic boolean equals(Object o)
equals in class XPathUnaryOpExprpublic void readExternal(DataInputStream in, PrototypeFactory pf) throws IOException, DeserializationException
readExternal in interface ExternalizablereadExternal in class XPathUnaryOpExprIOExceptionDeserializationExceptionpublic void writeExternal(DataOutputStream out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class XPathUnaryOpExprIOExceptionCopyright © 2024. All rights reserved.