org.apache.commons.el
Class UnaryMinusOperator
public class UnaryMinusOperator
The implementation of the unary minus operator
Version:
- Nathan Abramson - Art Technology Group
Object | apply(Object pValue, Logger pLogger) -
Applies the operator to the given value
|
String | getOperatorSymbol() -
Returns the symbol representing the operator
|
UnaryMinusOperator
public UnaryMinusOperator()
Constructor
apply
public Object apply(Object pValue,
Logger pLogger)
throws ELException
Applies the operator to the given value
- apply in interface UnaryOperator
getOperatorSymbol
public String getOperatorSymbol()
Returns the symbol representing the operator
- getOperatorSymbol in interface UnaryOperator
Copyright (c) 2001-2002 - Apache Software Foundation