Class WTreeRoot


  • public class WTreeRoot
    extends AWTreeNode
    The root node of the tree, located at the top of the tree. This represent a single Hop that have a result that is used on subsequent operations.
    • Constructor Detail

      • WTreeRoot

        public WTreeRoot​(Hop root)
    • Method Detail

      • getRoot

        public Hop getRoot()
        Get the Root hop instruction, that is producing a result used in the rest of the tree.
        Returns:
        The root hop
      • isDecompressing

        public boolean isDecompressing()
      • setDecompressing

        public void setDecompressing()