Interface | Description |
---|---|
ScriptNameManipulator |
Parses script names and generates RegExp for them as needed for 'auto-detect' source look-up
feature.
|
ScriptNameManipulator.FilePath |
An interface to parsed file path.
|
Class | Description |
---|---|
ChromiumDebugPlugin |
The activator class that controls the plug-in life cycle.
|
ChromiumSourceComputer |
A source path computer implementation that provides
VProjectSourceContainer as a default source files container for
V8/Chrome debug sessions and SourceNameMapperContainer for projects available in the workspace |
ChromiumSourceDirector |
A source lookup director implementation that provides a simple participant and
accepts instance of virtual project once it is created.
|
FilePropertyTester |
Implementation of additional properties for files that are JavaScript sources.
|
FilePropertyTester.ForFile | |
Messages |
NLS messages for the package.
|
ReverseSourceLookup |
Eclipse has a standard facility for looking up source file for a debug artifact.
|
ScriptNameManipulator.ScriptNamePattern |
A wrapper for a pattern.
|
SourceNameMapperContainer |
A special type of container that translates names of the source and delegates lookup
to another source container.
|
SourceNameMapperContainer.TypeDelegate |
A type delegate that serializes/deserializes container instances into/from memento.
|
VProjectSourceContainer |
A source container implementation that wraps V8 virtual project.
|
VProjectSourceContainer.LookupResult |
Result that
VProjectSourceContainer.findSourceElements(String) returns instead of
IFile that other containers normally return. |
VProjectSourceContainer.TypeDelegate |
A type delegate that implements a trivial memento.
|
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.