Package ch.usi.si.seart.treesitter.printer
Provides parse tree serialization utilities.
- Since:
- 1.2.0
-
Interface Summary Interface Description TreePrinter Contract for classes that can generate string representations of Abstract Syntax Trees (ASTs). -
Class Summary Class Description DotGraphPrinter Printer used for generating DOT graph representations of trees.SymbolicExpressionPrinter Printer used for generating Symbolic Expression (S-expression) representations of trees using an iterative approach.SyntaxTreePrinter Printer used for generating human-readable representations of trees using an iterative approach.XMLPrinter Printer used for generating Extensible Markup Language (XML) representations of trees using an iterative approach.