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 ControlControlFunctionRegistry. 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 StringControlFunctionRegistry. getControlName(Control f)static voidControlFunctionRegistry. 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 ControlControlCallExpr. _controlConstructors 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 classFilterclassForEachclassForEachIndexclassForNonBlankclassForRangeclassIfclassIsBlankclassIsEmptyStringclassIsErrorclassIsNonBlankclassIsNotNullclassIsNullclassIsNumericclassWith
-