Package org.openrefine.expr
-
Interface Summary Interface Description Binder Evaluable Interface for evaluable expressions in any arbitrary language.HasFields Interface for objects that have named fields, which can be retrieved using the dot notation or the bracket notation, e.g., cells.Country, cells["Type of Disaster"].HasFieldsList Interface for objects each of which is a list of HasFields objects of the same kind (e.g., list of cells).LanguageSpecificParser -
Class Summary Class Description CellTuple EvalError An error that occurs during the evaluation of an Evaluable.ExpressionUtils HasFieldsListImpl MetaParser MetaParser.LanguageInfo WrappedCell WrappedRow -
Exception Summary Exception Description ParsingException