Int32Node
new Int32Node(42)
).addChild(new Int32Node(42)), B_OK, B_NO_INIT);
TestPredicate(Int32Node(42));
TestPredicate(OpNode(B_NOT, new Int32Node(42)));
new Int32Node(17),
TestPredicate(ListNode(new Int32Node(42), new StringNode("hello!")),