public class OrOperator extends Object implements de.odysseus.el.tree.impl.ast.AstBinary.Operator
Modifier and Type | Field and Description |
---|---|
static OrOperator |
OP |
Constructor and Description |
---|
OrOperator() |
Modifier and Type | Method and Description |
---|---|
Object |
eval(de.odysseus.el.tree.Bindings bindings,
javax.el.ELContext context,
de.odysseus.el.tree.impl.ast.AstNode left,
de.odysseus.el.tree.impl.ast.AstNode right) |
public static final OrOperator OP
public Object eval(de.odysseus.el.tree.Bindings bindings, javax.el.ELContext context, de.odysseus.el.tree.impl.ast.AstNode left, de.odysseus.el.tree.impl.ast.AstNode right)
eval
in interface de.odysseus.el.tree.impl.ast.AstBinary.Operator
Copyright © 2014. All Rights Reserved.