org.jaxen.expr
public class DefaultFunctionCallExpr extends DefaultExpr implements FunctionCallExpr
Deprecated: this class will become non-public in the future; use the interface instead
Field Summary | |
---|---|
String | functionName |
List | parameters |
String | prefix |
static long | serialVersionUID |
Constructor Summary | |
---|---|
DefaultFunctionCallExpr(String prefix, String functionName) |
Method Summary | |
---|---|
void | addParameter(Expr parameter) |
Object | evaluate(Context context) |
List | evaluateParams(Context context) |
String | getFunctionName() |
List | getParameters() |
String | getPrefix() |
String | getText() |
Expr | simplify() |
String | toString() |