Package | Description |
---|---|
de.uka.ilkd.key.symbolic_execution | |
de.uka.ilkd.key.symbolic_execution.model.impl |
Modifier and Type | Class and Description |
---|---|
static class |
ExecutionNodeReader.KeYlessStart
An implementation of
IExecutionStart which is independent
from KeY and provides such only children and default attributes. |
Modifier and Type | Method and Description |
---|---|
IExecutionStart |
SymbolicExecutionTreeBuilder.getStartNode()
Returns the start node of the symbolic execution tree.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ExecutionNodeWriter.appendExecutionStart(int level,
IExecutionStart node,
boolean saveVariables,
boolean saveCallStack,
boolean saveReturnValues,
boolean saveConstraints,
java.lang.StringBuffer sb)
Converts the given
IExecutionStart into XML and appends it to the StringBuffer . |
protected void |
ExecutionNodeWriter.appendTerminations(int level,
IExecutionStart node,
java.lang.StringBuffer sb)
Appends the termination entries to the given
StringBuffer . |
Modifier and Type | Class and Description |
---|---|
class |
ExecutionStart
The default implementation of
IExecutionStart . |
Copyright © 2003-2019 The KeY-Project.