class BindValueVariableExpression extends BindVariableExpression
BindVariableExpression for map value collections.| Constructor and Description |
|---|
BindValueVariableExpression(BoundVariable var,
Val val)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected Collection |
getCollection(Object values)
Return a collection for the given object, produced by
eval'ing the value of this expression. |
acceptVisit, eval, eval, getVariable, getVariableValuespublic BindValueVariableExpression(BoundVariable var, Val val)
var - the bound variableval - the value the variable is bound toprotected Collection getCollection(Object values)
BindVariableExpressioneval'ing the value of this expression. Simply casts
the object to a collection by default.getCollection in class BindVariableExpressionCopyright © 2006–2013 Apache Software Foundation. All rights reserved.