Class ArrayNode


  • public class ArrayNode
    extends FSTreeNode
    TODO: add type comment for ArrayNode.
    • Field Detail

      • start

        private int start
        The start.
      • end

        private int end
        The end.
    • Constructor Detail

      • ArrayNode

        public ArrayNode​(int start,
                         int end)
        Instantiates a new array node.
        Parameters:
        start - the start
        end - the end
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • degree

        static int degree​(int i)
        Degree.
        Parameters:
        i - the i
        Returns:
        the int
      • getEnd

        public int getEnd()
        Gets the end.
        Returns:
        int
      • getStart

        public int getStart()
        Gets the start.
        Returns:
        int