Uses of Class
de.odysseus.el.tree.impl.ast.AstEval
-
Packages that use AstEval Package Description de.odysseus.el.tree.impl -
-
Uses of AstEval in de.odysseus.el.tree.impl
Methods in de.odysseus.el.tree.impl that return AstEval Modifier and Type Method Description protected AstEval
Parser. eval()
eval := dynamic | deferredprotected AstEval
Parser. eval(boolean required, boolean deferred)
dynmamic := <START_EVAL_DYNAMIC> expr <END_EVAL> deferred := <START_EVAL_DEFERRED> expr <END_EVAL>
-