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