Class SourceURLModule
java.lang.Object
com.ibm.wala.classLoader.AbstractURLModule
com.ibm.wala.classLoader.SourceURLModule
- All Implemented Interfaces:
Module
,ModuleEntry
,SourceModule
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
Methods inherited from class com.ibm.wala.classLoader.AbstractURLModule
asModule, getClassName, getContainer, getEntries, getInputStream, getName, getURL, isModuleFile, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, 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, isModuleFile
Methods inherited from interface com.ibm.wala.classLoader.SourceModule
getURL
-
Constructor Details
-
SourceURLModule
-
-
Method Details
-
isClassFile
public boolean isClassFile()- Specified by:
isClassFile
in interfaceModuleEntry
- Returns:
- true if the file is a class file.
-
isSourceFile
public boolean isSourceFile()- Specified by:
isSourceFile
in interfaceModuleEntry
- Returns:
- true if the file is a source file.
-
getInputReader
- Specified by:
getInputReader
in interfaceSourceModule
-