Uses of Interface
org.openrefine.grel.Control
-
Packages that use Control Package Description org.openrefine.grel org.openrefine.grel.ast org.openrefine.grel.controls -
-
Uses of Control in org.openrefine.grel
Methods in org.openrefine.grel that return Control Modifier and Type Method Description static Control
ControlFunctionRegistry. getControl(String name)
Methods in org.openrefine.grel that return types with arguments of type Control Modifier and Type Method Description static Map<String,Control>
ControlFunctionRegistry. getControlMap()
static Set<Map.Entry<String,Control>>
ControlFunctionRegistry. getControlMapping()
Methods in org.openrefine.grel with parameters of type Control Modifier and Type Method Description static String
ControlFunctionRegistry. getControlName(Control f)
static void
ControlFunctionRegistry. registerControl(String name, Control c)
-
Uses of Control in org.openrefine.grel.ast
Fields in org.openrefine.grel.ast declared as Control Modifier and Type Field Description protected Control
ControlCallExpr. _control
Constructors in org.openrefine.grel.ast with parameters of type Control Constructor Description ControlCallExpr(GrelExpr[] args, Control c)
-
Uses of Control in org.openrefine.grel.controls
Classes in org.openrefine.grel.controls that implement Control Modifier and Type Class Description class
Filter
class
ForEach
class
ForEachIndex
class
ForNonBlank
class
ForRange
class
If
class
IsBlank
class
IsEmptyString
class
IsError
class
IsNonBlank
class
IsNotNull
class
IsNull
class
IsNumeric
class
With
-