29303132333435
public abstract class ParsingDecoder extends Decoder implements ActionHandler, SkipHandler { protected final SkipParser parser; public ParsingDecoder(Symbol root) throws IOException { this.parser = new SkipParser(root, this, this); }
public abstract class ParsingDecoder extends Decoder implements ActionHandler, SkipHandler { protected final SkipParser parser; protected ParsingDecoder(Symbol root) throws IOException { this.parser = new SkipParser(root, this, this); }