SequenceComputationGeneratorHelper Class |
Namespace: de.unika.ipd.grGen.lgsp
public class SequenceComputationGeneratorHelper
The SequenceComputationGeneratorHelper type exposes the following members.
| Name | Description | |
|---|---|---|
| SequenceComputationGeneratorHelper | Initializes a new instance of the SequenceComputationGeneratorHelper class |
| Name | Description | |
|---|---|---|
| DeclareResultVar |
Returns a string containing a C# declaration of the result variable of the sequence (or sequence computation) construct
| |
| GetResultVar |
Returns a string containing a C# expression to get the value of the result variable of the sequence or sequence computation construct
(every sequence part writes a success-value which is read by other parts determining execution flow)
| |
| SetResultVar |
Returns a string containing a C# assignment to set the result variable of the sequence or sequence computation construct
to the value as computed by the C# expression in the string given
(every sequence part writes a success-value which is read by other parts determining execution flow)
|