public class VariableCycleDetector extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
VariableCycleDetector() |
| Modifier and Type | Method and Description |
|---|---|
void |
enteringVariableValue(Variable input) |
List<Variable> |
getCycleFor(Variable input) |
void |
leftVariableValue() |
boolean |
wouldCycle(Variable input) |
Copyright © 2012-2015. All Rights Reserved.