Class JuelConnector.ExtendedAstBracket
- java.lang.Object
-
- de.odysseus.el.tree.impl.ast.AstNode
-
- de.odysseus.el.tree.impl.ast.AstProperty
-
- de.odysseus.el.tree.impl.ast.AstBracket
-
- org.apache.ofbiz.base.util.string.JuelConnector.ExtendedAstBracket
-
- All Implemented Interfaces:
de.odysseus.el.tree.ExpressionNode
,de.odysseus.el.tree.Node
- Enclosing class:
- JuelConnector
public static class JuelConnector.ExtendedAstBracket extends de.odysseus.el.tree.impl.ast.AstBracket
CustomAstBracket
class that implementsList
orMap
auto-vivify.
-
-
Constructor Summary
Constructors Constructor Description ExtendedAstBracket(de.odysseus.el.tree.impl.ast.AstNode base, de.odysseus.el.tree.impl.ast.AstNode property, boolean lvalue, boolean strict)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setValue(de.odysseus.el.tree.Bindings bindings, javax.el.ELContext context, java.lang.Object value)
-
Methods inherited from class de.odysseus.el.tree.impl.ast.AstBracket
appendStructure, getCardinality, getChild, getProperty, toString
-
Methods inherited from class de.odysseus.el.tree.impl.ast.AstProperty
eval, findMethod, getMethodInfo, getPrefix, getType, getValueReference, invoke, isLeftValue, isLiteralText, isMethodInvocation, isReadOnly
-
-
-
-
Method Detail
-
setValue
public void setValue(de.odysseus.el.tree.Bindings bindings, javax.el.ELContext context, java.lang.Object value) throws javax.el.ELException
- Specified by:
setValue
in interfacede.odysseus.el.tree.ExpressionNode
- Overrides:
setValue
in classde.odysseus.el.tree.impl.ast.AstProperty
- Throws:
javax.el.ELException
-
-