public class XPathBoolExpr extends XPathBinaryOpExpr
| Modifier and Type | Field and Description |
|---|---|
static int |
AND |
int |
op |
static int |
OR |
a, b| Constructor and Description |
|---|
XPathBoolExpr() |
XPathBoolExpr(int op,
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 static final int AND
public static final int OR
public int op
public XPathBoolExpr()
public XPathBoolExpr(int op,
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 © 2023. All rights reserved.