Click or drag to resize

InterpretationPlan Methods

The InterpretationPlan type exposes the following members.

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