Class PathPrefixingVisitor


  • public class PathPrefixingVisitor
    extends TransformingVisitor<AstNode>
    Prepends a prefix to the visited ast. For example: items/id with prefix nested becomes nested/items/id
    Author:
    Matt Nathan