Uses of Enum Class
ca.phon.ipa.tree.IpaTernaryTreeNode.Position
-
Uses of IpaTernaryTreeNode.Position in ca.phon.ipa.tree
Modifier 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.Modifier and TypeMethodDescriptionIpaTernaryTreeNode.getChild
(IpaTernaryTreeNode.Position position) void
IpaTernaryTreeNode.setChild
(IpaTernaryTreeNode<V> child, IpaTernaryTreeNode.Position position)