public interface XSourcePosition
XDebuggerUtil.createPosition(com.intellij.openapi.vfs.VirtualFile, int)
and XDebuggerUtil.createPositionByOffset(com.intellij.openapi.vfs.VirtualFile, int)
to
create instances of this interface.Modifier and Type | Method and Description |
---|---|
Navigatable |
createNavigatable(Project project) |
VirtualFile |
getFile() |
int |
getLine() |
int |
getOffset() |
static boolean |
isOnTheSameLine(XSourcePosition pos1,
XSourcePosition pos2) |
int getLine()
int getOffset()
VirtualFile getFile()
Navigatable createNavigatable(Project project)
static boolean isOnTheSameLine(XSourcePosition pos1, XSourcePosition pos2)