Expr
, java.io.Serializable
public interface UnaryExpr extends Expr
-78
.
This is production 27 in the
XPath 1.0 specification:
[27] UnaryExpr ::= UnionExpr | '-' UnaryExpr
Modifier and Type | Method | Description |
---|---|---|
Expr |
getExpr() |
Returns the expression following the minus sign.
|
Expr getExpr()
Copyright © 2001–2018 Codehaus. All rights reserved.