public class GreaterThanOrEqualToExpression extends BinaryOperatorExpression<Boolean>
leftHandOperand, rightHandOperandalias, javaType| Constructor and Description |
|---|
GreaterThanOrEqualToExpression(VExpression<?> a,
VExpression<?> b) |
| Modifier and Type | Method and Description |
|---|---|
<X> X |
accept(ExpressionVisitor<X> visitor) |
getLeftHandOperand, getRightHandOperandasgetAlias, getCompoundSelectionItems, getJavaType, in, in, in, in, isCompoundSelection, isNotNull, isNullaliasclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitin, in, in, in, isNotNull, isNullpublic GreaterThanOrEqualToExpression(VExpression<?> a, VExpression<?> b)
public <X> X accept(ExpressionVisitor<X> visitor)
Copyright © 2017. All rights reserved.