Package de.odysseus.el.tree.impl.ast
Class AstBracket
java.lang.Object
de.odysseus.el.tree.impl.ast.AstNode
de.odysseus.el.tree.impl.ast.AstProperty
de.odysseus.el.tree.impl.ast.AstBracket
- All Implemented Interfaces:
ExpressionNode
,Node
-
Field Summary
FieldsFields inherited from class de.odysseus.el.tree.impl.ast.AstProperty
ignoreReturnType, lvalue, prefix, strict
-
Constructor Summary
ConstructorsConstructorDescriptionAstBracket
(AstNode base, AstNode property, boolean lvalue, boolean strict) AstBracket
(AstNode base, AstNode property, boolean lvalue, boolean strict, boolean ignoreReturnType) -
Method Summary
Modifier and TypeMethodDescriptionvoid
appendStructure
(StringBuilder b, Bindings bindings) int
Get the node's number of children.getChild
(int i) Get i'th childprotected Object
getProperty
(Bindings bindings, javax.el.ELContext context) toString()
Methods inherited from class de.odysseus.el.tree.impl.ast.AstProperty
eval, findMethod, getMethodInfo, getPrefix, getType, getValueReference, invoke, isLeftValue, isLiteralText, isMethodInvocation, isReadOnly, setValue
Methods inherited from class de.odysseus.el.tree.impl.ast.AstNode
findAccessibleMethod, getStructuralId, getValue
-
Field Details
-
property
-
-
Constructor Details
-
AstBracket
-
AstBracket
-
-
Method Details
-
getProperty
protected Object getProperty(Bindings bindings, javax.el.ELContext context) throws javax.el.ELException - Specified by:
getProperty
in classAstProperty
- Throws:
javax.el.ELException
-
toString
-
appendStructure
- Specified by:
appendStructure
in classAstNode
-
getCardinality
public int getCardinality()Description copied from interface:Node
Get the node's number of children. -
getChild
Description copied from interface:Node
Get i'th child- Specified by:
getChild
in interfaceNode
- Overrides:
getChild
in classAstProperty
-