|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IClassFile | |
---|---|
org.eclipse.wst.jsdt.core | |
org.eclipse.wst.jsdt.core.dom | |
org.eclipse.wst.jsdt.ui |
Uses of IClassFile in org.eclipse.wst.jsdt.core |
---|
Methods in org.eclipse.wst.jsdt.core that return IClassFile | |
---|---|
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. |
Uses of IClassFile in org.eclipse.wst.jsdt.core.dom |
---|
Methods in org.eclipse.wst.jsdt.core.dom with parameters of type IClassFile | |
---|---|
void |
ASTParser.setSource(IClassFile source)
Sets the source code to be parsed. |
Uses of IClassFile in org.eclipse.wst.jsdt.ui |
---|
Methods in org.eclipse.wst.jsdt.ui with parameters of type IClassFile | |
---|---|
static void |
JavaScriptElementLabels.getClassFileLabel(IClassFile classFile,
long flags,
java.lang.StringBuffer buf)
Appends the label for a class file to a StringBuffer . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |