public abstract class RParenthTailType extends TailType
CASE_COLON, COND_EXPR_COLON, DOT, HUMBLE_SPACE_BEFORE_WORD, INSERT_SPACE, LPARENTH, NONE, SEMICOLON, SPACE, UNKNOWN
Constructor and Description |
---|
RParenthTailType() |
Modifier and Type | Method and Description |
---|---|
static int |
addRParenth(Editor editor,
int offset,
boolean spaceWithinParens) |
protected abstract boolean |
isSpaceWithinParentheses(CommonCodeStyleSettings styleSettings,
Editor editor,
int tailOffset) |
int |
processTail(Editor editor,
int tailOffset) |
java.lang.String |
toString() |
createSimpleTailType, getFileType, insertChar, insertChar, isApplicable, moveCaret
protected abstract boolean isSpaceWithinParentheses(CommonCodeStyleSettings styleSettings, Editor editor, int tailOffset)
public int processTail(Editor editor, int tailOffset)
processTail
in class TailType
public static int addRParenth(Editor editor, int offset, boolean spaceWithinParens)
public java.lang.String toString()
toString
in class java.lang.Object