Package tilda.generation.html
Class Docs.DependencyPrinter
- java.lang.Object
-
- tilda.generation.html.Docs.DependencyPrinter
-
- All Implemented Interfaces:
Graph.Visitor<View.DepWrapper>
- Enclosing class:
- Docs
protected static class Docs.DependencyPrinter extends java.lang.Object implements Graph.Visitor<View.DepWrapper>
-
-
Field Summary
Fields Modifier and Type Field Description protected CodeGenSql
_Sql
protected java.lang.StringBuilder
_Str
-
Constructor Summary
Constructors Constructor Description DependencyPrinter(CodeGenSql Sql)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getPrintout()
void
visitNode(int level, int FirstMiddleLast, View.DepWrapper DW, java.util.List<View.DepWrapper> Path)
-
-
-
Field Detail
-
_Sql
protected CodeGenSql _Sql
-
_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 interfaceGraph.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 nodePath
- The path of node values- Throws:
java.lang.Exception
-
getPrintout
public java.lang.String getPrintout()
-
-