public class WhitespacesBinders
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static WhitespacesAndCommentsBinder |
DEFAULT_LEFT_BINDER |
static WhitespacesAndCommentsBinder |
DEFAULT_RIGHT_BINDER |
static WhitespacesAndCommentsBinder |
GREEDY_LEFT_BINDER |
static WhitespacesAndCommentsBinder |
GREEDY_RIGHT_BINDER |
Modifier and Type | Method and Description |
---|---|
static WhitespacesAndCommentsBinder |
leadingCommentsBinder(TokenSet commentTypes) |
static WhitespacesAndCommentsBinder |
trailingCommentsBinder(TokenSet commentTypes) |
public static final WhitespacesAndCommentsBinder DEFAULT_LEFT_BINDER
public static final WhitespacesAndCommentsBinder DEFAULT_RIGHT_BINDER
public static final WhitespacesAndCommentsBinder GREEDY_LEFT_BINDER
public static final WhitespacesAndCommentsBinder GREEDY_RIGHT_BINDER
public static WhitespacesAndCommentsBinder leadingCommentsBinder(TokenSet commentTypes)
public static WhitespacesAndCommentsBinder trailingCommentsBinder(TokenSet commentTypes)