public class EqTailType extends TailType
Modifier and Type | Field and Description |
---|---|
static TailType |
INSTANCE |
CASE_COLON, COND_EXPR_COLON, DOT, HUMBLE_SPACE_BEFORE_WORD, INSERT_SPACE, LPARENTH, NONE, SEMICOLON, SPACE, UNKNOWN
Constructor and Description |
---|
EqTailType() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
isSpaceAroundAssignmentOperators(Editor editor,
int tailOffset) |
int |
processTail(Editor editor,
int tailOffset) |
createSimpleTailType, getFileType, insertChar, insertChar, isApplicable, moveCaret
public static final TailType INSTANCE
protected boolean isSpaceAroundAssignmentOperators(Editor editor, int tailOffset)
public int processTail(Editor editor, int tailOffset)
processTail
in class TailType