Class: Rley::SPPF::LeafNode

Inherits:
SPPFNode show all
Defined in:
lib/rley/sppf/leaf_node.rb

Overview

Abstract class. The generalization for nodes that don't have child node.

Direct Known Subclasses

EpsilonNode, TokenNode

Instance Attribute Summary

Attributes inherited from SPPFNode

#range

Method Summary

Methods inherited from SPPFNode

#initialize, #origin

Constructor Details

This class inherits a constructor from Rley::SPPF::SPPFNode