public abstract class SingleOperator extends AbstractOperator
Constructor and Description |
---|
SingleOperator() |
Modifier and Type | Method and Description |
---|---|
int |
getParameterCount() |
protected UnsupportedOperationException |
getUnsupportedOperationException(Object object) |
Object |
operation(Object... parameter) |
protected abstract Object |
operation(Object var) |
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 abstract Object operation(Object var) throws TemplateException
TemplateException
protected UnsupportedOperationException getUnsupportedOperationException(Object object)
Copyright © 2006–2018 TinyGroup. All rights reserved.