Uses of Class
org.jparsec.Parser.Mode
-
Packages that use Parser.Mode Package Description org.jparsec Provides core Parser implementations for parser combinator logic. -
-
Uses of Parser.Mode in org.jparsec
Methods in org.jparsec that return Parser.Mode Modifier and Type Method Description static Parser.Mode
Parser.Mode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Parser.Mode[]
Parser.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jparsec with parameters of type Parser.Mode Modifier and Type Method Description T
Parser. parse(java.lang.CharSequence source, Parser.Mode mode)
Parsessource
under the givenmode
.
-