public class XPathEqExpr extends XPathBinaryOpExpr
| Modifier and Type | Field and Description |
|---|---|
boolean |
equal |
a, b| Constructor and Description |
|---|
XPathEqExpr()
Deserialization constructor
|
XPathEqExpr(boolean equal,
XPathExpression a,
XPathExpression b) |
| 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) |
pivot, toStringeval, hashCode, pivot, print, printParseTreepublic XPathEqExpr()
public XPathEqExpr(boolean equal,
XPathExpression a,
XPathExpression b)
public Object eval(DataInstance model, EvaluationContext evalContext)
eval in class XPathExpressionpublic boolean equals(Object o)
equals in class XPathBinaryOpExprpublic void readExternal(DataInputStream in, PrototypeFactory pf) throws IOException, DeserializationException
readExternal in interface ExternalizablereadExternal in class XPathBinaryOpExprIOExceptionDeserializationExceptionpublic void writeExternal(DataOutputStream out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class XPathBinaryOpExprIOExceptionCopyright © 2022. All rights reserved.