Interface NameTransformer

All Known Implementing Classes:
IdentityNameTransformer, IllegalCharCppTransformer, TemplateSimplifier

public interface NameTransformer
Interface to transform (shorten, simplify) names of data-types, functions, and name spaces for display.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return a transformed version of the given input.
  • Method Details

    • simplify

      String simplify(String input)
      Return a transformed version of the given input. If no change is made, the original String object is returned.
      Parameters:
      input - is the name to transform
      Returns:
      the transformed version