public class LesserOperator extends AbstractCompareOperator
| Constructor and Description |
|---|
LesserOperator() |
| Modifier and Type | Method and 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