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

CommonTokenFactory() public method

Constructs a CommonTokenFactory with the specified value for copyText .

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

public CommonTokenFactory ( bool copyText ) : System
copyText bool /// The value for /// /// . ///
return System
        public CommonTokenFactory(bool copyText)
        {
            this.copyText = copyText;
        }

Same methods

CommonTokenFactory::CommonTokenFactory ( ) : System