public class TypedHandlerUtil
extends java.lang.Object
Constructor and Description |
---|
TypedHandlerUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
handleAfterGenericLT(Editor editor,
IElementType lt,
IElementType gt,
TokenSet invalidInsideReference) |
static boolean |
handleGenericGT(Editor editor,
IElementType lt,
IElementType gt,
TokenSet invalidInsideReference) |
static void |
handleGenericLTDeletion(Editor editor,
int offset,
IElementType lt,
IElementType gt,
TokenSet invalidInsideReference) |
static boolean |
isAfterClassLikeIdentifierOrDot(int offset,
Editor editor,
IElementType dot,
IElementType identifier,
boolean allowAfterDot) |
static boolean |
isClassLikeIdentifier(int offset,
Editor editor,
HighlighterIterator iterator,
IElementType idType) |
public static boolean isAfterClassLikeIdentifierOrDot(int offset, Editor editor, IElementType dot, IElementType identifier, boolean allowAfterDot)
public static boolean isClassLikeIdentifier(int offset, Editor editor, HighlighterIterator iterator, IElementType idType)
public static void handleAfterGenericLT(Editor editor, IElementType lt, IElementType gt, TokenSet invalidInsideReference)
public static boolean handleGenericGT(Editor editor, IElementType lt, IElementType gt, TokenSet invalidInsideReference)
public static void handleGenericLTDeletion(Editor editor, int offset, IElementType lt, IElementType gt, TokenSet invalidInsideReference)