![]() | ISubactionAndOutputAdditionEnvironment Methods |
The ISubactionAndOutputAdditionEnvironment type exposes the following members.
Name | Description | |
---|---|---|
![]() | BeginExecution |
Fires an OnBeginExecution event.
(Inherited from IActionExecutionEnvironment.) |
![]() | Custom |
Does action execution environment dependent stuff.
(Inherited from IActionExecutionEnvironment.) |
![]() | DebugEmitting |
Fires an OnDebugEmit event.
|
![]() | DebugEntering |
Fires an OnDebugEnter event.
|
![]() | DebugExiting |
Fires an OnDebugExit event.
|
![]() | DebugHalting |
Fires an OnDebugHalt event.
|
![]() | DebugHighlighting |
Fires an OnDebugHighlight event.
|
![]() | EndExecution |
Fires an OnEndExecution event.
(Inherited from IActionExecutionEnvironment.) |
![]() | Finished(IMatches, Boolean) |
Fires an OnFinished event.
(Inherited from IActionExecutionEnvironment.) |
![]() | Finished(IMatches, Boolean) |
Fires an OnFinished event.
(Inherited from IActionExecutionEnvironment.) |
![]() | FinishedSelectedMatch |
Fires an OnFinishedSelectedMatch event.
(Inherited from IActionExecutionEnvironment.) |
![]() | GetNewestActionVersion |
Retrieves the newest version of an IAction object currently available for this graph.
This may be the given object.
(Inherited from IActionExecutionEnvironment.) |
![]() | Match |
Matches a rewrite rule.
(Inherited from IActionExecutionEnvironment.) |
![]() | MatchedAfterFiltering(IMatches, Boolean) |
Fires an OnMatchedAfter event.
(Inherited from IActionExecutionEnvironment.) |
![]() | MatchedAfterFiltering(IMatches, Boolean) |
Fires an OnMatchedAfter event.
(Inherited from IActionExecutionEnvironment.) |
![]() | MatchedBeforeFiltering(IMatches) |
Fires an OnMatchedBefore event.
(Inherited from IActionExecutionEnvironment.) |
![]() | MatchedBeforeFiltering(IMatches) |
Fires an OnMatchedBefore event.
(Inherited from IActionExecutionEnvironment.) |
![]() | MatchForQuery(Boolean, ActionCall) |
Matches the rewrite rules, without firing the Matched event, but with firing the PreMatch event and Cloning of the matches
(so they can stored, or used in an expression combining multiple queries).
(Inherited from IActionExecutionEnvironment.) |
![]() | MatchForQuery(IAction, Object, Int32, Boolean) |
Matches a rewrite rule, without firing the Matched event, but with firing the PreMatch event and Cloning of the matches
(so they can stored, or used in an expression combining multiple queries like [?r] + [?r],
or the action can be called multiple times in a multi rule all call query (on different parameters)).
(Inherited from IActionExecutionEnvironment.) |
![]() | MatchSelected |
Fires an OnMatchSelected event.
(Inherited from IActionExecutionEnvironment.) |
![]() | MatchWithoutEvent(Boolean, ActionCall) |
Matches the rewrite rules, without firing the Matched event, but fires the MatchedBeforeFiltering event (for internal or non-debugger use).
(Inherited from IActionExecutionEnvironment.) |
![]() | MatchWithoutEvent(IAction, Object, Int32, Boolean) |
Matches a rewrite rule, without firing the Matched event (but fires the MatchedBeforeFiltering event - for internal or non-debugger use).
(Inherited from IActionExecutionEnvironment.) |
![]() | Replace |
Executes the modifications of the according rule to the given match/matches.
Fires OnRewritingNextMatch events before each rewrite except for the first one.
(Inherited from IActionExecutionEnvironment.) |
![]() | ReturnFromSubgraph |
Returns from the last switch to subgraph.
(One level back on the current graph stack.)
|
![]() | RewritingSelectedMatch |
Fires an OnRewritingSelectedMatch event (comparable to the old OnFinishing and OnRewritingNextMatch, now one event, fired per selected match).
(Inherited from IActionExecutionEnvironment.) |
![]() | SetNewestActionVersion |
Sets the newest action version for a static action.
(Inherited from IActionExecutionEnvironment.) |
![]() | SwitchToSubgraph |
Switches the graph to the given (sub)graph.
(One level added to the current graph stack.)
|