Class WoolVariableString.TextSegment

    • Constructor Detail

      • TextSegment

        public TextSegment​(String text)
    • Method Detail

      • getText

        public String getText()
      • setText

        public void setText​(String text)
      • toString

        public String toString​(char[] escapes)
        Returns the code string for this instance. It will escape \ and $ with a backslash. You may specify additional characters to escape.
        Parameters:
        escapes - the characters to escape
        Returns:
        the code string