java.io.Serializable, InfixOperatorpublic class PowerOperator extends AbstractNumericOperator
| Constructor | Description |
|---|---|
PowerOperator() |
| 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() |
evaluatepublic int getLevel()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean isLeftOperation()
InfixOperatorpublic boolean isAssociative()