Class IdentifierTranslator

    • Constructor Detail

      • IdentifierTranslator

        public IdentifierTranslator​(Map<String,​String> formalToActualMap)
        An instance is created by giving it a defining map as a hashtable.
    • Method Detail

      • translate

        public String translate​(String content)
        Returns a translated string where all identifiers have been replaced (by some actual parameter) if they denote a formal parameter..
        Specified by:
        translate in interface Translator