QueryTree

constructor(value: T, children: MutableList<QueryTree<*>> = mutableListOf(), stringRepresentation: String = "")