java.lang.Object
com.intellij.lang.WhitespacesBinders
-
字段概要
字段修饰符和类型字段说明static final WhitespacesAndCommentsBinderstatic final WhitespacesAndCommentsBinderstatic final WhitespacesAndCommentsBinderstatic final WhitespacesAndCommentsBinder -
方法概要
修饰符和类型方法说明static WhitespacesAndCommentsBinderleadingCommentsBinder(@NotNull TokenSet commentTypes) static WhitespacesAndCommentsBindertrailingCommentsBinder(@NotNull TokenSet commentTypes)
-
字段详细资料
-
DEFAULT_LEFT_BINDER
-
DEFAULT_RIGHT_BINDER
-
GREEDY_LEFT_BINDER
-
GREEDY_RIGHT_BINDER
-
-
方法详细资料
-
leadingCommentsBinder
public static WhitespacesAndCommentsBinder leadingCommentsBinder(@NotNull @NotNull TokenSet commentTypes) -
trailingCommentsBinder
public static WhitespacesAndCommentsBinder trailingCommentsBinder(@NotNull @NotNull TokenSet commentTypes)
-