Package | Description |
---|---|
org.eclipse.wst.jsdt.core |
Modifier and Type | Interface and Description |
---|---|
interface |
IClassFile
Represents an entire non-editable JavaScript file.
|
interface |
IJavaScriptModel
Represent the root JavaScript element corresponding to the workspace.
|
interface |
IJavaScriptProject
A JavaScript project represents a view of a project resource in terms of JavaScript
elements such as package fragments, types, methods and fields.
|
interface |
IJavaScriptUnit
Represents an entire JavaScript file (source file with one of the
JavaScript-like extensions ). |
interface |
IPackageFragment
A package fragment (or source folder) is a portion of the workspace corresponding to an entire package,
or to a portion thereof.
|
interface |
IPackageFragmentRoot
A package fragment root (or source folder root) contains a set of source folders (package fragments).
|
interface |
ITypeRoot
Represents an entire JavaScript type root (either an
IJavaScriptUnit
or an IClassFile ). |
Modifier and Type | Method and Description |
---|---|
IOpenable |
IJavaScriptElement.getOpenable()
Returns the first openable parent.
|
IOpenable |
IBuffer.getOwner()
Returns the JavaScript openable element owning of this buffer.
|
Modifier and Type | Method and Description |
---|---|
IBuffer |
IBufferFactory.createBuffer(IOpenable owner)
Deprecated.
Creates a buffer for the given owner.
|
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.