Class ELNode.Nodes

  • Enclosing class:
    ELNode

    public static class ELNode.Nodes
    extends java.lang.Object
    An ordered list of ELNode.
    • Method Detail

      • add

        public void add​(ELNode en)
      • visit

        public void visit​(ELNode.Visitor v)
                   throws JasperException
        Visit the nodes in the list with the supplied visitor.
        Parameters:
        v - The visitor used
        Throws:
        JasperException - if an error occurs while visiting a node
      • iterator

        public java.util.Iterator<ELNode> iterator()
      • isEmpty

        public boolean isEmpty()
      • containsEL

        public boolean containsEL()
        Returns:
        true if the expression contains a ${...}
      • setMapName

        public void setMapName​(java.lang.String name)
      • getMapName

        public java.lang.String getMapName()