Uses of Enum Class
ca.phon.ipa.parser.IPATokenType
Packages that use IPATokenType
-
Uses of IPATokenType in ca.phon.ipa.parser
Subclasses with type arguments of type IPATokenType in ca.phon.ipa.parserModifier and TypeClassDescriptionenumEvery IPA glyph must have an associated token type.Methods in ca.phon.ipa.parser that return IPATokenTypeModifier and TypeMethodDescriptionstatic IPATokenTypeIPATokenType.fromString(String name) Return ipa token type from given string.static IPATokenTypeIPATokenType.fromXMLType(ca.phon.ipa.parser.TokenType type) IPATokens.getTokenType(Character c) Return the token type for the given character.static IPATokenTypeReturns the enum constant of this class with the specified name.static IPATokenType[]IPATokenType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.phon.ipa.parser with parameters of type IPATokenTypeModifier and TypeMethodDescriptionIPATokens.getCharactersForType(IPATokenType type) Get the characters with the given token type.intIPATokens.getTypeValue(IPATokenType type) Return the integer value for the given token type.