public class PathAnalysis extends Object
| Constructor and Description |
|---|
PathAnalysis(List<MethodSideEffect> sideEffects,
TypedValue returnValue,
List<? extends TypedValue> conditions) |
| Modifier and Type | Method and Description |
|---|---|
List<TypedValue> |
getConditions() |
TypedValue |
getReturnValue() |
List<MethodSideEffect> |
getSideEffects() |
void |
removeConditionIndex(int i) |
public PathAnalysis(List<MethodSideEffect> sideEffects, TypedValue returnValue, List<? extends TypedValue> conditions)
public TypedValue getReturnValue()
public List<TypedValue> getConditions()
public List<MethodSideEffect> getSideEffects()
public void removeConditionIndex(int i)
Copyright © 2018. All Rights Reserved.