public abstract class XDebuggerEditorsProvider
extends java.lang.Object
Constructor and Description |
---|
XDebuggerEditorsProvider() |
Modifier and Type | Method and Description |
---|---|
Document |
createDocument(Project project,
java.lang.String text,
XSourcePosition sourcePosition,
EvaluationMode mode)
Deprecated.
|
Document |
createDocument(Project project,
XExpression expression,
XSourcePosition sourcePosition,
EvaluationMode mode) |
XExpression |
createExpression(Project project,
Document document,
Language language,
EvaluationMode mode) |
abstract FileType |
getFileType() |
InlineDebuggerHelper |
getInlineDebuggerHelper() |
java.util.Collection<Language> |
getSupportedLanguages(Project project,
XSourcePosition sourcePosition) |
public abstract FileType getFileType()
@Deprecated public Document createDocument(Project project, java.lang.String text, XSourcePosition sourcePosition, EvaluationMode mode)
createDocument(Project, XExpression, XSourcePosition, EvaluationMode)
insteadpublic Document createDocument(Project project, XExpression expression, XSourcePosition sourcePosition, EvaluationMode mode)
public java.util.Collection<Language> getSupportedLanguages(Project project, XSourcePosition sourcePosition)
public XExpression createExpression(Project project, Document document, Language language, EvaluationMode mode)
public InlineDebuggerHelper getInlineDebuggerHelper()