public abstract class ImportSearcher
extends java.lang.Object
| Constructor and Description |
|---|
ImportSearcher() |
| Modifier and Type | Method and Description |
|---|---|
abstract PsiElement |
findImport(PsiElement element,
boolean onlyNonStatic) |
static PsiElement |
getImport(PsiElement element,
boolean onlyNonStatic) |
public abstract PsiElement findImport(PsiElement element, boolean onlyNonStatic)
public static PsiElement getImport(PsiElement element, boolean onlyNonStatic)