| Package | Description |
|---|---|
| com.ibm.wala.classLoader |
This package provides functionality related to class loading and
management of loaded classes.
|
| com.ibm.wala.ssa |
This package provides the WALA SSA IR.
|
| Modifier and Type | Method and Description |
|---|---|
SSAAbstractBinaryInstruction |
JavaLanguage.JavaInstructionFactory.BinaryOpInstruction(int iindex,
com.ibm.wala.shrikeBT.IBinaryOpInstruction.IOperator operator,
boolean overflow,
boolean unsigned,
int result,
int val1,
int val2,
boolean mayBeInteger) |
| Modifier and Type | Class and Description |
|---|---|
class |
SSABinaryOpInstruction |
| Modifier and Type | Method and Description |
|---|---|
SSAAbstractBinaryInstruction |
SSAInstructionFactory.BinaryOpInstruction(int iindex,
com.ibm.wala.shrikeBT.IBinaryOpInstruction.IOperator operator,
boolean overflow,
boolean unsigned,
int result,
int val1,
int val2,
boolean mayBeInteger) |
Copyright © 2015. All rights reserved.