Class EclipseSourceFileModule
java.lang.Object
com.ibm.wala.classLoader.FileModule
com.ibm.wala.classLoader.SourceFileModule
com.ibm.wala.ide.classloader.EclipseSourceFileModule
- All Implemented Interfaces:
Module
,ModuleEntry
,SourceModule
A module which is a wrapper around a .java file
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class com.ibm.wala.classLoader.SourceFileModule
getClassName, getInputReader, getURL, isClassFile, isSourceFile
Methods inherited from class com.ibm.wala.classLoader.FileModule
asModule, equals, getAbsolutePath, getContainer, getEntries, getFile, getInputStream, getName, hashCode, isModuleFile
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.ibm.wala.classLoader.Module
getEntries
Methods inherited from interface com.ibm.wala.classLoader.ModuleEntry
asModule, getContainer, getInputStream, getName, isModuleFile
-
Field Details
-
f
protected final org.eclipse.core.resources.IFile f
-
-
Constructor Details
-
EclipseSourceFileModule
public EclipseSourceFileModule(org.eclipse.core.resources.IFile f)
-
-
Method Details
-
getIFile
public org.eclipse.core.resources.IFile getIFile() -
toString
- Overrides:
toString
in classSourceFileModule
-