Class SourceURLModule
java.lang.Object
com.ibm.wala.classLoader.AbstractURLModule
com.ibm.wala.classLoader.SourceURLModule
- All Implemented Interfaces:
Module, ModuleEntry, SourceModule
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanMethods inherited from class AbstractURLModule
asModule, getContainer, getEntries, getInputStream, getName, getURL, isModuleFile, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface SourceModule
getURL
-
Constructor Details
-
SourceURLModule
-
-
Method Details
-
isClassFile
public boolean isClassFile()- Specified by:
isClassFilein interfaceModuleEntry- Returns:
- true if the file is a class file.
-
getClassName
- Specified by:
getClassNamein interfaceModuleEntry- Overrides:
getClassNamein classAbstractURLModule- Returns:
- the name of the class represented by this entry
-
isSourceFile
public boolean isSourceFile()- Specified by:
isSourceFilein interfaceModuleEntry- Returns:
- true if the file is a source file.
-
getInputReader
- Specified by:
getInputReaderin interfaceSourceModule
-