public class LogicalNotOperation extends Operation
| Constructor and Description |
|---|
LogicalNotOperation(Expression expression) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
evaluate() |
Expression[] |
getChildren() |
java.lang.String |
getDescription() |
int |
getOperandCount() |
int |
getPriority() |
public LogicalNotOperation(Expression expression)
public java.lang.Object evaluate()
public Expression[] getChildren()
public int getPriority()
public java.lang.String getDescription()
public int getOperandCount()
getOperandCount in class Operation