| Package | Description |
|---|---|
| boomerang.weights |
| Modifier and Type | Method and Description |
|---|---|
static PathConditionWeight.ConditionDomain |
PathConditionWeight.ConditionDomain.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PathConditionWeight.ConditionDomain[] |
PathConditionWeight.ConditionDomain.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Statement,PathConditionWeight.ConditionDomain> |
DataFlowPathWeight.getConditions() |
Map<Statement,PathConditionWeight.ConditionDomain> |
PathConditionWeight.getConditions() |
Map<Val,PathConditionWeight.ConditionDomain> |
DataFlowPathWeight.getEvaluationMap() |
Map<Val,PathConditionWeight.ConditionDomain> |
PathConditionWeight.getEvaluationMap() |
| Constructor and Description |
|---|
DataFlowPathWeight(Val leftOp,
PathConditionWeight.ConditionDomain conditionVal) |
PathConditionWeight(Val val,
PathConditionWeight.ConditionDomain c) |
Copyright © 2024. All rights reserved.