org.jaxen.expr

Interface UnaryExpr

All Superinterfaces:
Expr, Serializable, Visitable
Known Implementing Classes:
DefaultUnaryExpr

public interface UnaryExpr
extends Expr

Method Summary

Expr
getExpr()

Methods inherited from interface org.jaxen.expr.Expr

evaluate, getText, simplify

Methods inherited from interface org.jaxen.expr.Visitable

accept

Method Details

getExpr

public Expr getExpr()