private abstract static class BitwiseOperators.AbstractLogicalOperator extends java.lang.Object implements Operator
Modifier | Constructor and Description |
---|---|
private |
AbstractLogicalOperator() |
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
applyForBoolean(boolean bool1,
boolean bool2) |
protected abstract int |
applyforInteger(int int1,
int int2) |
void |
execute(ExecutionContext context)
Executes the operator.
|
public void execute(ExecutionContext context)
Operator
protected abstract boolean applyForBoolean(boolean bool1, boolean bool2)
protected abstract int applyforInteger(int int1, int int2)