public class PathConditionWeight
extends wpds.impl.Weight
| Modifier and Type | Class and Description |
|---|---|
static class |
PathConditionWeight.ConditionDomain |
| Constructor and Description |
|---|
PathConditionWeight(Statement ifStatement,
Boolean condition) |
PathConditionWeight(Statement callSite,
Method callee) |
PathConditionWeight(Val returnVal) |
PathConditionWeight(Val val,
PathConditionWeight.ConditionDomain c) |
| Modifier and Type | Method and Description |
|---|---|
wpds.impl.Weight |
combineWith(wpds.impl.Weight o) |
boolean |
equals(Object obj) |
wpds.impl.Weight |
extendWith(wpds.impl.Weight o) |
Map<Statement,PathConditionWeight.ConditionDomain> |
getConditions() |
Map<Val,PathConditionWeight.ConditionDomain> |
getEvaluationMap() |
int |
hashCode() |
static PathConditionWeight |
one() |
String |
toString() |
public PathConditionWeight(Val returnVal)
public PathConditionWeight(Val val, PathConditionWeight.ConditionDomain c)
public static PathConditionWeight one()
public wpds.impl.Weight extendWith(wpds.impl.Weight o)
extendWith in class wpds.impl.Weightpublic wpds.impl.Weight combineWith(wpds.impl.Weight o)
combineWith in class wpds.impl.Weightpublic Map<Statement,PathConditionWeight.ConditionDomain> getConditions()
public Map<Val,PathConditionWeight.ConditionDomain> getEvaluationMap()
Copyright © 2024. All rights reserved.