Click or drag to resize

InterpretationPlanDirectionVariable Methods

The InterpretationPlanDirectionVariable type exposes the following members.

Methods
  NameDescription
Public methodDump
dumps interpretation plan operation (as string) into source builder to be implemented by concrete subclasses
(Inherited from InterpretationPlan.)
Public methodEmit
emits the interpretation plan operation (as c# code string) into source builder to be implemented by concrete subclasses
(Inherited from InterpretationPlan.)
Public methodEmitMatchedCheckAndSet (Inherited from InterpretationPlan.)
Public methodEmitMatchedReset (Inherited from InterpretationPlan.)
Public methodExecute(LGSPGraph, Boolean, ListFoundMatch)
Executes the interpretation plan (starting with this operation)
(Inherited from InterpretationPlan.)
Public methodExecute(LGSPGraph, Boolean, ListFoundMatch, Int32)
Executes the interpretation plan (starting with this operation)
(Inherited from InterpretationPlan.)
Top
See Also