public abstract class UnaryOperator extends Object
This is the superclass for all unary operators
| Constructor and Description |
|---|
UnaryOperator()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
apply(Object pValue,
Object pContext,
Logger pLogger)
Applies the operator to the given value
|
abstract String |
getOperatorSymbol()
Returns the symbol representing the operator
|
public abstract String getOperatorSymbol()
public abstract Object apply(Object pValue, Object pContext, Logger pLogger) throws ELException
ELExceptionCopyright © 2017–2019 Eclipse Foundation. All rights reserved.