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