Java Visitor Pattern

  • + 0 comments

    I don't get it are this clases provided? or do we have to implement them? abstract class Tree class TreeNode extends Tree class TreeLeaf extends Tree abstract class TreeVis

    because the compiler is not able to find the but the text says: "A Tree class implementing a rooted tree is provided in the editor"