| Package | Description |
|---|---|
| ch.epfl.labos.iu.orm.queryll2.path | |
| ch.epfl.labos.iu.orm.queryll2.symbolic |
| Modifier and Type | Class and Description |
|---|---|
class |
MethodSideEffectCall |
class |
MethodSideEffectFieldAssign |
| Modifier and Type | Method and Description |
|---|---|
List<MethodSideEffect> |
PathAnalysis.getSideEffects() |
| Modifier and Type | Method and Description |
|---|---|
void |
MethodAnalysisResults.addPath(List<MethodSideEffect> sideEffects,
TypedValue returnValue,
List<? extends TypedValue> conditions) |
void |
PathAnalysisFactory.addPath(MethodAnalysisResults methodAnalysisResults,
List<MethodSideEffect> sideEffects,
TypedValue returnValue,
List<? extends TypedValue> conditions,
PathAnalysisMethodChecker methodChecker) |
void |
PathAnalysisSupplementalFactory.addPath(U resultsHolder,
List<MethodSideEffect> sideEffects,
TypedValue returnValue,
List<? extends TypedValue> conditions,
PathAnalysisMethodChecker methodChecker) |
| Constructor and Description |
|---|
PathAnalysis(List<MethodSideEffect> sideEffects,
TypedValue returnValue,
List<? extends TypedValue> conditions) |
| Modifier and Type | Field and Description |
|---|---|
List<MethodSideEffect> |
BasicSymbolicInterpreter.sideEffects |
Copyright © 2018. All Rights Reserved.