| Package | Description |
|---|---|
| com.ibm.wala.classLoader |
This package provides functionality related to class loading and
management of loaded classes.
|
| com.ibm.wala.util.shrike |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SourceModule |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractURLModule |
class |
ClassFileModule
A module which is a wrapper around a .class file
|
class |
CompoundModule |
class |
FileModule
A module which is a wrapper around a file in the filesystem
|
class |
JarFileEntry
An entry in a Jar file.
|
class |
SourceFileModule
A
Module which is a wrapper around a source file |
class |
SourceURLModule |
| Modifier and Type | Method and Description |
|---|---|
protected ModuleEntry |
JarFileModule.createEntry(ZipEntry z) |
ModuleEntry |
ShrikeClass.getModuleEntry() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<? extends ModuleEntry> |
Module.getEntries() |
Iterator<ModuleEntry> |
JarStreamModule.getEntries() |
Iterator<ModuleEntry> |
JarFileModule.getEntries() |
Iterator<ModuleEntry> |
FileModule.getEntries() |
Iterator<ModuleEntry> |
CompoundModule.getEntries() |
Iterator<ModuleEntry> |
AbstractURLModule.getEntries() |
Iterator<ModuleEntry> |
AbstractNestedJarFileModule.getEntries() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ClassLoaderImpl.loadAllSources(Set<ModuleEntry> sourceModules)
Set up mapping from type name to Module Entry
|
| Modifier and Type | Method and Description |
|---|---|
ModuleEntry |
ShrikeClassReaderHandle.getModuleEntry() |
| Constructor and Description |
|---|
ShrikeClassReaderHandle(ModuleEntry entry) |
Copyright © 2015. All rights reserved.