Class CommonTokenFactory

    • Constructor Detail

      • CommonTokenFactory

        public CommonTokenFactory​(boolean copyText)
        Constructs a CommonTokenFactory with the specified value for copyText.

        When copyText is false, the DEFAULT instance should be used instead of constructing a new instance.

        Parameters:
        copyText - The value for copyText.
      • CommonTokenFactory

        public CommonTokenFactory()
        Constructs a CommonTokenFactory with copyText set to false.

        The DEFAULT instance should be used instead of calling this directly.