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.ModeReturns 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 TParser.parse(CharSequence source, Parser.Mode mode) Parsessourceunder the givenmode.