class BindVariableAndExpression extends AndExpression
Constructor and Description |
---|
BindVariableAndExpression(BindVariableExpression var,
Exp exp)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
acceptVisit, getExpression1, getExpression2
public BindVariableAndExpression(BindVariableExpression var, Exp exp)
protected boolean eval(Object candidate, Object orig, StoreContext ctx, Object[] params)
Exp
eval
in class AndExpression
protected boolean eval(Collection candidates, StoreContext ctx, Object[] params)
Exp
eval
in class AndExpression
Copyright © 2006–2015 Apache Software Foundation. All rights reserved.