Class ChangeLiteral<P>

    • Constructor Detail

      • ChangeLiteral

        public ChangeLiteral​(Expression scope,
                             java.util.function.Function<java.lang.Object,​java.lang.Object> transform)
        Parameters:
        scope - And expression containing a literal, including a binary expression like String concatentation, where you want to transform the String literals participating in the concatenation.
        transform - The transformation to apply to each literal found in the expression scope.