public interface Expression<E>
| Modifier and Type | Method and Description |
|---|---|
E |
evaluate(org.databene.commons.Context context) |
boolean |
isConstant() |
E evaluate(org.databene.commons.Context context)
boolean isConstant()
Copyright © 2011–2014 Volker Bergmann. All rights reserved.