com.intellij.debugger.engine.evaluation
Interface CodeFragmentFactory
- All Superinterfaces:
- ApplicationComponent, BaseComponent
public interface CodeFragmentFactory
- extends ApplicationComponent
createCodeFragment
PsiCodeFragment createCodeFragment(TextWithImports item,
PsiElement context,
Project project)
isContextAccepted
boolean isContextAccepted(PsiElement contextElement)
getDisplayName
java.lang.String getDisplayName()
- Returns:
- the name dsiplayed in UI (normally the language name this factory deals with)