Class AstTuple

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

    public class AstTuple
    extends AstList
    • Field Summary

    • Constructor Summary

      Constructors 
      Constructor Description
      AstTuple​(de.odysseus.el.tree.impl.ast.AstParameters elements)  
    • 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.AstLiteral

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

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

        findAccessibleMethod, getStructuralId, getValue
    • Constructor Detail

      • AstTuple

        public AstTuple​(de.odysseus.el.tree.impl.ast.AstParameters elements)
    • Method Detail

      • eval

        public Object eval​(de.odysseus.el.tree.Bindings bindings,
                           javax.el.ELContext context)
        Overrides:
        eval in class AstList