Class ProductionList


  • public class ProductionList
    extends Object
    A list of the productions of a rule
    Author:
    bratseth
    • Constructor Detail

      • ProductionList

        public ProductionList()
    • Method Detail

      • addProduction

        public void addProduction​(Production term)
      • productionList

        public List<Production> productionList()
        Returns an unmodifiable view of the productions in this
      • getTermCount

        public int getTermCount()