|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.databene.script.expression.UnaryExpression<java.lang.Object>
org.databene.benerator.engine.expression.ScriptableLiteral
public class ScriptableLiteral
Expression that evaluates a text as a literal; if it encounters a script expression
(like {settings.base}) it evaluates the script and parses its result.
Created at 23.07.2009 14:34:42
LiteralParser
Field Summary |
---|
Fields inherited from class org.databene.script.expression.UnaryExpression |
---|
symbol, term |
Constructor Summary | |
---|---|
ScriptableLiteral(java.lang.String textOrScript)
|
Method Summary | |
---|---|
java.lang.Object |
evaluate(org.databene.commons.Context context)
|
Methods inherited from class org.databene.script.expression.UnaryExpression |
---|
getSourceExpressions, isConstant, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ScriptableLiteral(java.lang.String textOrScript)
Method Detail |
---|
public java.lang.Object evaluate(org.databene.commons.Context context)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |