public abstract class ParenthesesTailType extends TailType
CASE_COLON, COND_EXPR_COLON, DOT, HUMBLE_SPACE_BEFORE_WORD, INSERT_SPACE, LPARENTH, NONE, SEMICOLON, SPACE, UNKNOWN
Constructor and Description |
---|
ParenthesesTailType() |
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
isSpaceBeforeParentheses(CommonCodeStyleSettings styleSettings,
Editor editor,
int tailOffset) |
protected abstract boolean |
isSpaceWithinParentheses(CommonCodeStyleSettings styleSettings,
Editor editor,
int tailOffset) |
int |
processTail(Editor editor,
int tailOffset) |
createSimpleTailType, getFileType, insertChar, insertChar, isApplicable, moveCaret
protected abstract boolean isSpaceBeforeParentheses(CommonCodeStyleSettings styleSettings, Editor editor, int tailOffset)
protected abstract boolean isSpaceWithinParentheses(CommonCodeStyleSettings styleSettings, Editor editor, int tailOffset)
public int processTail(Editor editor, int tailOffset)
processTail
in class TailType