Class TreeDecoder.LeafNode

    • Field Detail

      • symbol

        public final int symbol
    • Constructor Detail

      • LeafNode

        public LeafNode​(int symbol)
        Creates a leaf node.
        Parameters:
        symbol - the symbol for this node.