public class LesserEqualOperator extends AbstractCompareOperator
| Constructor and Description |
|---|
LesserEqualOperator() |
| 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() |
evaluatepublic int getLevel()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean isLeftOperation()
InfixOperatorpublic boolean isAssociative()