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
public final class AstBracket
- extends AstProperty
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AstBracket
public AstBracket(AstNode base,
AstNode property,
boolean lvalue,
boolean strict)
getProperty
protected java.lang.Object getProperty(Bindings bindings,
ELContext context)
throws ELException
- Specified by:
getProperty
in class AstProperty
- Throws:
ELException
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
appendStructure
public void appendStructure(java.lang.StringBuilder b,
Bindings bindings)
- Specified by:
appendStructure
in class AstNode
getCardinality
public int getCardinality()
- Description copied from interface:
Node
- Get the node's number of children.
getChild
public AstNode getChild(int i)
- Description copied from interface:
Node
- Get i'th child
- Specified by:
getChild
in interface Node
- Overrides:
getChild
in class AstProperty