Node.blacklist

If the node is blacklisted from being mutated. This is for example when the node covers a C macro.

class Node
bool blacklist;

Meta