Uses of Class
io.vertigo.commons.peg.PegNoMatchFoundException
-
Packages that use PegNoMatchFoundException Package Description io.vertigo.commons.peg -
-
Uses of PegNoMatchFoundException in io.vertigo.commons.peg
Methods in io.vertigo.commons.peg that return types with arguments of type PegNoMatchFoundException Modifier and Type Method Description Optional<PegNoMatchFoundException>PegResult. getBestUncompleteRule()Methods in io.vertigo.commons.peg that throw PegNoMatchFoundException Modifier and Type Method Description PegResult<R>AbstractRule. parse(String text, int start)Parser produces an objectdefault PegResult<R>PegRule. parse(String text)PegResult<R>PegRule. parse(String text, int start)Parser produces an objectPegResult<String>PegWordRule. parse(String text, int start)Parser produces an objectConstructors in io.vertigo.commons.peg with parameters of type PegNoMatchFoundException Constructor Description PegNoMatchFoundException(String s, int index, PegNoMatchFoundException rootException, String comment, Serializable... commentValues)Constructor.
-