TokenParser<R> constructor

TokenParser<R>(
  1. Parser<R> delegate
)

Implementation

TokenParser(super.delegate);