Class TextScript

  • All Implemented Interfaces:
    Script

    public class TextScript
    extends Object
    implements Script

    TextScript outputs some static text.

    Version:
    $Revision: 155420 $
    Author:
    James Strachan
    • Constructor Detail

      • TextScript

        public TextScript()
      • TextScript

        public TextScript​(String text)
    • Method Detail

      • trimWhitespace

        public void trimWhitespace()
        Trims whitespace if this is ignorable whitespace.
      • getText

        public String getText()
        Returns:
        the text output by this script
      • setText

        public void setText​(String text)
        Sets the text output by this script
      • compile

        public Script compile()
        Description copied from interface: Script
        Called by the parser to allow a more efficient representation of the script to be used.
        Specified by:
        compile in interface Script