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
,Module
,ModuleEntry
,SourceModule
-
Constructor Summary
ConstructorDescriptionMappedSourceFileModule
(File f, SourceFileModule clonedFrom, FileMapping fileMapping) MappedSourceFileModule
(File f, String fileName, FileMapping fileMapping) -
Method Summary
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
Methods inherited from interface com.ibm.wala.classLoader.Module
getEntries
Methods inherited from interface com.ibm.wala.classLoader.ModuleEntry
asModule, getClassName, getContainer, getInputStream, getName, isClassFile, isModuleFile, isSourceFile
Methods inherited from interface com.ibm.wala.classLoader.SourceModule
getInputReader, getURL
-
Constructor Details
-
MappedSourceFileModule
-
MappedSourceFileModule
-
-
Method Details
-
getMapping
- Specified by:
getMapping
in interfaceMappedSourceModule
-