Uses of Class
io.vertigo.commons.peg.PegWordRule.Mode
-
Packages that use PegWordRule.Mode Package Description io.vertigo.commons.peg -
-
Uses of PegWordRule.Mode in io.vertigo.commons.peg
Methods in io.vertigo.commons.peg that return PegWordRule.Mode Modifier and Type Method Description static PegWordRule.Mode
PegWordRule.Mode. valueOf(String name)
Returns the enum constant of this type with the specified name.static PegWordRule.Mode[]
PegWordRule.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertigo.commons.peg with parameters of type PegWordRule.Mode Modifier and Type Method Description static PegRule<String>
PegRules. word(boolean emptyAccepted, String checkedChars, PegWordRule.Mode mode, String readableExpression)
-