public class BitwiseOrExpression extends BinaryExpression<Object>
Expression that combines the results of two other numerical expressions
with a bitwise OR.symbol, term1, term2| Constructor and Description |
|---|
BitwiseOrExpression(Expression<?> term1,
Expression<?> term2) |
| Modifier and Type | Method and Description |
|---|---|
Object |
evaluate(org.databene.commons.Context context) |
String |
toString() |
getSourceExpressions, isConstantpublic BitwiseOrExpression(Expression<?> term1, Expression<?> term2)
public Object evaluate(org.databene.commons.Context context)
public String toString()
toString in class BinaryExpression<Object>Copyright © 2011–2014 Volker Bergmann. All rights reserved.