Nonterminal<E> constructor

Nonterminal<E>(
  1. String name
)

Implementation

Nonterminal(String name) : super(name);