Class AstTuple

java.lang.Object
de.odysseus.el.tree.impl.ast.AstNode
de.odysseus.el.tree.impl.ast.AstRightValue
de.odysseus.el.tree.impl.ast.AstLiteral
com.hubspot.jinjava.el.ext.AstList
com.hubspot.jinjava.el.ext.AstTuple
All Implemented Interfaces:
de.odysseus.el.tree.ExpressionNode, de.odysseus.el.tree.Node
Direct Known Subclasses:
EagerAstTuple

public class AstTuple extends AstList
  • Constructor Summary

    Constructors
    Constructor
    Description
    AstTuple(de.odysseus.el.tree.impl.ast.AstParameters elements)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    eval(de.odysseus.el.tree.Bindings bindings, javax.el.ELContext context)
     
     

    Methods inherited from class com.hubspot.jinjava.el.ext.AstList

    appendStructure

    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

    getStructuralId, getValue

    Methods inherited from class java.lang.Object

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

    • AstTuple

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

    • eval

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

      public String toString()
      Overrides:
      toString in class AstList