Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface UnaryExpr
extends Expr
-78
.
This is production 27 in the
XPath 1.0 specification:
[27] UnaryExpr ::= UnionExpr | '-' UnaryExpr
public Expr getExpr()
Returns the expression following the minus sign.
- Returns:
- the expression following the minus sign