| Package | Description |
|---|---|
| com.ibm.wala.util.ssa |
A set of classes facilitating the construction of synthetic methods.
|
| Modifier and Type | Method and Description |
|---|---|
List<SSAValue> |
ParameterAccessor.connectThrough(ParameterAccessor callee,
Set<? extends SSAValue> overrides,
Set<? extends SSAValue> defaults,
IClassHierarchy cha)
Assign parameters to a call based on their type.
|
List<SSAValue> |
ParameterAccessor.connectThrough(ParameterAccessor callee,
Set<? extends SSAValue> overrides,
Set<? extends SSAValue> defaults,
IClassHierarchy cha,
IInstantiator instantiator,
Object... instantiatorArgs)
Connects though parameters from the calling function (overridable) - CAUTION:.
|
int[] |
ParameterAccessor.forInvokeStatic(List<? extends SSAValue> args,
ParameterAccessor target,
IClassHierarchy cha)
Generate the params-param for an InvokeIstruction with type checking.
|
int[] |
ParameterAccessor.forInvokeVirtual(int self,
List<? extends SSAValue> args,
ParameterAccessor target,
IClassHierarchy cha)
Generate the params-param for an InvokeIstruction with type checking.
|
| Constructor and Description |
|---|
SSAValueManager(ParameterAccessor acc) |
Copyright © 2015. All rights reserved.