Interface ZestContainer

    • Method Detail

      • getLast

        ZestStatement getLast()
        Gets the last.
        Returns:
        the last
      • getStatement

        ZestStatement getStatement​(int index)
        Gets the statement.
        Parameters:
        index - the index
        Returns:
        the statement
      • getIndex

        int getIndex​(ZestStatement child)
        Gets the index.
        Parameters:
        child - the child
        Returns:
        the index
      • move

        void move​(int index,
                  ZestStatement stmt)
        Move.
        Parameters:
        index - the index
        stmt - the stmt
      • getChildBefore

        ZestStatement getChildBefore​(ZestStatement child)
        Gets the child before.
        Parameters:
        child - the child
        Returns:
        the child before
      • getChildren

        List<ZestStatement> getChildren()
        Returns all of the containers immediate children
        Returns:
        the children
      • getVariableNames

        Set<String> getVariableNames()
        Returns all of the variable names defined by this staement and its children.
        Returns:
        the tokens