Class EagerAstRangeBracket

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected Object evalResult  
      protected boolean hasEvalResult  
      • 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
      EagerAstRangeBracket​(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)  
      Object getAndClearEvalResult()  
      boolean hasEvalResult()  
      • 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

      • evalResult

        protected Object evalResult
      • hasEvalResult

        protected boolean hasEvalResult
    • Constructor Detail

      • EagerAstRangeBracket

        public EagerAstRangeBracket​(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)