public class ArrangementSectionDetector
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ArrangementSectionDetector.ArrangementSectionEntryTemplate |
| Constructor and Description |
|---|
ArrangementSectionDetector(Document document,
ArrangementSettings settings,
Consumer<? super ArrangementSectionDetector.ArrangementSectionEntryTemplate> producer) |
| Modifier and Type | Method and Description |
|---|---|
static ArrangementSectionRule |
isSectionStartComment(ArrangementSettings settings,
java.lang.String comment) |
boolean |
processComment(PsiComment comment)
Check if comment can be recognized as section start/end
|
public ArrangementSectionDetector(Document document, ArrangementSettings settings, Consumer<? super ArrangementSectionDetector.ArrangementSectionEntryTemplate> producer)
public boolean processComment(PsiComment comment)
public static ArrangementSectionRule isSectionStartComment(ArrangementSettings settings, java.lang.String comment)