| Package | Description |
|---|---|
| com.ibm.wala.analysis.typeInference |
This package provides intraprocedural type inference over the SSA form.
|
| com.ibm.wala.classLoader |
This package provides functionality related to class loading and
management of loaded classes.
|
| com.ibm.wala.demandpa.flowgraph | |
| com.ibm.wala.ipa.callgraph.propagation |
This package provides the base layer for propagation-based call graph
construction and pointer analysis.
|
| com.ibm.wala.ssa |
This package provides the WALA SSA IR.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TypeInference.TypeOperatorFactory.visitLoadMetadata(SSALoadMetadataInstruction instruction) |
| Modifier and Type | Method and Description |
|---|---|
SSALoadMetadataInstruction |
JavaLanguage.JavaInstructionFactory.LoadMetadataInstruction(int iindex,
int lval,
TypeReference entityType,
Object token) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleDemandPointerFlowGraph.StatementVisitor.visitLoadMetadata(SSALoadMetadataInstruction instruction) |
void |
DemandPointerFlowGraph.StatementVisitor.visitLoadMetadata(SSALoadMetadataInstruction instruction) |
| Modifier and Type | Method and Description |
|---|---|
void |
SSAPropagationCallGraphBuilder.ConstraintVisitor.visitLoadMetadata(SSALoadMetadataInstruction instruction) |
| Modifier and Type | Method and Description |
|---|---|
SSALoadMetadataInstruction |
SSAInstructionFactory.LoadMetadataInstruction(int iindex,
int lval,
TypeReference entityType,
Object token) |
| Modifier and Type | Method and Description |
|---|---|
void |
SSAInstruction.IVisitor.visitLoadMetadata(SSALoadMetadataInstruction instruction) |
void |
SSAInstruction.Visitor.visitLoadMetadata(SSALoadMetadataInstruction instruction) |
Copyright © 2015. All rights reserved.