Class PathPostfixingVisitor


  • public class PathPostfixingVisitor
    extends TransformingVisitor<AstNode>
    Postfix some node to the visited nodes. For example:
    items/id,items/name with a postfix value of type will become items/id/type,items/name/type
    items(id, name) with a postfix of type will become items(id, name)/type
    Author:
    Matt Nathan