Class ToStringVisitor


  • public class ToStringVisitor
    extends TransformingVisitor<String>
    Generates a string representation of the visited AST. While the output string may not be equal to the pattern that was used to generate the AST it will be functionally equivalent.
    Author:
    Matt Nathan