Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      FileMapping getMapping()  
      • 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 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)