com.ebmwebsourcing.easyviper.core.api.engine.expression
Interface Expression<C,E>
- All Known Subinterfaces:
- ConditionalExpression<C>, DateExpression<C>, LongExpression<C>, StringExpression<C>, Variable<T>
public interface Expression<C,E>
- Author:
- Nicolas Salatge - eBM WebSourcing
getContent
C getContent()
setContent
void setContent(C content)
evaluate
E evaluate(Scope scope)
throws CoreException
- Throws:
CoreException
copypaste
Expression<C,E> copypaste()
Copyright © 2012 Petals Link. All Rights Reserved.