Package | Description |
---|---|
org.eclipse.wst.jsdt.chromium.debug.core | |
org.eclipse.wst.jsdt.chromium.debug.core.model | |
org.eclipse.wst.jsdt.chromium.debug.core.sourcemap |
Modifier and Type | Method and Description |
---|---|
VmResourceId |
VProjectSourceContainer.findScriptId(IFile resource) |
VmResourceId |
ReverseSourceLookup.findVmResource(IFile sourceFile)
Tries to find a corresponding script for a file from a user workspace.
|
Modifier and Type | Method and Description |
---|---|
VmResource |
VProjectSourceContainer.LookupResult.getVmResource(VmResourceId resourceId) |
Modifier and Type | Method and Description |
---|---|
static VmResourceId |
VmResourceId.forScript(Script script) |
VmResourceId |
VmResource.getId() |
VmResourceId |
ResourceManager.getResourceId(IFile resource) |
VmResourceId |
StackFrame.getVmResourceId() |
Modifier and Type | Method and Description |
---|---|
static VmResourceRef |
VmResourceRef.forVmResourceId(VmResourceId vmResourceId)
Creates VmResourceRef that is based on
VmResourceId . |
T |
VmResourceIdMap.get(VmResourceId resourceId) |
VmResource |
ResourceManager.getVmResource(VmResourceId id) |
void |
VmResourceIdMap.put(VmResourceId resourceId,
T data) |
void |
VmResourceIdMap.remove(VmResourceId resourceId) |
R |
VmResourceRef.Visitor.visitResourceId(VmResourceId resourceId) |
Modifier and Type | Method and Description |
---|---|
VmResourceId |
SourcePosition.getId() |
VmResourceId |
SourcePositionMapBuilder.ResourceSection.getResourceId() |
Modifier and Type | Method and Description |
---|---|
SourcePosition |
SourcePositionMap.translatePosition(VmResourceId id,
int line,
int column,
SourcePositionMap.TranslateDirection direction) |
Constructor and Description |
---|
ResourceSection(VmResourceId resourceId,
int startLine,
int startColumn,
int endLine,
int endColumn) |
SourcePosition(VmResourceId id,
int line,
int column) |
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.