Uses of Interface
com._1c.g5.v8.dt.common.IEObjectTrie.INode
Packages that use IEObjectTrie.INode
Package
Description
-
Uses of IEObjectTrie.INode in com._1c.g5.v8.dt.common
Methods in com._1c.g5.v8.dt.common that return IEObjectTrie.INodeModifier and TypeMethodDescriptionGets the child node associated with the given name.EObjectTrie.getNode
(org.eclipse.xtext.naming.QualifiedName qualifiedName) IEObjectTrie.getNode
(org.eclipse.xtext.naming.QualifiedName qualifiedName) Gets the trie node associated with the given path.IEObjectTrie.INode.getParent()
Returns the parent node.Methods in com._1c.g5.v8.dt.common that return types with arguments of type IEObjectTrie.INodeModifier and TypeMethodDescriptionEObjectTrie.getChildren
(org.eclipse.xtext.naming.QualifiedName qualifiedName) IEObjectTrie.getChildren
(org.eclipse.xtext.naming.QualifiedName qualifiedName) Gets the children of the trie node achievable by the given path.IEObjectTrie.INode.getChildren()
Gets the children nodes.EObjectTrie.getNodeComparator()
Gets theIEObjectTrie.INode
comparator to sort child nodes in the trie.Method parameters in com._1c.g5.v8.dt.common with type arguments of type IEObjectTrie.INodeModifier and TypeMethodDescriptionvoid
EObjectTrie.setNodeComparator
(Comparator<IEObjectTrie.INode> nodeComparator) Sets theIEObjectTrie.INode
comparator to sort child nodes in the trie.