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) |
isTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOperationpublic int getParameterCount()
public Object operation(Object... parameter) throws TemplateException
TemplateExceptionprotected abstract Object operation(Object var) throws TemplateException
TemplateExceptionprotected UnsupportedOperationException getUnsupportedOperationException(Object object)
Copyright © 2006–2018 TinyGroup. All rights reserved.