Class AstNamedParameter

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

    public class AstNamedParameter
    extends de.odysseus.el.tree.impl.ast.AstLiteral
    • Constructor Summary

      Constructors 
      Constructor Description
      AstNamedParameter​(de.odysseus.el.tree.impl.ast.AstIdentifier name, de.odysseus.el.tree.impl.ast.AstNode value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void appendStructure​(StringBuilder builder, de.odysseus.el.tree.Bindings bindings)  
      Object eval​(de.odysseus.el.tree.Bindings bindings, javax.el.ELContext context)  
      • 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

      • AstNamedParameter

        public AstNamedParameter​(de.odysseus.el.tree.impl.ast.AstIdentifier name,
                                 de.odysseus.el.tree.impl.ast.AstNode value)
    • Method Detail

      • eval

        public Object eval​(de.odysseus.el.tree.Bindings bindings,
                           javax.el.ELContext context)
        Specified by:
        eval in class de.odysseus.el.tree.impl.ast.AstNode
      • appendStructure

        public void appendStructure​(StringBuilder builder,
                                    de.odysseus.el.tree.Bindings bindings)
        Specified by:
        appendStructure in class de.odysseus.el.tree.impl.ast.AstNode