Package com.google.refine.grel.ast
Class FieldAccessorExpr
java.lang.Object
com.google.refine.grel.ast.FieldAccessorExpr
- All Implemented Interfaces:
Evaluable
An abstract syntax tree node encapsulating a field accessor,
e.g., "cell.value" is accessing the field named "value" on the
variable called "cell".
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionevaluate(Properties bindings) Evaluate this expression in the given environment (bindings).toString()
-
Field Details
-
_inner
-
_fieldName
-
-
Constructor Details
-
FieldAccessorExpr
-
-
Method Details