Class TreePrinter
java.lang.Object
com.knezevic.edaf.v3.repr.grammar.render.TreePrinter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoDot(DerivationTree tree) Exports tree as Graphviz DOT graph.toInfix(DerivationTree tree) Prints tree in readable infix/function form.toLatex(DerivationTree tree) Prints tree in LaTeX-like mathematical form.toPrefix(DerivationTree tree) Prints tree in prefix function form.
-
Constructor Details
-
TreePrinter
public TreePrinter()
-
-
Method Details
-
toInfix
Prints tree in readable infix/function form. -
toPrefix
Prints tree in prefix function form. -
toLatex
Prints tree in LaTeX-like mathematical form. -
toDot
Exports tree as Graphviz DOT graph.
-