public class CommaTailType 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 |
---|
CommaTailType() |
Modifier and Type | Method and Description |
---|---|
int |
processTail(Editor editor,
int tailOffset) |
java.lang.String |
toString() |
createSimpleTailType, getFileType, insertChar, insertChar, isApplicable, moveCaret
public static final TailType INSTANCE
public int processTail(Editor editor, int tailOffset)
processTail
in class TailType
public java.lang.String toString()
toString
in class java.lang.Object