java.io.Serializable
, InfixOperator
public 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() |
evaluate
public int getLevel()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean isLeftOperation()
InfixOperator
public boolean isAssociative()