- ValuedToken<T> - Class in io.ous.jtoml.impl
-
Created with IntelliJ IDEA.
- valueOf(String) - Static method in enum io.ous.jtoml.impl.SymbolToken
-
Returns the enum constant of this type with the specified name.
- valueOf(char) - Static method in enum io.ous.jtoml.impl.SymbolToken
-
returns the SymbolToken for the symbol c if exists, otherwise throws an IllegalArgumentException
- valueOf(String) - Static method in enum io.ous.jtoml.impl.Token.TokenType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.ous.jtoml.impl.SymbolToken
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.ous.jtoml.impl.Token.TokenType
-
Returns an array containing the constants of this enum type, in
the order they are declared.