Uses of Class
org.jparsec.IntOrder
-
Packages that use IntOrder Package Description org.jparsec Provides core Parser implementations for parser combinator logic. -
-
Uses of IntOrder in org.jparsec
Fields in org.jparsec declared as IntOrder Modifier and Type Field Description private IntOrder
BestParser. order
Methods in org.jparsec that return IntOrder Modifier and Type Method Description static IntOrder
IntOrder. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IntOrder[]
IntOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jparsec with parameters of type IntOrder Constructor Description BestParser(Parser<? extends T>[] parsers, IntOrder order)
-