Uses of Enum Class
ca.phon.ipa.parser.IPATokenType
-
Uses of IPATokenType in ca.phon.ipa.parser
Modifier and TypeMethodDescriptionstatic IPATokenType
IPATokenType.fromString
(String name) Return ipa token type from given string.static IPATokenType
IPATokenType.fromXMLType
(TokenType type) IPATokens.getTokenType
(Character c) Return the token type for the given character.static IPATokenType
Returns 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.Modifier and TypeMethodDescriptionIPATokens.getCharactersForType
(IPATokenType type) Get the characters with the given token type.int
IPATokens.getTypeValue
(IPATokenType type) Return the integer value for the given token type.