MCPcopy Create free account
hub / github.com/WiringProject/Wiring / addSibling

Method addSibling

IDE/processing/app/preproc/TNode.java:198–207  ·  view source on GitHub ↗

add the new node as a new sibling, inserting it ahead of any existing next sibling. This method maintains double-linking. if node is null, nothing happens. If the node has siblings, then they are added in as well.

(AST node)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

getLastSiblingMethod · 0.80

Tested by

no test coverage detected