public class MethodAnalysisResults extends Object
| Modifier and Type | Field and Description |
|---|---|
List<PathAnalysis> |
paths |
| Constructor and Description |
|---|
MethodAnalysisResults() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPath(List<MethodSideEffect> sideEffects,
TypedValue returnValue,
List<? extends TypedValue> conditions) |
public List<PathAnalysis> paths
public void addPath(List<MethodSideEffect> sideEffects, TypedValue returnValue, List<? extends TypedValue> conditions)
Copyright © 2018. All Rights Reserved.