org.jaxen.expr
Interface UnaryExpr

All Superinterfaces:
Expr, Serializable, Visitable

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()


Copyright © 2001-2003 Codehaus. All Rights Reserved.