Class Escape
- java.lang.Object
- 
- org.openrefine.grel.PureFunction
- 
- org.openrefine.expr.functions.strings.Escape
 
 
- 
- All Implemented Interfaces:
- Serializable,- Function
 
 public class Escape extends PureFunction - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description Escape()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectcall(Object[] args)Computes the value of the function on the given argumentsStringgetDescription()StringgetParams()StringgetReturns()- 
Methods inherited from class org.openrefine.grel.PureFunctioncall
 
- 
 
- 
- 
- 
Method Detail- 
callpublic Object call(Object[] args) Description copied from class:PureFunctionComputes the value of the function on the given arguments- Specified by:
- callin class- PureFunction
- Parameters:
- args- the values of the arguments
- Returns:
- the return value of the function
 
 - 
getDescriptionpublic String getDescription() 
 - 
getParamspublic String getParams() 
 - 
getReturnspublic String getReturns() 
 
- 
 
-