Class Docs.DependencyPrinter

    • Field Detail

      • _Str

        protected java.lang.StringBuilder _Str
    • Constructor Detail

      • DependencyPrinter

        public DependencyPrinter​(CodeGenSql Sql)
    • Method Detail

      • visitNode

        public void visitNode​(int level,
                              int FirstMiddleLast,
                              View.DepWrapper DW,
                              java.util.List<View.DepWrapper> Path)
                       throws java.lang.Exception
        Specified by:
        visitNode in interface Graph.Visitor<View.DepWrapper>
        Parameters:
        level - The level, starting at 0 that you are being asked to print.
        FirstMiddleLast - 0 if First of level, -1 if middle of level, 1 if last of level.
        DW - The value of the node
        Path - The path of node values
        Throws:
        java.lang.Exception
      • getPrintout

        public java.lang.String getPrintout()