TokenParser<R> constructor

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

Implementation

TokenParser(Parser<R> delegate) : super(delegate);