Class CommonTokenFactory

java.lang.Object
org.antlr.v4.runtime.CommonTokenFactory
All Implemented Interfaces:
TokenFactory<CommonToken>

public class CommonTokenFactory extends Object implements TokenFactory<CommonToken>
This default implementation of TokenFactory creates CommonToken objects.
  • Field Details

  • Constructor Details

    • 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.

  • Method Details