All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bitbucket.gkutiel.at.NodeRoot Maven / Gradle / Ivy

There is a newer version: 3-RELEASE
Show newest version
package org.bitbucket.gkutiel.at;

public class NodeRoot extends NodeWithChildren {

	@Override public void accept(final Visitor visitor) {
		visitor.visit(children);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy