| Package | Description |
|---|---|
| com.ibm.wala.analysis.reflection |
This package provides functions to deal with reflection.
|
| com.ibm.wala.classLoader |
This package provides functionality related to class loading and
management of loaded classes.
|
| com.ibm.wala.demandpa.util | |
| com.ibm.wala.ipa.callgraph.impl |
This package provides some implementations of basic functions needed for
various call graph construction algorithms.
|
| com.ibm.wala.ipa.summaries |
This package provides class hierarchy analysis.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractReflectionInterpreter.SpecializedMethod |
protected class |
FactoryBypassInterpreter.SpecializedFactoryMethod |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IBytecodeMethod
A method which originated in bytecode, decoded by Shrike
|
interface |
IField |
interface |
IMethod
Basic interface for an object that represents a single Java method for analysis purposes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FieldImpl
Implementation of a canonical field reference.
|
class |
ShrikeBTMethod
A wrapper around a Shrike object that represents a method
|
class |
ShrikeCTMethod
A wrapper around a Shrike object that represents a method
|
class |
SyntheticMethod
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayContents
Pseudo-field modelling the contents of an array of reference type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRootMethod
A synthetic method from the
FakeRootClass |
class |
FakeRootMethod
A synthetic method that models the fake root node.
|
class |
FakeWorldClinitMethod
A synthetic method that calls all class initializers
|
| Modifier and Type | Class and Description |
|---|---|
class |
SummarizedMethod
A
SyntheticMethod representing the semantics encoded in a MethodSummary |
class |
SummarizedMethodWithNames
A SummarizedMethod (for synthetic functions) with variable names.
|
Copyright © 2015. All rights reserved.