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
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected de.odysseus.el.tree.impl.ast.AstNode rangeMax  
      • Fields inherited from class de.odysseus.el.tree.impl.ast.AstBracket

        property
      • Fields inherited from class de.odysseus.el.tree.impl.ast.AstProperty

        ignoreReturnType, lvalue, prefix, strict
    • 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
      Object eval​(de.odysseus.el.tree.Bindings bindings, javax.el.ELContext context)  
      String toString()  
      • Methods inherited from class de.odysseus.el.tree.impl.ast.AstBracket

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

        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 Detail

      • rangeMax

        protected final de.odysseus.el.tree.impl.ast.AstNode rangeMax
    • 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 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 String toString()
        Overrides:
        toString in class de.odysseus.el.tree.impl.ast.AstBracket