public class BooleanOr extends BinaryExpr
Modifier | Constructor and Description |
---|---|
protected |
BooleanOr(Expression leftOperand,
Expression rightOperand) |
Modifier and Type | Method and Description |
---|---|
Object |
evaluate()
Compute the value of this expression.
|
left, left, op, op, right, right
coerceToTarget, defaultType, rep, rep, toSignedTarget, toUnsigned, toUnsignedTarget, type, type, value, value
protected BooleanOr(Expression leftOperand, Expression rightOperand)
public Object evaluate() throws EvaluationException
Expression
evaluate
in class Expression
EvaluationException
Copyright © 2021 JBoss by Red Hat. All rights reserved.