public class Divider
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Divider.DividedElements |
Constructor and Description |
---|
Divider() |
Modifier and Type | Method and Description |
---|---|
static void |
divideInsideAndOutsideAllRoots(PsiFile file,
TextRange restrictRange,
TextRange priorityRange,
Condition<? super PsiFile> rootFilter,
Processor<? super Divider.DividedElements> processor) |