public class FromParentFunction extends FunctionBase
Constructor and Description |
---|
FromParentFunction() |
Modifier and Type | Method and Description |
---|---|
Property |
eval(Property[] args,
PropertyInfo pInfo)
Evaluate the function
|
int |
nbArgs() |
boolean |
padArgsWithPropertyName() |
getPercentBase
public int nbArgs()
public boolean padArgsWithPropertyName()
padArgsWithPropertyName
in interface Function
padArgsWithPropertyName
in class FunctionBase
public Property eval(Property[] args, PropertyInfo pInfo) throws PropertyException
Function
args
- array of arguments, which should either be empty, or the
first of which should contain an NCName corresponding to property namepInfo
- PropertyInfo object to be evaluatedPropertyException
- if the arguments are incorrectCopyright 1999-2010 The Apache Software Foundation. All Rights Reserved.