Package | Description |
---|---|
org.eclipse.wst.jsdt.core | |
org.eclipse.wst.jsdt.core.dom |
Modifier and Type | Interface and Description |
---|---|
interface |
IClassFile
Represents an entire non-editable JavaScript file.
|
interface |
IJavaScriptUnit
Represents an entire JavaScript file (source file with one of the
JavaScript-like extensions ). |
Modifier and Type | Method and Description |
---|---|
ITypeRoot |
IJavaScriptProject.findTypeRoot(java.lang.String fullyQualifiedName) |
ITypeRoot |
IMember.getTypeRoot()
Returns the JavaScript type root in which this member is declared.
|
Modifier and Type | Method and Description |
---|---|
ITypeRoot |
JavaScriptUnit.getTypeRoot()
The JavaScript type root (a
javaScript unit or a class file )
this javaScript unit was created from, or null if it was not created from a JavaScript type root. |
Modifier and Type | Method and Description |
---|---|
void |
ASTParser.setSource(ITypeRoot source)
Sets the source code to be parsed.
|
Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.