| Package | Description |
|---|---|
| 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.
|
| com.ibm.wala.types |
This package provides abstractions for the Java type system.
|
| com.ibm.wala.util.shrike |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
FakeRootMethod.isFakeRootMethod(MemberReference m) |
| Modifier and Type | Method and Description |
|---|---|
MemberReference |
VolatileMethodSummary.getMethod()
Retrieve the Method this Summary implements.
|
MemberReference |
MethodSummary.getMethod()
Returns the method.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
BypassMethodTargetSelector.canIgnore(MemberReference m) |
| Modifier and Type | Class and Description |
|---|---|
class |
FieldReference
A class to represent the reference in a class file to a field.
|
class |
MethodReference
A class to represent the reference in a class file to a method.
|
| Modifier and Type | Field and Description |
|---|---|
static MemberReference |
MethodReference.JavaLangReflectCtorNewInstance |
| Modifier and Type | Method and Description |
|---|---|
static Exceptions.MethodResolutionFailure |
Exceptions.MethodResolutionFailure.moderate(MemberReference method) |
static Exceptions.MethodResolutionFailure |
Exceptions.MethodResolutionFailure.severe(MemberReference method) |
Copyright © 2015. All rights reserved.