Package | Description |
---|---|
de.uka.ilkd.key.symbolic_execution |
Modifier and Type | Method and Description |
---|---|
SymbolicExecutionTreeBuilder.SymbolicExecutionCompletions |
SymbolicExecutionTreeBuilder.analyse()
This method must be called programmatically to update the
symbolic execution tree.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractExecutionNode<?> |
SymbolicExecutionTreeBuilder.analyzeNode(Node node,
AbstractExecutionNode<?> parentToAddTo,
SymbolicExecutionTreeBuilder.SymbolicExecutionCompletions completions)
Analyzes the given
Proof and his contained proof tree by
filling the start node SymbolicExecutionTreeBuilder.getStartNode()
with IExecutionNode s which are instantiated if a Node
in KeY's proof tree applies a rule of symbolic execution. |
protected AbstractExecutionMethodReturn<?> |
SymbolicExecutionTreeBuilder.createMehtodReturn(AbstractExecutionNode<?> parent,
Node node,
SourceElement statement,
SymbolicExecutionTreeBuilder.SymbolicExecutionCompletions completions)
Creates an method return node.
|
Copyright © 2003-2019 The KeY-Project.