Package | Description |
---|---|
de.uka.ilkd.key.symbolic_execution | |
de.uka.ilkd.key.symbolic_execution.model | |
de.uka.ilkd.key.symbolic_execution.model.impl |
Modifier and Type | Class and Description |
---|---|
static class |
ExecutionNodeReader.KeYlessTermination
An implementation of
IExecutionTermination which is independent
from KeY and provides such only children and default attributes. |
Modifier and Type | Method and Description |
---|---|
ImmutableList<IExecutionTermination> |
ExecutionNodeReader.KeYlessStart.getTerminations()
Returns the up to now discovered
IExecutionTermination s. |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionNodeReader.KeYlessStart.addTermination(IExecutionTermination termination)
Adds the given
IExecutionTermination . |
protected void |
ExecutionNodeWriter.appendExecutionTermination(int level,
IExecutionTermination node,
boolean saveVariables,
boolean saveCallStack,
boolean saveReturnValues,
boolean saveConstraints,
java.lang.StringBuffer sb)
Converts the given
IExecutionTermination into XML and appends it to the StringBuffer . |
Modifier and Type | Method and Description |
---|---|
ImmutableList<IExecutionTermination> |
IExecutionStart.getTerminations()
Returns the up to now discovered
IExecutionTermination s. |
Modifier and Type | Class and Description |
---|---|
class |
ExecutionTermination
The default implementation of
IExecutionTermination . |
Modifier and Type | Method and Description |
---|---|
ImmutableList<IExecutionTermination> |
ExecutionStart.getTerminations()
Returns the up to now discovered
IExecutionTermination s. |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionStart.addTermination(IExecutionTermination termination)
Registers the given
IExecutionTermination . |
void |
ExecutionStart.removeTermination(IExecutionTermination termination)
Removes the given termination.
|
Copyright © 2003-2019 The KeY-Project.