Interface ScxTreeVisitor<T extends ScxTree<T>>


public interface ScxTreeVisitor<T extends ScxTree<T>>
树 访问器
Version:
0.0.1
Author:
scx567888
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(List<T> parents, T currentScxTree)
    访问器
  • Method Details

    • handle

      void handle(List<T> parents, T currentScxTree)
      访问器
      Parameters:
      parents - 所有父节点
      currentScxTree - 当前节点