Class MutableNameRewriter

    • Constructor Detail

      • MutableNameRewriter

        public MutableNameRewriter​(NameRewriter target)
        Construct a new instance.
        Parameters:
        target - the target rewriter (not null)
      • MutableNameRewriter

        public MutableNameRewriter()
        Construct a new instance with the identity rewriter.
    • Method Detail

      • setTarget

        public void setTarget​(NameRewriter target)
        Set the target rewriter.
        Parameters:
        target - the target rewriter (not null)