| Package | Description |
|---|---|
| com.ibm.wala.dalvik.ipa.callgraph.androidModel.parameters |
Controls how variable-instances are handled in the AndroidModel.
|
| Modifier and Type | Method and Description |
|---|---|
IInstantiationBehavior.Exactness |
DefaultInstantiationBehavior.getExactness(com.ibm.wala.types.TypeName type,
com.ibm.wala.types.TypeName asParameterTo,
com.ibm.wala.types.MethodReference inCall,
String withName)
The Exactness depends on how the behavior to a type was determined.
|
IInstantiationBehavior.Exactness |
LoadedInstantiationBehavior.getExactness(com.ibm.wala.types.TypeName type,
com.ibm.wala.types.TypeName asParameterTo,
com.ibm.wala.types.MethodReference inCall,
String withName)
The Exactness depends on how the behavior to a type was determined.
|
abstract IInstantiationBehavior.Exactness |
IInstantiationBehavior.getExactness(com.ibm.wala.types.TypeName type,
com.ibm.wala.types.TypeName asParameterTo,
com.ibm.wala.types.MethodReference inCall,
String withName)
The Exactness depends on how the behavior to a type was determined.
|
static IInstantiationBehavior.Exactness |
IInstantiationBehavior.Exactness.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IInstantiationBehavior.Exactness[] |
IInstantiationBehavior.Exactness.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoadedInstantiationBehavior.setBehavior(com.ibm.wala.util.strings.Atom pack,
IInstantiationBehavior.InstanceBehavior beh,
IInstantiationBehavior.Exactness exactness) |
void |
LoadedInstantiationBehavior.setBehavior(com.ibm.wala.types.TypeName type,
IInstantiationBehavior.InstanceBehavior beh,
IInstantiationBehavior.Exactness exactness) |
Copyright © 2019. All rights reserved.