public interface ExpressionFactory
ExpressionFactory
is a factory of Expression objects.
Modifier and Type | Method and Description |
---|---|
Expression |
createExpression(java.lang.String text)
Creates a new expression for the given text
|
Expression createExpression(java.lang.String text) throws JellyException
JellyException
Copyright © 2012. All Rights Reserved.