Uses of Class
org.tomlj.TokenName
-
Packages that use TokenName Package Description org.tomlj A parser for Tom's Obvious, Minimal Language (TOML). -
-
Uses of TokenName in org.tomlj
Methods in org.tomlj that return TokenName Modifier and Type Method Description static TokenName
TokenName. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TokenName[]
TokenName. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.tomlj that return types with arguments of type TokenName Modifier and Type Method Description (package private) static java.util.stream.Stream<TokenName>
TokenName. namesForToken(int tokenType)
-