public interface DeclarationRangeHandler<T extends PsiElement>
| Modifier and Type | Field and Description |
|---|---|
static ExtensionPointName<MixinEP<DeclarationRangeHandler>> |
EP_NAME |
| Modifier and Type | Method and Description |
|---|---|
TextRange |
getDeclarationRange(T container)
Returns the declaration range for the specified container or null if it doesn't contain one
|
static final ExtensionPointName<MixinEP<DeclarationRangeHandler>> EP_NAME