Package com.ibm.wala.cast.js.html
Class MappedSourceFileModule
- java.lang.Object
-
- com.ibm.wala.classLoader.FileModule
-
- com.ibm.wala.classLoader.SourceFileModule
-
- com.ibm.wala.cast.js.html.MappedSourceFileModule
-
- All Implemented Interfaces:
MappedSourceModule,com.ibm.wala.classLoader.Module,com.ibm.wala.classLoader.ModuleEntry,com.ibm.wala.classLoader.SourceModule
public class MappedSourceFileModule extends com.ibm.wala.classLoader.SourceFileModule implements MappedSourceModule
-
-
Constructor Summary
Constructors Constructor Description MappedSourceFileModule(java.io.File f, com.ibm.wala.classLoader.SourceFileModule clonedFrom, FileMapping fileMapping)MappedSourceFileModule(java.io.File f, java.lang.String fileName, FileMapping fileMapping)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FileMappinggetMapping()-
Methods inherited from class com.ibm.wala.classLoader.SourceFileModule
getClassName, getInputReader, getURL, isClassFile, isSourceFile, toString
-
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
-
-
-
-
Constructor Detail
-
MappedSourceFileModule
public MappedSourceFileModule(java.io.File f, java.lang.String fileName, FileMapping fileMapping)
-
MappedSourceFileModule
public MappedSourceFileModule(java.io.File f, com.ibm.wala.classLoader.SourceFileModule clonedFrom, FileMapping fileMapping)
-
-
Method Detail
-
getMapping
public FileMapping getMapping()
- Specified by:
getMappingin interfaceMappedSourceModule
-
-