NonterminalRule<E> constructor

NonterminalRule<E>(
  1. String name
)

Implementation

NonterminalRule(String name) : super(name);