org.jaxen.expr
Interface UnaryExpr

All Superinterfaces:
Expr, java.io.Serializable, Visitable
All 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 Detail

getExpr

public Expr getExpr()