void |
ExplodedGraph.Node.addParent(ExplodedGraph.Node parent,
MethodYield methodYield) |
static Set<List<JavaFileScannerContext.Location>> |
FlowComputation.flow(ExplodedGraph.Node currentNode,
Set<SymbolicValue> symbolicValues,
Predicate<Constraint> addToFlow,
Predicate<Constraint> terminateTraversal,
List<Class<? extends Constraint>> domains,
Set<Symbol> symbols) |
static Set<List<JavaFileScannerContext.Location>> |
FlowComputation.flow(ExplodedGraph.Node currentNode,
SymbolicValue currentVal,
List<Class<? extends Constraint>> domains) |
static Set<List<JavaFileScannerContext.Location>> |
FlowComputation.flow(ExplodedGraph.Node currentNode,
SymbolicValue currentVal,
List<Class<? extends Constraint>> domains,
Symbol trackSymbol) |
static Set<List<JavaFileScannerContext.Location>> |
FlowComputation.flow(ExplodedGraph.Node currentNode,
SymbolicValue currentVal,
Predicate<Constraint> addToFlow,
List<Class<? extends Constraint>> domains) |
static Set<List<JavaFileScannerContext.Location>> |
FlowComputation.flow(ExplodedGraph.Node currentNode,
SymbolicValue currentVal,
Predicate<Constraint> addToFlow,
Predicate<Constraint> terminateTraversal,
List<Class<? extends Constraint>> domains) |