ConstantParser<R, S> constructor
ConstantParser<R, S> (
- Parser<
R> delegate, - S value
Implementation
ConstantParser(super.delegate, this.value);
ConstantParser(super.delegate, this.value);