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, getVariableValues
public BindValueVariableExpression(BoundVariable var, Val val)
var
- the bound variableval
- the value the variable is bound toprotected Collection getCollection(Object values)
BindVariableExpression
eval
'ing the value of this expression. Simply casts
the object to a collection by default.getCollection
in class BindVariableExpression
Copyright © 2006–2013 Apache Software Foundation. All rights reserved.