- All Implemented Interfaces:
- de.odysseus.el.tree.TreeBuilder, Serializable
public class ExtendedSyntaxBuilder
extends de.odysseus.el.tree.impl.Builder
Syntax extensions for the expression language library
- pipe '|' postfix unary operator for applying filters to expressions - positive '+' prefix unary operator for absolute value of numeric - 'is' postfix operator for creating a boolean expression with an expression test function - named
function args support (still requires precise order, but accepts syntax of fn(foo=bar, a=b)
- See Also:
- Serialized Form