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, moveCaretpublic static final TailType INSTANCE
public int processTail(Editor editor, int tailOffset)
processTail in class TailTypepublic java.lang.String toString()
toString in class java.lang.Object