public class JavaFoldingBuilder extends JavaFoldingBuilderBase
Constructor and Description |
---|
JavaFoldingBuilder() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getRightArrow() |
protected boolean |
isBelowRightMargin(PsiFile file,
int lineLength) |
protected java.lang.String |
rightArrow() |
protected boolean |
shouldShowExplicitLambdaType(PsiAnonymousClass anonymousClass,
PsiNewExpression expression) |
buildLanguageFoldRegions, getLanguagePlaceholderText, hasErrorElementsNearby, isCustomFoldingCandidate, isCustomFoldingRoot, isRegionCollapsedByDefault
buildFoldRegions, buildFoldRegions, getPlaceholderText, getPlaceholderText, isCollapsedByDefault, isCustomFoldingCandidate, isCustomRegionElement, isCustomRegionEnd, isCustomRegionStart, isDumbAware
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isCollapsedByDefault
protected boolean isBelowRightMargin(PsiFile file, int lineLength)
isBelowRightMargin
in class JavaFoldingBuilderBase
protected boolean shouldShowExplicitLambdaType(PsiAnonymousClass anonymousClass, PsiNewExpression expression)
shouldShowExplicitLambdaType
in class JavaFoldingBuilderBase
protected java.lang.String rightArrow()
rightArrow
in class JavaFoldingBuilderBase
public static java.lang.String getRightArrow()