public class Parser<R,S extends StateBase<R>> extends Object
Parser(S initialState)
R
parse(TokenInput<S> input)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Parser(S initialState)
public R parse(TokenInput<S> input) throws ParseErrorException
ParseErrorException
Copyright © 2020. All rights reserved.