Package org.camunda.bpm.engine.impl.juel
Class NodePrinter
- java.lang.Object
-
- org.camunda.bpm.engine.impl.juel.NodePrinter
-
public class NodePrinter extends java.lang.Object
Node pretty printer for debugging purposes.- Author:
- Christoph Beck
-
-
Constructor Summary
Constructors Constructor Description NodePrinter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
dump(java.io.PrintWriter writer, Node node)
-
-
-
Method Detail
-
dump
public static void dump(java.io.PrintWriter writer, Node node)
-
-