public abstract class TwoOperator extends AbstractOperator
Constructor and Description |
---|
TwoOperator() |
Modifier and Type | Method and Description |
---|---|
int |
getParameterCount() |
protected UnsupportedOperationException |
getUnsupportedOperationException(Object left,
Object right) |
Object |
operation(Object... parameter) |
protected abstract Object |
operation(Object left,
Object right) |
isType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getOperation
public int getParameterCount()
public Object operation(Object... parameter) throws TemplateException
TemplateException
protected UnsupportedOperationException getUnsupportedOperationException(Object left, Object right)
Copyright © 2006–2018 TinyGroup. All rights reserved.