public class UnaryMinusExpression<E> extends UnaryExpression<E>
symbol, term| Constructor and Description |
|---|
UnaryMinusExpression(Expression<?> term) |
UnaryMinusExpression(String symbol,
Expression<?> term) |
| Modifier and Type | Method and Description |
|---|---|
E |
evaluate(org.databene.commons.Context context) |
getSourceExpressions, isConstant, toStringpublic UnaryMinusExpression(Expression<?> term)
public UnaryMinusExpression(String symbol, Expression<?> term)
public E evaluate(org.databene.commons.Context context)
Copyright © 2011–2014 Volker Bergmann. All rights reserved.