| Package | Description |
|---|---|
| com.ibm.wala.analysis.typeInference |
This package provides intraprocedural type inference over the SSA form.
|
| com.ibm.wala.cfg |
This package provides control-flow graph utilities.
|
| com.ibm.wala.classLoader |
This package provides functionality related to class loading and
management of loaded classes.
|
| com.ibm.wala.ipa.modref | |
| com.ibm.wala.ssa |
This package provides the WALA SSA IR.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TypeInference.TypeOperatorFactory.visitArrayLength(SSAArrayLengthInstruction instruction) |
| Modifier and Type | Method and Description |
|---|---|
void |
InducedCFG.PEIVisitor.visitArrayLength(SSAArrayLengthInstruction instruction) |
| Modifier and Type | Method and Description |
|---|---|
SSAArrayLengthInstruction |
JavaLanguage.JavaInstructionFactory.ArrayLengthInstruction(int iindex,
int result,
int arrayref) |
| Modifier and Type | Method and Description |
|---|---|
void |
ModRef.RefVisitor.visitArrayLength(SSAArrayLengthInstruction instruction) |
| Modifier and Type | Method and Description |
|---|---|
SSAArrayLengthInstruction |
SSAInstructionFactory.ArrayLengthInstruction(int iindex,
int result,
int arrayref) |
| Modifier and Type | Method and Description |
|---|---|
void |
SSAInstruction.IVisitor.visitArrayLength(SSAArrayLengthInstruction instruction) |
void |
SSAInstruction.Visitor.visitArrayLength(SSAArrayLengthInstruction instruction) |
Copyright © 2015. All rights reserved.