Uses of Enum
org.jparsec.Parser.Mode
Packages that use Parser.Mode
-
Uses of Parser.Mode in org.jparsec
Methods in org.jparsec that return Parser.ModeModifier and TypeMethodDescriptionstatic Parser.Mode
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.ModeModifier and TypeMethodDescriptionfinal T
Parser.parse
(CharSequence source, Parser.Mode mode) Parsessource
under the givenmode
.