Package com.zfabrik.util.expression
Class X.Var
java.lang.Object
com.zfabrik.util.expression.X
com.zfabrik.util.expression.X.Var
- Enclosing class:
- X
Variable of field value operator. The value of the
X.Var
operator is to
denote a variable or field name. During evaluation this name should be resolved
to a value.
In the default map context evaluation, the map value for the variable name is returned as evaluation result
- Author:
- hb
-
Constructor Details
-
Var
-
-
Method Details
-
get
-
eval
Description copied from class:X
Evaluation of the expression over a map style context that defines variable values. -
toString
-
equals
-
hashCode
public int hashCode()
-