Antlr4.Runtime.CommonTokenFactory.CommonTokenFactory C# (CSharp) Method

CommonTokenFactory() public method

Constructs a CommonTokenFactory with copyText set to .

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

public CommonTokenFactory ( ) : System
return System
        public CommonTokenFactory()
            : this(false)
        {
        }

Same methods

CommonTokenFactory::CommonTokenFactory ( bool copyText ) : System