Package | Description |
---|---|
org.eclipse.wst.jsdt.core | |
org.eclipse.wst.jsdt.core.dom | |
org.eclipse.wst.jsdt.ui |
Modifier and Type | Method and Description |
---|---|
static IClassFile |
JavaScriptCore.createClassFileFrom(IFile file) |
IClassFile |
IMember.getClassFile() |
IClassFile |
IPackageFragment.getClassFile(java.lang.String name)
Returns the non-editable file with the specified name
in this folder .
|
IClassFile[] |
IPackageFragment.getClassFiles()
Returns all of the non-editable files in this source folder.
|
Modifier and Type | Method and Description |
---|---|
void |
ASTParser.setSource(IClassFile source)
Sets the source code to be parsed.
|
Modifier and Type | Method and Description |
---|---|
static void |
JavaScriptElementLabels.getClassFileLabel(IClassFile classFile,
long flags,
java.lang.StringBuffer buf)
Appends the label for a class file to a
StringBuffer . |
Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.