class ContainsExpression extends Exp
| Constructor and Description |
|---|
ContainsExpression(Val val1,
Val val2)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
acceptVisit(ExpressionVisitor visitor)
Accept a visit from a tree visitor.
|
protected boolean |
eval(Collection candidates,
StoreContext ctx,
Object[] params)
Evaluate the expression for the given group.
|
protected boolean |
eval(Object candidate,
Object orig,
StoreContext ctx,
Object[] params)
Evaluate the expression for the given context candidate and original
candidate.
|
protected Collection |
getCollection(Object obj)
Return the container collection for the given value.
|
protected boolean eval(Object candidate, Object orig, StoreContext ctx, Object[] params)
Expprotected boolean eval(Collection candidates, StoreContext ctx, Object[] params)
Expprotected Collection getCollection(Object obj)
public void acceptVisit(ExpressionVisitor visitor)
ExpressionacceptVisit in interface ExpressionacceptVisit in class ExpCopyright © 2006–2013 Apache Software Foundation. All rights reserved.