118119120121122123124125126127128
public void start() {} private Node literalAggregate( final Set<Node> collection ) { return new Node_Literal( "<some set>", "", null ) { @Override public Object getLiteralValue() { return collection ; } }; } };