Package com.google.refine.grel.ast
Class VariableExpr
java.lang.Object
com.google.refine.grel.ast.VariableExpr
- All Implemented Interfaces:
Evaluable
An abstract syntax tree node encapsulating the retrieval of a variable's content.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
_name
-
-
Constructor Details
-
VariableExpr
-
-
Method Details
-
evaluate
Description copied from interface:EvaluableEvaluate this expression in the given environment (bindings). -
toString
-
getName
-
equals
-
hashCode
public int hashCode()
-