Uses of Enum Class
de.pauleff.formats.snbt.SNBTTokenizer.TokenType
Packages that use SNBTTokenizer.TokenType
-
Uses of SNBTTokenizer.TokenType in de.pauleff.formats.snbt
Subclasses with type arguments of type SNBTTokenizer.TokenType in de.pauleff.formats.snbtModifier and TypeClassDescriptionstatic enumEnumeration of all token types recognized by the SNBT tokenizer.Methods in de.pauleff.formats.snbt that return SNBTTokenizer.TokenTypeModifier and TypeMethodDescriptionSNBTTokenizer.Token.getType()Returns the type of this token.static SNBTTokenizer.TokenTypeReturns the enum constant of this class with the specified name.static SNBTTokenizer.TokenType[]SNBTTokenizer.TokenType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in de.pauleff.formats.snbt with parameters of type SNBTTokenizer.TokenTypeModifierConstructorDescriptionToken(SNBTTokenizer.TokenType type, String value, int position) Creates a new token.