Class AstDot

All Implemented Interfaces:
ExpressionNode, Node

public class AstDot extends AstProperty
  • Field Details

    • property

      protected final String property
  • Constructor Details

    • AstDot

      public AstDot(AstNode base, String property, boolean lvalue)
  • Method Details

    • getProperty

      protected String getProperty(Bindings bindings, jakarta.el.ELContext context) throws jakarta.el.ELException
      Specified by:
      getProperty in class AstProperty
      Throws:
      jakarta.el.ELException
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • appendStructure

      public void appendStructure(StringBuilder b, Bindings bindings)
      Specified by:
      appendStructure in class AstNode
    • getCardinality

      public int getCardinality()
      Description copied from interface: Node
      Get the node's number of children.