Class AstRangeBracket

  • All Implemented Interfaces:
    de.odysseus.el.tree.ExpressionNode, de.odysseus.el.tree.Node
    Direct Known Subclasses:
    EagerAstRangeBracket

    public class AstRangeBracket
    extends de.odysseus.el.tree.impl.ast.AstBracket
    • Constructor Summary

      Constructors 
      Constructor Description
      AstRangeBracket​(de.odysseus.el.tree.impl.ast.AstNode base, de.odysseus.el.tree.impl.ast.AstNode rangeStart, de.odysseus.el.tree.impl.ast.AstNode rangeMax, boolean lvalue, boolean strict, boolean ignoreReturnType)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object eval​(de.odysseus.el.tree.Bindings bindings, javax.el.ELContext context)  
      java.lang.String toString()  
      • Methods inherited from class de.odysseus.el.tree.impl.ast.AstBracket

        appendStructure, getCardinality, getChild
      • Methods inherited from class de.odysseus.el.tree.impl.ast.AstProperty

        getMethodInfo, getType, getValueReference, invoke, isLeftValue, isLiteralText, isMethodInvocation, isReadOnly, setValue
      • Methods inherited from class de.odysseus.el.tree.impl.ast.AstNode

        getStructuralId, getValue
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AstRangeBracket

        public AstRangeBracket​(de.odysseus.el.tree.impl.ast.AstNode base,
                               de.odysseus.el.tree.impl.ast.AstNode rangeStart,
                               de.odysseus.el.tree.impl.ast.AstNode rangeMax,
                               boolean lvalue,
                               boolean strict,
                               boolean ignoreReturnType)
    • Method Detail

      • eval

        public java.lang.Object eval​(de.odysseus.el.tree.Bindings bindings,
                                     javax.el.ELContext context)
        Overrides:
        eval in class de.odysseus.el.tree.impl.ast.AstProperty
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class de.odysseus.el.tree.impl.ast.AstBracket