Class DotGen

java.lang.Object
ortus.boxlang.compiler.toolchain.DotGen

public class DotGen extends Object
  • Constructor Details

    • DotGen

      public DotGen(org.antlr.v4.runtime.tree.ParseTree tree, org.antlr.v4.runtime.Parser parser, File file)
  • Method Details

    • getDot

      public String getDot()
    • writeDotFor

      public void writeDotFor()
    • writeTreeFor

      public void writeTreeFor()
    • writeSvgFor

      public void writeSvgFor()
    • formatTreeSpec

      public String formatTreeSpec(String treeSpec)