public abstract class XPathUnaryOpExpr extends XPathOpExpr
| Modifier and Type | Field and Description |
|---|---|
XPathExpression |
a |
| Constructor and Description |
|---|
XPathUnaryOpExpr() |
XPathUnaryOpExpr(XPathExpression a) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
void |
readExternal(DataInputStream in,
PrototypeFactory pf) |
void |
writeExternal(DataOutputStream out) |
eval, eval, hashCode, pivot, pivot, print, printParseTreepublic XPathExpression a
public XPathUnaryOpExpr()
public XPathUnaryOpExpr(XPathExpression a)
public void readExternal(DataInputStream in, PrototypeFactory pf) throws IOException, DeserializationException
IOExceptionDeserializationExceptionpublic void writeExternal(DataOutputStream out) throws IOException
IOExceptionCopyright © 2021. All rights reserved.