public static final class Operator.Binary extends Operator
Operator.Binary, Operator.Ternary, Operator.UnaryBETWEEN, GREATER_OR_EQUAL, GREATER_THAN, IN, IS_EQUAL, IS_NOT_NULL, IS_NULL, LESS_OR_EQUAL, LESS_THAN, LIKE, NOT_ANY_OF, NOT_EQUAL, NOT_IN| Modifier and Type | Method and Description |
|---|---|
boolean |
isBinary()
Indicates if the operator is binary, i.e.
|
boolean |
isTernary()
Indicates if the operator is ternary, i.e.
|
boolean |
isUnary()
Indicates if the operator is unary, i.e.
|
public boolean isUnary()
Operatorpublic boolean isBinary()
OperatorCopyright © 2016 Eclipse Stardust. All Rights Reserved.