Uses of Enum Class
ca.phon.ipa.tree.IpaTernaryTreeNode.Position
Packages that use IpaTernaryTreeNode.Position
-
Uses of IpaTernaryTreeNode.Position in ca.phon.ipa.tree
Methods in ca.phon.ipa.tree that return IpaTernaryTreeNode.PositionModifier and TypeMethodDescriptionstatic IpaTernaryTreeNode.Position
Returns the enum constant of this class with the specified name.static IpaTernaryTreeNode.Position[]
IpaTernaryTreeNode.Position.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.phon.ipa.tree with parameters of type IpaTernaryTreeNode.PositionModifier and TypeMethodDescriptionIpaTernaryTreeNode.getChild
(IpaTernaryTreeNode.Position position) void
IpaTernaryTreeNode.setChild
(IpaTernaryTreeNode<V> child, IpaTernaryTreeNode.Position position)