class AndExpression extends Exp
Constructor and Description |
---|
AndExpression(Exp exp1,
Exp exp2)
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.
|
Exp |
getExpression1() |
Exp |
getExpression2() |
public Exp getExpression1()
public Exp getExpression2()
protected boolean eval(Object candidate, Object orig, StoreContext ctx, Object[] params)
Exp
protected boolean eval(Collection candidates, StoreContext ctx, Object[] params)
Exp
public void acceptVisit(ExpressionVisitor visitor)
Expression
acceptVisit
in interface Expression
acceptVisit
in class Exp
Copyright © 2006–2015 Apache Software Foundation. All rights reserved.