| Package | Description |
|---|---|
| com.ibm.wala.classLoader |
This package provides functionality related to class loading and
management of loaded classes.
|
| com.ibm.wala.ipa.callgraph.impl |
This package provides some implementations of basic functions needed for
various call graph construction algorithms.
|
| com.ibm.wala.types |
This package provides abstractions for the Java type system.
|
| Modifier and Type | Method and Description |
|---|---|
Descriptor |
SyntheticMethod.getDescriptor() |
Descriptor |
ShrikeBTMethod.getDescriptor() |
Descriptor |
IMethod.getDescriptor()
something like: (IILjava.lang.String;SLjava.sql.Date;)Ljava.lang.Integer;
|
| Modifier and Type | Field and Description |
|---|---|
static Descriptor |
FakeRootMethod.descr |
| Modifier and Type | Field and Description |
|---|---|
static Descriptor |
MethodReference.defaultInitDesc |
static Descriptor |
MethodReference.equalsDesc |
static Descriptor |
MethodReference.runDesc |
| Modifier and Type | Method and Description |
|---|---|
static Descriptor |
Descriptor.findOrCreate(ImmutableByteArray b) |
static Descriptor |
Descriptor.findOrCreate(Language l,
ImmutableByteArray b) |
static Descriptor |
Descriptor.findOrCreate(TypeName[] parameters,
TypeName returnType) |
static Descriptor |
Descriptor.findOrCreateUTF8(Language l,
String s) |
static Descriptor |
Descriptor.findOrCreateUTF8(String s) |
Descriptor |
Selector.getDescriptor() |
Descriptor |
MethodReference.getDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
static MethodReference |
MethodReference.findOrCreate(TypeReference tref,
Atom mn,
Descriptor md)
Find or create the canonical MethodReference instance for the given tuple.
|
| Constructor and Description |
|---|
Selector(Atom name,
Descriptor descriptor) |
Copyright © 2015. All rights reserved.