org.jaxen.expr

Interface FunctionCallExpr

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

public interface FunctionCallExpr
extends Expr

Method Summary

void
addParameter(Expr parameter)
String
getFunctionName()
List
getParameters()
String
getPrefix()

Methods inherited from interface org.jaxen.expr.Expr

evaluate, getText, simplify

Methods inherited from interface org.jaxen.expr.Visitable

accept

Method Details

addParameter

public void addParameter(Expr parameter)

getFunctionName

public String getFunctionName()

getParameters

public List getParameters()

getPrefix

public String getPrefix()