Class CompiledString


  • public class CompiledString
    extends Object
    Parsed and tree representated compiled variant of the original string. This is used to output the changed representation of the string.
    Author:
    mikehummel
    • Method Detail

      • execute

        public String execute​(Map<String,​Object> attributes)
                       throws de.mhus.lib.errors.MException
        Return the new, compiled string.
        Parameters:
        attributes -
        Returns:
        the resulting string
        Throws:
        de.mhus.lib.errors.MException
      • execute

        public void execute​(StringBuilder sb,
                            Map<String,​Object> attributes)
                     throws de.mhus.lib.errors.MException
        Throws:
        de.mhus.lib.errors.MException
      • dump

        public void dump​(StringBuilder sb)
        Return a readable information about the tree structure.
        Parameters:
        sb -