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.KeYlessMethodReturnValue
An implementation of
IExecutionMethodReturn which is independent
from KeY and provides such only children and default attributes. |
Modifier and Type | Method and Description |
---|---|
IExecutionMethodReturnValue[] |
ExecutionNodeReader.KeYlessMethodReturn.getReturnValues()
Returns the possible return values.
|
Modifier and Type | Method and Description |
---|---|
void |
ExecutionNodeReader.KeYlessMethodReturn.addReturnValue(IExecutionMethodReturnValue returnValue)
Adds the given
IExecutionMethodReturnValue . |
protected void |
ExecutionNodeWriter.appendExecutionMethodReturnValue(int level,
IExecutionMethodReturnValue returnValue,
java.lang.StringBuffer sb)
Converts the given
IExecutionMethodReturnValue into XML and appends it to the StringBuffer . |
Modifier and Type | Method and Description |
---|---|
IExecutionMethodReturnValue[] |
IExecutionMethodReturn.getReturnValues()
Returns the possible return values.
|
Modifier and Type | Class and Description |
---|---|
class |
ExecutionMethodReturnValue
The default implementation of
IExecutionMethodReturnValue . |
Modifier and Type | Method and Description |
---|---|
IExecutionMethodReturnValue[] |
ExecutionMethodReturn.getReturnValues()
Returns the possible return values.
|
protected IExecutionMethodReturnValue[] |
ExecutionMethodReturn.lazyComputeReturnValues()
Computes the return value lazily when
#getReturnValue() is called the first time. |
Copyright © 2003-2019 The KeY-Project.