public class CharTailType extends TailType
CASE_COLON, COND_EXPR_COLON, DOT, HUMBLE_SPACE_BEFORE_WORD, INSERT_SPACE, LPARENTH, NONE, SEMICOLON, SPACE, UNKNOWN
Constructor and Description |
---|
CharTailType(char aChar) |
CharTailType(char aChar,
boolean overwrite) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
boolean |
isApplicable(InsertionContext context) |
int |
processTail(Editor editor,
int tailOffset) |
java.lang.String |
toString() |
createSimpleTailType, getFileType, insertChar, insertChar, moveCaret
public CharTailType(char aChar)
public CharTailType(char aChar, boolean overwrite)
public boolean isApplicable(InsertionContext context)
isApplicable
in class TailType
public int processTail(Editor editor, int tailOffset)
processTail
in class TailType
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object