Terminal<E> constructor

Terminal<E>(
  1. String name
)

Implementation

Terminal(String name) : super(name);