public class JavaEditorTextProviderImpl extends java.lang.Object implements EditorTextProvider
EP
Constructor and Description |
---|
JavaEditorTextProviderImpl() |
Modifier and Type | Method and Description |
---|---|
Pair<PsiElement,TextRange> |
findExpression(PsiElement element,
boolean allowMethodCalls) |
TextWithImports |
getEditorText(PsiElement elementAtCaret) |
public TextWithImports getEditorText(PsiElement elementAtCaret)
getEditorText
in interface EditorTextProvider
public Pair<PsiElement,TextRange> findExpression(PsiElement element, boolean allowMethodCalls)
findExpression
in interface EditorTextProvider