![]() |
Lumiera 0.pre.04~rc.1
»edit your freedom«
|
#include "lib/diff/test-mutation-target.hpp"
Definition at line 350 of file test-mutation-target.hpp.
Public Member Functions | |
| TestWireTap (Target &dummy, PAR &&chain) | |
| virtual void | init () override |
| virtual bool | injectNew (GenNode const &n) override |
| record in the test target that a new child element is being inserted at current position | |
| virtual bool | hasSrc () override |
| virtual bool | matchSrc (GenNode const &n) override |
| ensure the next recorded source element matches on a formal level with given spec | |
| virtual void | skipSrc (GenNode const &n) override |
| skip next recorded src element without touching it | |
| virtual bool | acceptSrc (GenNode const &n) override |
| accept existing element, when matching the given spec | |
| virtual bool | findSrc (GenNode const &ref) override |
| locate designated element and accept it at current position | |
| virtual bool | accept_until (GenNode const &spec) |
| repeatedly accept, until after the designated location | |
| virtual bool | assignElm (GenNode const &spec) |
| locate element already accepted into the target sequence and assign the designated payload value to it. | |
| virtual bool | mutateChild (GenNode const &spec, TreeMutator::Handle targetBuff) |
| locate the designated target element and build a suitable sub-mutator for this element into the provided target buffer | |
| virtual bool | completeScope () |
| verify all our pending (old) source elements where mentioned. | |
Private Types | |
| using | Target = TestMutationTarget |
| using | Iter = TestMutationTarget::iterator |
Private Attributes | |
| Target & | target_ |
| Iter | pos_ |
|
inline |
Definition at line 360 of file test-mutation-target.hpp.
|
private |
Definition at line 353 of file test-mutation-target.hpp.
|
private |
Definition at line 354 of file test-mutation-target.hpp.
|
inlineoverridevirtual |
Definition at line 371 of file test-mutation-target.hpp.
References lib::diff::anonymous_namespace{test-mutation-target.hpp}::identify(), and TestMutationTarget::initMutation().
Here is the call graph for this function:
|
inlineoverridevirtual |
record in the test target that a new child element is being inserted at current position
Definition at line 385 of file test-mutation-target.hpp.
References TestMutationTarget::inject().
Here is the call graph for this function:
|
inlineoverridevirtual |
Definition at line 392 of file test-mutation-target.hpp.
|
inlineoverridevirtual |
ensure the next recorded source element matches on a formal level with given spec
Definition at line 401 of file test-mutation-target.hpp.
References GenNode::matches().
Here is the call graph for this function:
|
inlineoverridevirtual |
skip next recorded src element without touching it
Definition at line 409 of file test-mutation-target.hpp.
References TestMutationTarget::logSkip().
Here is the call graph for this function:
|
inlineoverridevirtual |
accept existing element, when matching the given spec
Definition at line 422 of file test-mutation-target.hpp.
References TestMutationTarget::inject(), and GenNode::matches().
Here is the call graph for this function:
|
inlineoverridevirtual |
locate designated element and accept it at current position
Definition at line 436 of file test-mutation-target.hpp.
References GenNode::idi, and TestMutationTarget::inject().
Here is the call graph for this function:
|
inlinevirtual |
repeatedly accept, until after the designated location
Definition at line 449 of file test-mutation-target.hpp.
References BareEntryID::getSym(), GenNode::idi, TestMutationTarget::inject(), and GenNode::matches().
Here is the call graph for this function:
|
inlinevirtual |
locate element already accepted into the target sequence and assign the designated payload value to it.
Definition at line 483 of file test-mutation-target.hpp.
References GenNode::idi, TestMutationTarget::locate(), TestMutationTarget::logAssignment(), and lib::diff::anonymous_namespace{test-mutation-target.hpp}::render().
Here is the call graph for this function:
|
inlinevirtual |
locate the designated target element and build a suitable sub-mutator for this element into the provided target buffer
Definition at line 499 of file test-mutation-target.hpp.
References PlantingHandle< BA, DEFAULT >::emplace(), GenNode::idi, TestMutationTarget::locate(), and TestMutationTarget::logMutation().
Here is the call graph for this function:
|
inlinevirtual |
verify all our pending (old) source elements where mentioned.
Definition at line 519 of file test-mutation-target.hpp.
References TestMutationTarget::logScopeCompletion().
Here is the call graph for this function:
|
private |
Definition at line 356 of file test-mutation-target.hpp.
|
private |
Definition at line 357 of file test-mutation-target.hpp.
Inheritance diagram for TestWireTap< PAR >:
Collaboration diagram for TestWireTap< PAR >: