UnimplementedTerminalsException constructor

UnimplementedTerminalsException(
  1. ArrayList? symbols
)

Implementation

UnimplementedTerminalsException(ArrayList? symbols) {
  this.symbols = symbols;
}