class BindVariableAndExpression extends AndExpression
Constructor and Description |
---|
BindVariableAndExpression(BindVariableExpression var,
Exp exp)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
eval(java.util.Collection candidates,
StoreContext ctx,
java.lang.Object[] params)
Evaluate the expression for the given group.
|
protected boolean |
eval(java.lang.Object candidate,
java.lang.Object orig,
StoreContext ctx,
java.lang.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(java.lang.Object candidate, java.lang.Object orig, StoreContext ctx, java.lang.Object[] params)
Exp
eval
in class AndExpression
protected boolean eval(java.util.Collection candidates, StoreContext ctx, java.lang.Object[] params)
Exp
eval
in class AndExpression
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.