java.lang.Object
com.intellij.lang.WhitespacesBinders
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final WhitespacesAndCommentsBinderstatic final WhitespacesAndCommentsBinderstatic final WhitespacesAndCommentsBinderstatic final WhitespacesAndCommentsBinder -
Method Summary
Modifier and TypeMethodDescriptionstatic WhitespacesAndCommentsBinderleadingCommentsBinder(@NotNull TokenSet commentTypes) static WhitespacesAndCommentsBindertrailingCommentsBinder(@NotNull TokenSet commentTypes)
-
Field Details
-
DEFAULT_LEFT_BINDER
-
DEFAULT_RIGHT_BINDER
-
GREEDY_LEFT_BINDER
-
GREEDY_RIGHT_BINDER
-
-
Method Details
-
leadingCommentsBinder
public static WhitespacesAndCommentsBinder leadingCommentsBinder(@NotNull @NotNull TokenSet commentTypes) -
trailingCommentsBinder
public static WhitespacesAndCommentsBinder trailingCommentsBinder(@NotNull @NotNull TokenSet commentTypes)
-