SettableParser<R> constructor

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

Implementation

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