java.io.Serializable, InfixOperatorpublic class LesserOperator extends AbstractCompareOperator
| Constructor | Description |
|---|---|
LesserOperator() |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getLevel() |
|
boolean |
isAssociative() |
Defines, whether the operation is associative.
|
boolean |
isLeftOperation() |
Defines the bind-direction of the operator.
|
java.lang.String |
toString() |
returns the string representation of this operator.
|
evaluatepublic int getLevel()
public boolean isLeftOperation()
InfixOperatorpublic boolean isAssociative()
public java.lang.String toString()
toString in class java.lang.Object