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