Module aya.ij.parsing.core
Package com.intellij.openapi.util.diff
Interface FlyweightCapableTreeStructure<T>
public interface FlyweightCapableTreeStructure<T>
-
Method Summary
Modifier and TypeMethodDescriptionvoiddisposeChildren(T[] nodes, int count) intgetChildren(T parent, @NotNull Ref<T[]> into) intgetEndOffset(T node) getRoot()intgetStartOffset(T node) @NotNull CharSequence
-
Method Details
-
getRoot
-
getParent
-
getChildren
-
disposeChildren
-
toString
-
getStartOffset
-
getEndOffset
-