Package nlScript.ebnf

Class Join

All Implemented Interfaces:
Generatable, RepresentsSymbol

public class Join extends Rule
  • Constructor Details

  • Method Details

    • getOpen

      public Named<?> getOpen()
    • getClose

      public Named<?> getClose()
    • getDelimiter

      public Named<?> getDelimiter()
    • getEntry

      public Named<?> getEntry()
    • getCardinality

      public Range getCardinality()
    • setCardinality

      public void setCardinality(Range cardinality)
    • setOnlyKeepEntries

      public void setOnlyKeepEntries(boolean onlyKeepEntries)
    • createBNF

      public void createBNF(BNF g)
      Specified by:
      createBNF in class Rule
    • getDefaultGenerator

      public Generator getDefaultGenerator()
      Specified by:
      getDefaultGenerator in class Rule