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

Method Summary
 Expression<C,E> copypaste()
           
 E evaluate(Scope scope)
           
 C getContent()
           
 void setContent(C content)
           
 

Method Detail

getContent

C getContent()

setContent

void setContent(C content)

evaluate

E evaluate(Scope scope)
           throws CoreException
Throws:
CoreException

copypaste

Expression<C,E> copypaste()


Copyright © 2009-2010 eBM WebSourcing. All Rights Reserved.