Interface ProductionFactory<ELEMENT,​TOKEN>

    • Method Detail

      • createForAlternativeChildren

        ELEMENT createForAlternativeChildren​(boolean many,
                                             boolean optional,
                                             java.lang.Iterable<ELEMENT> children)
      • createForSequentialChildren

        ELEMENT createForSequentialChildren​(boolean many,
                                            boolean optional,
                                            java.lang.Iterable<ELEMENT> children)
      • createForToken

        ELEMENT createForToken​(boolean many,
                               boolean optional,
                               TOKEN token)
      • createForUnordertedChildren

        ELEMENT createForUnordertedChildren​(boolean many,
                                            boolean optional,
                                            java.lang.Iterable<ELEMENT> children)