dk.brics.servletvalidator.flowgraph
Class FlowGraphPrettyPrinter
java.lang.Object
dk.brics.servletvalidator.grammar.AbstractGrammarEntityVisitor
dk.brics.servletvalidator.AbstractPrettyPrinter<Node>
dk.brics.servletvalidator.flowgraph.FlowGraphPrettyPrinter
- All Implemented Interfaces:
- GrammarEntityVisitor, PrettyPrinter
public class FlowGraphPrettyPrinter
- extends AbstractPrettyPrinter<Node>
Pretty prints the flow graph to graphviz dot format
- Author:
- schwarz
| Methods inherited from class dk.brics.servletvalidator.grammar.AbstractGrammarEntityVisitor |
apply, apply, apply, apply, getPath, in, in, in, isMarked, mark, out, out, out, print, shouldPrettyPrint |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlowGraphPrettyPrinter
public FlowGraphPrettyPrinter(FlowGraph flow)
print
public String print()
Copyright © 2008 Mathias Schwarz.