InterpretationPlan Class |
Namespace: de.unika.ipd.grGen.lgsp
public abstract class InterpretationPlan
The InterpretationPlan type exposes the following members.
| Name | Description | |
|---|---|---|
| InterpretationPlan | Initializes a new instance of the InterpretationPlan class |
| Name | Description | |
|---|---|---|
| Dump |
dumps interpretation plan operation (as string) into source builder
to be implemented by concrete subclasses
| |
| Emit |
emits the interpretation plan operation (as c# code string) into source builder
to be implemented by concrete subclasses
| |
| EmitMatchedCheckAndSet | ||
| EmitMatchedReset | ||
| Execute(LGSPGraph, Boolean, ListFoundMatch) |
Executes the interpretation plan (starting with this operation)
| |
| Execute(LGSPGraph, Boolean, ListFoundMatch, Int32) |
Executes the interpretation plan (starting with this operation)
|
| Name | Description | |
|---|---|---|
| Id |
A unique identifier denoting this interpretation plan operation
| |
| next |
The next interpretation plan operation
| |
| prev |
The previous interpretation plan operation
|